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

service FileName

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
string
CurrentPresentation
contains the current content of the text field.  
short
FileFormat
determines the format the file name is displayed as specified in ::com::sun::star::text::FilenameDisplayFormat.  
boolean
IsFixed
If this flag is set to false the content is regularly updated.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
CurrentPresentation
string CurrentPresentation;
Description
contains the current content of the text field.

This property is especially useful for import/export purposes.

FileFormat
short FileFormat;
Description
determines the format the file name is displayed as specified in ::com::sun::star::text::FilenameDisplayFormat.
IsFixed
boolean IsFixed;
Description
If this flag is set to false the content is regularly updated.

 
Top of Page