LibreOffice
LibreOffice 5.3 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
FootnoteSettings.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_FootnoteSettings_idl__
20
#define __com_sun_star_text_FootnoteSettings_idl__
21
22
23
24
module com { module sun { module star { module text {
25
26
30
published service
FootnoteSettings
31
{
32
36
[property]
string
CharStyleName
;
37
38
42
[property]
short
NumberingType
;
43
44
48
[property]
string
PageStyleName
;
49
50
54
[property]
string
ParaStyleName
;
55
56
59
[property]
string
Prefix
;
60
61
65
[property]
short
StartAt
;
66
67
70
[property]
string
Suffix
;
71
72
78
[optional, property]
string
BeginNotice
;
79
80
86
[optional, property]
string
EndNotice
;
87
88
94
[optional, property]
short
FootnoteCounting
;
95
96
101
[optional, property]
boolean
PositionEndOfDoc
;
102
103
109
[optional, property]
string
AnchorCharStyleName
;
110
111
};
112
113
114
}; }; }; };
115
116
#endif
117
118
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::text::FootnoteSettings
provides access to the settings of footnotes or endnotes in a (text) document.
Definition:
FootnoteSettings.idl:30
com::sun::star::text::FootnoteSettings::PageStyleName
string PageStyleName
contains the page style that is used for the page that contains the footnote/endnote texts ...
Definition:
FootnoteSettings.idl:48
com::sun::star::text::FootnoteSettings::EndNotice
string EndNotice
contains the string at the end of a footnote part in front of a break.
Definition:
FootnoteSettings.idl:86
com::sun::star::text::FootnoteSettings::ParaStyleName
string ParaStyleName
contains the paragraph style that is used for the footnote/endnote text.
Definition:
FootnoteSettings.idl:54
com::sun::star::text::FootnoteSettings::Prefix
string Prefix
contains the prefix for the footnote/endnote symbol.
Definition:
FootnoteSettings.idl:59
com::sun::star::text::FootnoteSettings::FootnoteCounting
short FootnoteCounting
contains the type of the counting of the footnote numbers.
Definition:
FootnoteSettings.idl:94
com::sun::star::text::FootnoteSettings::PositionEndOfDoc
boolean PositionEndOfDoc
If TRUE, the footnote text is shown at the end of the document.
Definition:
FootnoteSettings.idl:101
com::sun::star::text::FootnoteSettings::StartAt
short StartAt
contains the first number of the automatic numbering of footnotes/endnotes.
Definition:
FootnoteSettings.idl:65
com::sun::star::text::FootnoteSettings::NumberingType
short NumberingType
contains the numbering type for the numbering of the footnotes/endnotes.
Definition:
FootnoteSettings.idl:42
com::sun::star::text::FootnoteSettings::AnchorCharStyleName
string AnchorCharStyleName
contains the name of the character style that is used for footnote/endnote anchor in the text...
Definition:
FootnoteSettings.idl:109
com::sun::star::text::FootnoteSettings::BeginNotice
string BeginNotice
contains the string at the restart of the footnote text after a break.
Definition:
FootnoteSettings.idl:78
com::sun::star::text::FootnoteSettings::CharStyleName
string CharStyleName
contains the name of the character style that is used for the label in front of the footnote/endnote ...
Definition:
FootnoteSettings.idl:36
com::sun::star::text::FootnoteSettings::Suffix
string Suffix
contains the suffix for the footnote/endnote symbol.
Definition:
FootnoteSettings.idl:70
Generated by
1.8.5