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).
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. |