Note
Overview
Note is a class in Aspose.PDF FOSS for Java.
Represents a footnote or endnote attached to a {@link TextFragment} (Aspose.PDF API compatibility).
This class provides 5 methods for working with Note objects in Java programs.
Available methods include: Note, getParagraphs, getText, setText.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: paragraphs, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | String | Read | Returns the marker-text override. |
paragraphs | Paragraphs | Read | Returns the paragraphs that make up the body of this note. |
Methods
| Signature | Description |
|---|---|
Note() | Creates an empty note. |
Note(bodyText: String) | Creates a note whose body is a single {@link TextFragment} with the |
| given text. | |
getText() → String | Returns the marker-text override. |
setText(text: String) | Overrides the marker text for this single note. |
getParagraphs() → Paragraphs | Returns the paragraphs that make up the body of this note. |