service CreateAuthor in module com::sun::star::text::textfield::docinfo::

(Global Index)

Syntax

service CreateAuthor;

Description

specifies service of a text field that provides information about the author who created the document.

See also

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.


Property Summary

Author contains the name of the author.

CurrentPresentation contains the current content of the text field.

IsFixed If this flag is set to false the author will be overiden by the current author each time the document is saved.

Property Details



Author

Syntax

string Author;

Description

contains the name of the author.


CurrentPresentation

Syntax

string CurrentPresentation;

Description

contains the current content of the text field.

This property is escpecially usefull for import/export purposes.


IsFixed [ O P T I O N A L ]

Syntax

boolean IsFixed;

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