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

service Annotation

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
string
Author
contains the name of the author of the annotation.  
string
Initials
[ OPTIONAL ]
contains the initials of the author of the annotation.  
string
Name
[ OPTIONAL ]
contains the name of the annotation.  
string
Content
contains the annotation's content  
::com::sun::star::util::Date
Date
contains the creation date.  
::com::sun::star::util::DateTime
DateTimeValue
[ OPTIONAL ]
contains the creation date.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
Author
string Author;
Description
contains the name of the author of the annotation.
Initials
string Initials;
Usage Restrictions
optional
Description
contains the initials of the author of the annotation.
Since
LibreOffice 4.0
Name
string Name;
Usage Restrictions
optional
Description
contains the name of the annotation.
Since
LibreOffice 4.0
Content
string Content;
Description
contains the annotation's content
Date
::com::sun::star::util::Date Date;
Description
contains the creation date.
DateTimeValue
::com::sun::star::util::DateTime DateTimeValue;
Usage Restrictions
optional
Description
contains the creation date.

 
Top of Page