Note

Overview

Note is a class in Aspose.PDF FOSS for .NET.

A footnote or endnote attached to a TextFragment.

This class provides 2 methods for working with Note objects in .NET programs. Available methods include: Note. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Paragraphs, Text, TextState.

Properties

NameTypeAccessDescription
Textstring?Read/WritePlain-text content of the note.
ParagraphsParagraphsRead/WriteRich-paragraph content of the note (when set, takes precedence over Text).
TextStateTextStateRead/WriteDefault text state applied to the note’s plain-text content.

Methods

SignatureDescription
Note()Calls Note on this Note instance.
Note(content: string)

See Also