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

(Global Index)

Syntax

service ChangeDateTime;

Description

specifies service of a text field that provides information about the date and time the document was last changed.

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

CurrentPresentation contains the current content of the text field.

IsFixed If this flag is set to false the date or time is always displayed as the current date or time.

IsDate If this flag is set to true this field represents, a date with an optional time. If it is set to false only the time is used here.

DateTimeValue contains the date and time as double value.

NumberFormat this is the number format for this field.

Property Details



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 date or time is always displayed as the current date or time.


IsDate

Syntax

boolean IsDate;

Description

If this flag is set to true this field represents, a date with an optional time. If it is set to false only the time is used here.


DateTimeValue

Syntax

double DateTimeValue;

Description

contains the date and time as double value.


NumberFormat

Syntax

long NumberFormat;

Description

this is the number format for this field.

See also

NumberFormatter
Top of Page