:: com :: sun :: star :: table ::

constants group BorderLineStyle

Constants
SOLID Solid border line.  
DOTTED Dotted border line.  
DASHED Dashed border line.  
Constants' Details
SOLID
const short SOLID = 0;
Description
Solid border line.
DOTTED
const short DOTTED = 1;
Description
Dotted border line.
DASHED
const short DASHED = 2;
Description
Dashed border line.
Top of Page