Top   Module   Use   Manual   Index 

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

constants group FilenameDisplayFormat


Description
These constants are used to specify which parts of an URL are displayed in a field.


Constants

const short FULL = = 0;
Description
The content of the URL is completely displayed.
const short PATH = = 1;
Description
Only the path of the file is displayed.
const short NAME = = 2;
Description
Only the name of the file without the file extension is displayed.
const short NAME_AND_EXT = = 3;
Description
The file name including the file extension is displayed.
Top of Page