:: com :: sun :: star :: text :: textfield :: docinfo ::

service Custom

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
string
Name
the name of the user-defined property that this field refers to.  
string
CurrentPresentation
contains the current content of the text field.  
boolean
IsFixed
If this flag is set to `FALSE`, the content is updated when the document information changes.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
Name
string Name;
Description
the name of the user-defined property that this field refers to.
CurrentPresentation
string CurrentPresentation;
Description
contains the current content of the text field.

This property is useful for import/export purposes.

IsFixed
boolean IsFixed;
Description
If this flag is set to `FALSE`, the content is updated when the document information changes.

 
Top of Page