Aspose::Pdf::Note class

Note class

This class represents generator paragraph note.

class Note : public System::Object

Methods

MethodDescription
get_Paragraphs() constGets a collection that indicates all paragraphs in the FootNote.
get_Text() constGets a note text.
get_TextState() constGets a note text state.
Note()Initializes a new instance of the Note class.
Note(System::String)Initializes a new instance of the Note class.
set_Paragraphs(System::SharedPtr<Aspose::Pdf::Paragraphs>)Sets a collection that indicates all paragraphs in the FootNote.
set_Text(System::String)Sets a note text.
set_TextState(System::SharedPtr<Aspose::Pdf::Text::TextState>)Sets a note text state.

See Also