| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
provides access to the settings of footnotes or endnotes in a (text) document. More...
import "EndnoteSettings.idl";
 
  
| Included Services | |
| service | FootnoteSettings | 
| Additional Inherited Members | |
| Public Attributes inherited from FootnoteSettings | |
| string | CharStyleName | 
| contains the name of the character style that is used for the label in front of the footnote/endnote text. | |
| short | NumberingType | 
| contains the numbering type for the numbering of the footnotes/endnotes. | |
| string | PageStyleName | 
| contains the page style that is used for the page that contains the footnote/endnote texts | |
| string | ParaStyleName | 
| contains the paragraph style that is used for the footnote/endnote text. | |
| string | Prefix | 
| contains the prefix for the footnote/endnote symbol. | |
| short | StartAt | 
| contains the first number of the automatic numbering of footnotes/endnotes. | |
| string | Suffix | 
| contains the suffix for the footnote/endnote symbol. | |
| string | BeginNotice | 
| contains the string at the restart of the footnote text after a break. | |
| string | EndNotice | 
| contains the string at the end of a footnote part in front of a break. | |
| short | FootnoteCounting | 
| contains the type of the counting of the footnote numbers. | |
| boolean | PositionEndOfDoc | 
| If TRUE, the footnote text is shown at the end of the document. | |
| string | AnchorCharStyleName | 
| contains the name of the character style that is used for footnote/endnote anchor in the text. | |
provides access to the settings of footnotes or endnotes in a (text) document.
| service FootnoteSettings |