InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AnnotationReply Class Reference

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
 

Constructor & Destructor Documentation

AnnotationReply::AnnotationReply ()

Sets the information of a particular reply.

Member Function Documentation

virtual PMString AnnotationReply::GetReplyContent () const
virtual

Gets the Textual Content of a particular reply.

Parameters
contentOUT is the annotation's content.
virtual PMString AnnotationReply::GetReplyCreator () const
virtual

Gets the Author/Creator Name of a particular reply.

Parameters
creatorOUT is the annotation's creator – name of the user who created/edited the annotation.
virtual IDTime AnnotationReply::GetReplyModified () const
virtual

Gets the Last Modified Time of a particular reply.

Parameters
modifiedOUT is the annotation's last modified time.
virtual void AnnotationReply::SetReplyContent (const PMStringcontent)
virtual

Sets the Textual Content of a particular reply.

Parameters
contentIN is the annotation's content.
virtual void AnnotationReply::SetReplyCreator (const PMStringcreator)
virtual

Sets the Status of a particular reply.

Parameters
statusIN is the annotation's current status – whether open or resolved. Gets the Status of a particular reply.
statusOUT is the annotation's current status – whether open or resolved. Sets the Author/Creator Name of a particular reply.
creatorIN is the annotation's creator – name of the user who created/edited the annotation.
virtual void AnnotationReply::SetReplyModified (const IDTimemodified)
virtual

Sets the Last Modified Time of a particular reply.

Parameters
modifiedIN is the annotation's last modified time.