![]() | InDesign SDK 20.5 |
Public Member Functions | |
| AnnotationPage () | |
| virtual void | SetAnnotationPageID (const AnnotationPageID &annotPageID) |
| virtual void | GetAnnotationPageID (AnnotationPageID &annotPageID) const |
| virtual void | SetListOfAnnotationsInPage (const std::vector< std::shared_ptr< AnnotationItem >> &annotations) |
| virtual void | GetListOfAnnotationsInPage (std::vector< std::shared_ptr< AnnotationItem >> &annotations) const |
| virtual void | AppendListOfAnnotationsToPage (const std::vector< std::shared_ptr< AnnotationItem >> &annotations) |
| AnnotationPage::AnnotationPage | ( | ) |
Sets the information of a particular page of the document.
| virtual |
Appends a List of Annotations to a particular page of the document.
| annotations | IN is the page's collection of all annotation. |
| virtual |
Gets the PageID of a particular page of the document.
| annotPageid | OUT is the page's unique ID |
| virtual |
Gets the List of Associated Annotations of a particular page of the document.
| annotations | OUT is the page's collection of all annotation. |
| virtual |
Sets the PageID of a particular page of the document.
| annotPageid | IN is the page's unique ID |
| virtual |
Sets the List of Associated Annotations of a particular page of the document.
| annotations | IN is the page's collection of all annotation. |