Aspose::Pdf::Note class
Note class
This class represents generator paragraph note.
class Note : public System::Object
Methods
| Method | Description |
|---|---|
| get_Paragraphs() const | Gets a collection that indicates all paragraphs in the FootNote. |
| get_Text() const | Gets a note text. |
| get_TextState() const | Gets 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
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++