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

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

service PrintAuthor

Description
specifies service of a text field that provides information about the author of the last print operation.
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.
CurrentPresentation contains the current content of the text field.
IsFixed [ OPTIONAL ]
If this flag is set to false the author will be overiden by the current author each time the document is saved.

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 escpecially usefull for import/export purposes.

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.

Top of Page