Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: text :: textfield ::

service Annotation

Description
specifies service of an annotation text field.
See also
com::sun::star::text::TextField


Included Services

com::sun::star::text::TextField
Description
A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.

Properties' Summary

Author contains the name of the author of the annotation.
Content contains the annotation's content
Date contains the creation date.

Properties' Details

Author
 
string Author;
Description
contains the name of the author of the annotation.
Content
 
string Content;
Description
contains the annotation's content
Date
 
com::sun::star::util::Date Date;
Description
contains the creation date.

Top of Page