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

service Subject

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
string
Content
contains content information.  
string
CurrentPresentation
contains the current content of the text field.  
boolean
IsFixed
If this flag is set to `FALSE` the content updated every time the document information is changed.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
Content
string Content;
Description
contains content information.
CurrentPresentation
string CurrentPresentation;
Description
contains the current content of the text field.

This property is especially useful for import/export purposes.

IsFixed
boolean IsFixed;
Description
If this flag is set to `FALSE` the content updated every time the document information is changed.

 
Top of Page