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

NameTypeAccessDescription
textStringReadReturns the marker-text override.
paragraphsParagraphsReadReturns the paragraphs that make up the body of this note.

Methods

SignatureDescription
Note()Creates an empty note.
Note(bodyText: String)Creates a note whose body is a single {@link TextFragment} with the
given text.
getText()StringReturns the marker-text override.
setText(text: String)Overrides the marker text for this single note.
getParagraphs()ParagraphsReturns the paragraphs that make up the body of this note.

See Also