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

constants group LabelFollow

Constants
LISTTAB list tab stop  
SPACE space  
NOTHING nothing  
NEWLINE new line  
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
NEWLINE
const short NEWLINE = 3;
Description
new line
Top of Page