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

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

 English