Footnote module
- class Footnote.Footnote
Bases:
ParagraphBase,ICompositeObjectRepresents a footnote in a document.
- property ChildObjects: DocumentObjectCollection
Gets the child objects of the footnote.
- property CustomMarker: str
Gets the custom footnote marker.
- property DocumentObjectType: DocumentObjectType
Gets the type of the document object.
- EnsureMinimum()
Ensures that the footnote has the minimum required elements.
- property FootnoteType: FootnoteType
footnote or endnote.
- Type:
Gets or sets the type of the footnote
- property IsAutoNumbered: bool
Gets or sets a value indicating whether the footnote is auto numbered.
- property MarkerCharacterFormat: CharacterFormat
Gets the marker character format.
- property SymbolCode: int
Gets the marker symbol code.
- property TextBody: Body
Gets the text body of the footnote.
- property UseAbsolutePos: bool
Gets or sets a value indicating whether the footnote uses absolute position.
