API Reference
Class
OdtNote
An XML-backed ODT footnote or endnote at its inline reference position.
Inheritance
- Object
- OdtNote
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OdtInlineNode.Note
- Method OdtParagraph.AddEndnote
- Method OdtParagraph.AddFootnote
- Property OdtParagraph.Notes
Methods
public OdtParagraph AddParagraph(String text = null) #Returns:
OdtParagraphAppends a paragraph to this note's body.
Parameters
- text System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #The native note identifier.
public Nullable<OdtNoteKind> Kind { get; } #The note kind, or null when the native class is unknown.
public String Citation { get; } #The displayed citation stored in the native note.
public IReadOnlyList<OdtParagraph> Paragraphs { get; } #Direct paragraphs in the note body, in source order.
public Boolean HasOnlyParagraphs { get; } #Whether the body contains only direct paragraphs that the Word adapter can project.