Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service FileName

Description
specifies service of text field that displays the file name (URL) of the document.
See also
com::sun::star::text::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.

Properties' Summary

CurrentPresentation contains the current content of the text field.
FileFormat determins the format the file name is displayed as specified in FilenameDisplayFormat .
IsFixed If this flag is set to false the content is regularly updated.

Properties' Details

CurrentPresentation
 
string CurrentPresentation;
Description
contains the current content of the text field.

This property is escpecially usefull for import/export purposes.

FileFormat
 
short FileFormat;
Description
determins the format the file name is displayed as specified in FilenameDisplayFormat .
IsFixed
 
boolean IsFixed;
Description
If this flag is set to false the content is regularly updated.

Top of Page