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

(Global Index)

Syntax

service Annotation;

Description

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

Author contains the name of the author of the annotation.

Content contains the annotation's content

Date contains the creation date.

Property Details



Author

Syntax

string Author;

Description

contains the name of the author of the annotation.


Content

Syntax

string Content;

Description

contains the annotation's content


Date

Syntax

com::sun::star::util::Date Date;

Description

contains the creation date.

Top of Page