User`s guide

12 Classes – Alphabetical List
12-282
ColSepColor — Color of line separating columns
string
You can specify:
Name of a color. The name must be a CSS color name. See http://www.crockford.com/
wrrrld/color.html.
A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
ColSepWidth — Width of line separating table columns
string
String having the format valueUnits, where Units is an abbreviation for the units in
which the width is expressed. Use one of these abbreviations for the units of a width.
no abbreviation — pixels
cm — centimeters
in — inches
mm — millimeters
pi — picas
pt — points
px — pixels
For example, for a three pica wide column separator, set the ColSepWidth property to
3pi.
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
RowSep — Style of lines separating rows
string
The style of a line separating the rows of a table or table section (header, body, or footer).
See the description of the Border property for a description of the possible values.