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

service ChangeAuthor

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
string
Author
contains the name of the author.  
string
CurrentPresentation
contains the current content of the text field.  
boolean
IsFixed
[ OPTIONAL ]
If this flag is set to false the author will be overridden by the current author each time the document is saved.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
Author
string Author;
Description
contains the name of the author.
CurrentPresentation
string CurrentPresentation;
Description
contains the current content of the text field.

This property is especially useful for import/export purposes.

IsFixed
boolean IsFixed;
Usage Restrictions
optional
Description
If this flag is set to false the author will be overridden by the current author each time the document is saved.

 
Top of Page