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

unpublished constants group Type
Usage Restrictions
not published
Description
* Text field types. * * Right now this only contains the types that are supported by the edit engine, * but it should eventually contain all field types that are used across all * engines. * *
Since
LibreOffice 3.6

Constants
UNSPECIFIED  
DATE  
URL  
PAGE  
PAGES  
TIME  
TABLE  
EXTENDED_TIME  
EXTENDED_FILE  
AUTHOR  
MEASURE  
DOCINFO_TITLE  
PRESENTATION_HEADER  
PRESENTATION_FOOTER  
PRESENTATION_DATE_TIME  
Constants' Details
UNSPECIFIED
const long UNSPECIFIED = -1;
DATE
const long DATE = 0;
URL
const long URL = 1;
PAGE
const long PAGE = 2;
PAGES
const long PAGES = 3;
TIME
const long TIME = 4;
TABLE
const long TABLE = 5;
EXTENDED_TIME
const long EXTENDED_TIME = 6;
EXTENDED_FILE
const long EXTENDED_FILE = 7;
AUTHOR
const long AUTHOR = 8;
MEASURE
const long MEASURE = 9;
DOCINFO_TITLE
const long DOCINFO_TITLE = 10;
PRESENTATION_HEADER
const long PRESENTATION_HEADER = 11;
PRESENTATION_FOOTER
const long PRESENTATION_FOOTER = 12;
PRESENTATION_DATE_TIME
const long PRESENTATION_DATE_TIME = 13;
Top of Page