![]() | InDesign SDK 20.5 |
Public Member Functions | |
| AnnotationReply () | |
| virtual void | SetReplyContent (const PMString &content) |
| virtual PMString | GetReplyContent () const |
| virtual void | SetReplyCreator (const PMString &creator) |
| virtual PMString | GetReplyCreator () const |
| virtual void | SetReplyModified (const IDTime &modified) |
| virtual IDTime | GetReplyModified () const |
| AnnotationReply::AnnotationReply | ( | ) |
Sets the information of a particular reply.
| virtual |
Gets the Textual Content of a particular reply.
| content | OUT is the annotation's content. |
| virtual |
Gets the Author/Creator Name of a particular reply.
| creator | OUT is the annotation's creator – name of the user who created/edited the annotation. |
| virtual |
Gets the Last Modified Time of a particular reply.
| modified | OUT is the annotation's last modified time. |
| virtual |
Sets the Textual Content of a particular reply.
| content | IN is the annotation's content. |
| virtual |
Sets the Status of a particular reply.
| status | IN is the annotation's current status – whether open or resolved. Gets the Status of a particular reply. |
| status | OUT is the annotation's current status – whether open or resolved. Sets the Author/Creator Name of a particular reply. |
| creator | IN is the annotation's creator – name of the user who created/edited the annotation. |
| virtual |
Sets the Last Modified Time of a particular reply.
| modified | IN is the annotation's last modified time. |