API Reference
Class
OdtHeaderFooter
XML-backed header or footer content on an ODT master page.
Inheritance
- Object
- OdtHeaderFooter
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 OdtPageLayout.Footer
- Property OdtPageLayout.Header
Methods
public OdtParagraph AddParagraph(String text = null) #Returns:
OdtParagraphAdds a paragraph.
Parameters
- text System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<OdtParagraph> Paragraphs { get; } #Paragraphs in this header or footer.