LibreOffice
LibreOffice 24.2 SDK API Reference
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
20
21
22
module
com
{ module sun { module star { module text {
23
24
28
published service
FootnoteSettings
29
{
30
34
[property]
string
CharStyleName
;
35
36
40
[property]
short
NumberingType
;
41
42
46
[property]
string
PageStyleName
;
47
48
52
[property]
string
ParaStyleName
;
53
54
57
[property]
string
Prefix
;
58
59
63
[property]
short
StartAt
;
64
65
68
[property]
string
Suffix
;
69
70
76
[optional, property]
string
BeginNotice
;
77
78
84
[optional, property]
string
EndNotice
;
85
86
92
[optional, property]
short
FootnoteCounting
;
93
94
99
[optional, property]
boolean
PositionEndOfDoc
;
100
101
107
[optional, property]
string
AnchorCharStyleName
;
108
109
};
110
111
112
}; }; }; };
113
114
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com
Definition:
Ambiguous.idl:20
com::sun::star::text::FootnoteSettings
provides access to the settings of footnotes or endnotes in a (text) document.
Definition:
FootnoteSettings.idl:28
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:46
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:84
com::sun::star::text::FootnoteSettings::ParaStyleName
string ParaStyleName
contains the paragraph style that is used for the footnote/endnote text.
Definition:
FootnoteSettings.idl:52
com::sun::star::text::FootnoteSettings::Prefix
string Prefix
contains the prefix for the footnote/endnote symbol.
Definition:
FootnoteSettings.idl:57
com::sun::star::text::FootnoteSettings::FootnoteCounting
short FootnoteCounting
contains the type of the counting of the footnote numbers.
Definition:
FootnoteSettings.idl:92
com::sun::star::text::FootnoteSettings::PositionEndOfDoc
boolean PositionEndOfDoc
If TRUE, the footnote text is shown at the end of the document.
Definition:
FootnoteSettings.idl:99
com::sun::star::text::FootnoteSettings::StartAt
short StartAt
contains the first number of the automatic numbering of footnotes/endnotes.
Definition:
FootnoteSettings.idl:63
com::sun::star::text::FootnoteSettings::NumberingType
short NumberingType
contains the numbering type for the numbering of the footnotes/endnotes.
Definition:
FootnoteSettings.idl:40
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:107
com::sun::star::text::FootnoteSettings::BeginNotice
string BeginNotice
contains the string at the restart of the footnote text after a break.
Definition:
FootnoteSettings.idl:76
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:34
com::sun::star::text::FootnoteSettings::Suffix
string Suffix
contains the suffix for the footnote/endnote symbol.
Definition:
FootnoteSettings.idl:68
Generated by
1.8.14