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

constants group LabelFollow
Description
These enumeration values specify character following the list label

Constants
LISTTAB list tab stop  
SPACE space  
NOTHING nothing  
Constants' Details
LISTTAB
const short LISTTAB = 0;
Description
list tab stop
SPACE
const short SPACE = 1;
Description
space
NOTHING
const short NOTHING = 2;
Description
nothing
Top of Page