LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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
21
22module com { module sun { module star { module text {
23
24
30{
32 [optional, readonly, property] com::sun::star::text::XDocumentIndex
34
36 [optional, readonly, property] com::sun::star::text::XTextTable
38
40 [optional, readonly, property] com::sun::star::table::XCell Cell;
41
43 [optional, readonly, property] com::sun::star::text::XTextFrame
45
47 [optional, readonly, property] com::sun::star::text::XTextSection
49
51 [optional, readonly, property] com::sun::star::text::XDocumentIndexMark
53
55 [optional, readonly, property] com::sun::star::text::XTextContent
57
59 [optional, readonly, property] com::sun::star::text::XFootnote Footnote;
60
62 [optional, readonly, property] com::sun::star::text::XFootnote Endnote;
63
69 [optional, readonly, property] com::sun::star::text::XTextContent
71
76 [optional, readonly, property] com::sun::star::text::XTextContent TextParagraph;
77
82 [optional, readonly, property] com::sun::star::text::XTextContent LineBreak;
83
88 [optional, readonly, property] com::sun::star::text::XTextContent ContentControl;
89
90};
91
92
93}; }; }; };
94
95/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides methods to access the contents of a cell in a table.
Definition XCell.idl:29
gives access to the mark of a document index entry.
Definition generated_idl_chapter_refs.idl:2834
This is the main interface for a document index.
Definition generated_idl_chapter_refs.idl:4021
specifies a footnote within a Text.
Definition XFootnote.idl:27
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition generated_idl_chapter_refs.idl:1057
provides access to the Text of a TextFrame.
Definition XTextFrame.idl:28
provide special data of a TextSection.
Definition XTextSection.idl:27
manages a text table.
Definition XTextTable.idl:31
Definition Ambiguous.idl:20
describes the structural properties to retrieve text contents.
Definition TextRangeContentProperties.idl:30
com::sun::star::table::XCell Cell
may contain a table cell.
Definition TextRangeContentProperties.idl:40
com::sun::star::text::XTextContent NestedTextContent
may contain a nested text content.
Definition TextRangeContentProperties.idl:70
com::sun::star::text::XDocumentIndex DocumentIndex
may contain a document index.
Definition TextRangeContentProperties.idl:33
com::sun::star::text::XTextContent ReferenceMark
may contain a reference mark.
Definition TextRangeContentProperties.idl:56
com::sun::star::text::XTextSection TextSection
may contain a text section.
Definition TextRangeContentProperties.idl:48
com::sun::star::text::XTextTable TextTable
may contain a text table.
Definition TextRangeContentProperties.idl:37
com::sun::star::text::XTextContent ContentControl
may contain a content control.
Definition TextRangeContentProperties.idl:88
com::sun::star::text::XTextContent LineBreak
Properties of the linebreak, e.g.
Definition TextRangeContentProperties.idl:82
com::sun::star::text::XFootnote Footnote
may contain a footnote.
Definition TextRangeContentProperties.idl:59
com::sun::star::text::XTextFrame TextFrame
may contain a text frame.
Definition TextRangeContentProperties.idl:44
com::sun::star::text::XTextContent TextParagraph
Paragraph for the start of this range.
Definition TextRangeContentProperties.idl:76
com::sun::star::text::XDocumentIndexMark DocumentIndexMark
may contain a document index mark.
Definition TextRangeContentProperties.idl:52
com::sun::star::text::XFootnote Endnote
may contain an endnote.
Definition TextRangeContentProperties.idl:62