LibreOffice
LibreOffice 7.4 SDK API Reference
TextRangeContentProperties.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef __com_sun_star_text_TextRangeContentProperties_idl__
21#define __com_sun_star_text_TextRangeContentProperties_idl__
22
31
32
33
34module com { module sun { module star { module text {
35
36
42{
44 [optional, readonly, property] com::sun::star::text::XDocumentIndex
46
48 [optional, readonly, property] com::sun::star::text::XTextTable
50
52 [optional, readonly, property] com::sun::star::table::XCell Cell;
53
55 [optional, readonly, property] com::sun::star::text::XTextFrame
57
59 [optional, readonly, property] com::sun::star::text::XTextSection
61
63 [optional, readonly, property] com::sun::star::text::XDocumentIndexMark
65
67 [optional, readonly, property] com::sun::star::text::XTextContent
69
71 [optional, readonly, property] com::sun::star::text::XFootnote Footnote;
72
74 [optional, readonly, property] com::sun::star::text::XFootnote Endnote;
75
81 [optional, readonly, property] com::sun::star::text::XTextContent
83
88 [optional, readonly, property] com::sun::star::text::XTextContent TextParagraph;
89
90};
91
92
93}; }; }; };
94
95#endif
96
97/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides methods to access the contents of a cell in a table.
Definition: XCell.idl:35
gives access to the mark of a document index entry.
Definition: XDocumentIndexMark.idl:31
This is the main interface for a document index.
Definition: XDocumentIndex.idl:47
specifies a footnote within a Text.
Definition: XFootnote.idl:31
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition: XTextContent.idl:35
provides access to the Text of a TextFrame.
Definition: XTextFrame.idl:33
provide special data of a TextSection.
Definition: XTextSection.idl:31
manages a text table.
Definition: XTextTable.idl:43
Definition: Ambiguous.idl:22
describes the structural properties to retrieve text contents.
Definition: TextRangeContentProperties.idl:42
com::sun::star::table::XCell Cell
may contain a table cell.
Definition: TextRangeContentProperties.idl:52
com::sun::star::text::XTextContent NestedTextContent
may contain a nested text content.
Definition: TextRangeContentProperties.idl:82
com::sun::star::text::XDocumentIndex DocumentIndex
may contain a document index.
Definition: TextRangeContentProperties.idl:45
com::sun::star::text::XTextContent ReferenceMark
may contain a reference mark.
Definition: TextRangeContentProperties.idl:68
com::sun::star::text::XTextSection TextSection
may contain a text section.
Definition: TextRangeContentProperties.idl:60
com::sun::star::text::XTextTable TextTable
may contain a text table.
Definition: TextRangeContentProperties.idl:49
com::sun::star::text::XFootnote Footnote
may contain a footnote.
Definition: TextRangeContentProperties.idl:71
com::sun::star::text::XTextFrame TextFrame
may contain a text frame.
Definition: TextRangeContentProperties.idl:56
com::sun::star::text::XTextContent TextParagraph
Paragraph for the start of this range.
Definition: TextRangeContentProperties.idl:88
com::sun::star::text::XDocumentIndexMark DocumentIndexMark
may contain a document index mark.
Definition: TextRangeContentProperties.idl:64
com::sun::star::text::XFootnote Endnote
may contain an endnote.
Definition: TextRangeContentProperties.idl:74