:: com :: sun :: star :: text ::

service FootnoteSettings
Description
provides access to the settings of footnotes or endnotes in a (text) document.

Properties' Summary
CharStyleName contains the name of the character style that is used for the label in front of the footnote/endnote text.
NumberingType contains the numbering type for the numbering of the footnotes/endnotes.
PageStyleName contains the page style that is used for the page that contains the footnote/endnote texts
ParaStyleName contains the paragraph style that is used for the footnote/endnote text.
Prefix contains the prefix for the footnote/endnote symbol.
StartAt contains the first number of the automatic numbering of footnotes/endnotes.
Suffix contains the suffix for the footnote/endnote symbol.
BeginNotice [ OPTIONAL ]
contains the string at the restart of the footnote text after a break.
EndNotice [ OPTIONAL ]
contains the string at the end of a footnote part in front of a break.
FootnoteCounting [ OPTIONAL ]
contains the type of the counting of the footnote numbers.
PositionEndOfDoc [ OPTIONAL ]
If true , the footnote text is shown at the end of the document.
Properties' Details
CharStyleName
string CharStyleName;
Description
contains the name of the character style that is used for the label in front of the footnote/endnote text.
NumberingType
short NumberingType;
Description
contains the numbering type for the numbering of the footnotes/endnotes.
PageStyleName
string PageStyleName;
Description
contains the page style that is used for the page that contains the footnote/endnote texts
ParaStyleName
string ParaStyleName;
Description
contains the paragraph style that is used for the footnote/endnote text.
Prefix
string Prefix;
Description
contains the prefix for the footnote/endnote symbol.
StartAt
short StartAt;
Description
contains the first number of the automatic numbering of footnotes/endnotes.
Suffix
string Suffix;
Description
contains the suffix for the footnote/endnote symbol.
BeginNotice
string BeginNotice;
[ OPTIONAL ]
Description
contains the string at the restart of the footnote text after a break.

For footnotes only.

EndNotice
string EndNotice;
[ OPTIONAL ]
Description
contains the string at the end of a footnote part in front of a break.

For footnotes only.

FootnoteCounting
short FootnoteCounting;
[ OPTIONAL ]
Description
contains the type of the counting of the footnote numbers.

For footnotes only.

See also
FootnoteNumbering
PositionEndOfDoc
boolean PositionEndOfDoc;
[ OPTIONAL ]
Description
If true , the footnote text is shown at the end of the document.

For footnotes only.


 
Top of Page