service FootnoteSettings in module com::sun::star::text::

(Global Index)

Syntax

service FootnoteSettings;

Description

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

Property 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 contains the string at the restart of the footnote text after a break.

EndNotice contains the string at the end of a footnote part in front of a break.

FootnoteCounting contains the type of the counting of the footnote numbers.

PositionEndOfDoc If true , the footnote text is shown at the end of the document.

Property Details



CharStyleName

Syntax

string CharStyleName;

Description

contains the name of the character style that is used for the label in front of the footnote/endnote text.


NumberingType

Syntax

short NumberingType;

Description

contains the numbering type for the numbering of the footnotes/endnotes.


PageStyleName

Syntax

string PageStyleName;

Description

contains the page style that is used for the page that contains the footnote/endnote texts


ParaStyleName

Syntax

string ParaStyleName;

Description

contains the paragraph style that is used for the footnote/endnote text.


Prefix

Syntax

string Prefix;

Description

contains the prefix for the footnote/endnote symbol.


StartAt

Syntax

short StartAt;

Description

contains the first number of the automatic numbering of footnotes/endnotes.


Suffix

Syntax

string Suffix;

Description

contains the suffix for the footnote/endnote symbol.


BeginNotice [ O P T I O N A L ]

Syntax

string BeginNotice;

Description

contains the string at the restart of the footnote text after a break.

For footnotes only.


EndNotice [ O P T I O N A L ]

Syntax

string EndNotice;

Description

contains the string at the end of a footnote part in front of a break.

For footnotes only.


FootnoteCounting [ O P T I O N A L ]

Syntax

short FootnoteCounting;

Description

contains the type of the counting of the footnote numbers.

For footnotes only.

See also

FootnoteNumbering

PositionEndOfDoc [ O P T I O N A L ]

Syntax

boolean PositionEndOfDoc;

Description

If true , the footnote text is shown at the end of the document.

For footnotes only.

Top of Page