![]() | InDesign SDK 20.5 |
Public Member Functions | |
| AnnotationCollection () | |
| virtual void | GetAnnotationCollectionID (AnnotationCollectionID &annotCollectionid) const |
| virtual void | SetListOfPagesInCollection (const std::vector< std::shared_ptr< AnnotationPage >> &pages) |
| virtual void | GetListOfPagesInCollection (std::vector< std::shared_ptr< AnnotationPage >> &pages) const |
| virtual void | AppendListOfPagesToCollection (const std::vector< std::shared_ptr< AnnotationPage >> &pages) |
| AnnotationCollection::AnnotationCollection | ( | ) |
Sets the information of a particular collection of annotations related to a single document.
| virtual |
Appends a List of Pages to a particular collection of annotations related to a single document.
| pages | IN is the collection's list of pages with relevant annotations. |
| virtual |
Sets the DocumentUID of a particular collection of annotations related to a single document.
| docID | IN is the collection's associated document ID. Gets the DocumentUID of a particular collection of annotations related to a single document. |
| docID | OUT is the collection's associated document ID.Gets the Collection of a particular collection of annotations related to a single document. |
| uid | OUT is the collection's unique ID |
| virtual |
Gets the List of Pages of a particular collection of annotations related to a single document.
| pages | OUT is the collection's list of pages with relevant annotations. |
| virtual |
Sets the Number of Annotations of a particular collection of annotations related to a single document.
| totalNumberOfAnnotationsPresent | IN is the total number of annotations present in the collection.Gets the Number of Annotations of a particular collection of annotations related to a single document. |
| totalNumberOfAnnotationsPresent | OUT is the total number of annotations present in the collection.Sets the List of Pages of a particular collection of annotations related to a single document. |
| pages | IN is the collection's list of pages with relevant annotations. |