service FileName in module com::sun::star::text::textfield::

(Global Index)

Syntax

service FileName;

Description

specifies service of text field that displays the file name (URL) of the document.

See also

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.


Property 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.

Property Details



CurrentPresentation

Syntax

string CurrentPresentation;

Description

contains the current content of the text field.

This property is escpecially usefull for import/export purposes.


FileFormat

Syntax

short FileFormat;

Description

determins the format the file name is displayed as specified in FilenameDisplayFormat .


IsFixed

Syntax

boolean IsFixed;

Description

If this flag is set to false the content is regularly updated.

Top of Page