Syntax
service EditTime;
Description
specifies service of a text field that provides information about the
duration the document has been edited.
See also
- TextField
-
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.
|
|
DateTimeValue |
contains the date and time as double value.
|
|
NumberFormat |
this is the number format for this field.
|
|
Property Details
|
|
Syntax
string CurrentPresentation;
Description
contains the current content of the text field.
This property is escpecially usefull for import/export purposes.
Syntax
boolean IsFixed;
Description
If this flag is set to false
the date or time
is always displayed as the current date or time.
Syntax
double DateTimeValue;
Description
contains the date and time as double value.
Syntax
long NumberFormat;
Description
this is the number format for this field.
See also
- NumberFormatter
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.