service Author in module com::sun::star::text::textfield::

(Global Index)

Syntax

service Author;

Description

specifies service of an author text field.

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

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

Content the is the content of this field

AuthorFormat this is the display format for this field

CurrentPresentation contains the current content of the text field.

FullName determines whether the full name of the author is displayed rather than the initials.

Property Details



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.


Content [ O P T I O N A L ]

Syntax

string Content;

Description

the is the content of this field


AuthorFormat [ O P T I O N A L ]

Syntax

short AuthorFormat;

Description

this is the display format for this field

See also

AuthorDisplayFormat

CurrentPresentation [ O P T I O N A L ]

Syntax

string CurrentPresentation;

Description

contains the current content of the text field.

This property is escpecially usefull for import/export purposes.


FullName [ O P T I O N A L ]

Syntax

boolean FullName;

Description

determines whether the full name of the author is displayed rather than the initials.

Top of Page