LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
text
TextSection.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
#ifndef __com_sun_star_text_TextSection_idl__
20
#define __com_sun_star_text_TextSection_idl__
21
22
#include <
com/sun/star/text/TextContent.idl
>
23
#include <
com/sun/star/text/XTextSection.idl
>
24
#include <
com/sun/star/container/XNamed.idl
>
25
#include <
com/sun/star/beans/XPropertySet.idl
>
26
#include <
com/sun/star/beans/XPropertyState.idl
>
27
#include <
com/sun/star/text/SectionFileLink.idl
>
28
#include <
com/sun/star/style/GraphicLocation.idl
>
29
#include <
com/sun/star/text/XTextColumns.idl
>
30
#include <
com/sun/star/xml/UserDefinedAttributesSupplier.idl
>
31
32
33
34
module com { module sun { module star { module text {
35
46
published service
TextSection
47
{
48
service
com::sun::star::text::TextContent
;
49
50
[optional] service
com::sun::star::xml::UserDefinedAttributesSupplier
;
51
52
interface
com::sun::star::text::XTextSection
;
53
interface
com::sun::star::container::XNamed
;
54
interface
com::sun::star::beans::XPropertySet
;
55
interface
com::sun::star::beans::XPropertyState
;
56
62
[property]
string
Condition
;
63
66
[property]
boolean
IsVisible
;
67
71
[property]
boolean
IsProtected
;
72
77
[property]
com::sun::star::text::SectionFileLink
FileLink
;
78
88
[property]
string
LinkRegion
;
89
93
[property]
string
DDECommandType
;
94
97
[property]
string
DDECommandFile
;
98
102
[property]
string
DDECommandElement
;
103
106
[property]
string
BackGraphicURL
;
107
110
[property]
string
BackGraphicFilter
;
111
116
[property]
com::sun::star::style::GraphicLocation
BackGraphicLocation
;
120
[property]
boolean
FootnoteIsCollectAtTextEnd
;
124
[property]
boolean
FootnoteIsRestartNumbering
;
128
[property]
short
FootnoteRestartNumberingAt
;
132
[property]
boolean
FootnoteIsOwnNumbering
;
137
[property]
short
FootnoteNumberingType
;
141
[property]
string
FootnoteNumberingPrefix
;
145
[property]
string
FootnoteNumberingSuffix
;
149
[property]
boolean
EndnoteIsCollectAtTextEnd
;
153
[property]
boolean
EndnoteIsRestartNumbering
;
157
[property]
short
EndnoteRestartNumberingAt
;
161
[property]
boolean
EndnoteIsOwnNumbering
;
166
[property]
short
EndnoteNumberingType
;
170
[property]
string
EndnoteNumberingPrefix
;
174
[property]
string
EndnoteNumberingSuffix
;
177
[property]
boolean
IsAutomaticUpdate
;
180
[property]
com::sun::star::text::XTextColumns
TextColumns
;
183
[optional, property]
long
SectionLeftMargin
;
186
[optional, property]
long
SectionRightMargin
;
187
};
188
189
190
}; }; }; };
191
192
#endif
193
194
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4