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
| Name | Type | Access | Description |
|---|---|---|---|
Text | string? | Read/Write | Plain-text content of the note. |
Paragraphs | Paragraphs | Read/Write | Rich-paragraph content of the note (when set, takes precedence over Text). |
TextState | TextState | Read/Write | Default text state applied to the note’s plain-text content. |
Methods
| Signature | Description |
|---|---|
Note() | Calls Note on this Note instance. |
Note(content: string) |