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

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

service Author

Description
specifies service of an author 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

IsFixed [ OPTIONAL ]
If this flag is set to false the author will be overiden by the current author each time the document is saved.
Content [ OPTIONAL ]
the is the content of this field
AuthorFormat [ OPTIONAL ]
this is the display format for this field
CurrentPresentation [ OPTIONAL ]
contains the current content of the text field.
FullName [ OPTIONAL ]
determines whether the full name of the author is displayed rather than the initials.

Properties' Details

IsFixed
 
boolean IsFixed;
[ OPTIONAL ]
Description
If this flag is set to false the author will be overiden by the current author each time the document is saved.
Content
 
string Content;
[ OPTIONAL ]
Description
the is the content of this field
AuthorFormat
 
short AuthorFormat;
[ OPTIONAL ]
Description
this is the display format for this field
See also
com::sun::star::text::AuthorDisplayFormat
CurrentPresentation
 
string CurrentPresentation;
[ OPTIONAL ]
Description
contains the current content of the text field.

This property is escpecially usefull for import/export purposes.

FullName
 
boolean FullName;
[ OPTIONAL ]
Description
determines whether the full name of the author is displayed rather than the initials.

Top of Page