User`s guide
12 Classes – Alphabetical List
12-312
• no abbreviation — pixels
• cm — centimeters
• in — inches
• mm — millimeters
• pi — picas
• pt — points
• px — pixels
RowSpan — Number of table rows spanned by table entry
double
Number of table rows spanned by the table entry, specified as a double.
Data Types: double
Style — Format for table
array of format objects
Array of format objects (such as Bold objects) that specify the format for this table.
This property overrides corresponding formats defined by the stylesheet style specified by
the StyleName property.
StyleName — Style in document or document part stylesheet
string
Name of a style specified in the stylesheet of the document or document part to which
this table is appended
The style that specifies the appearance of this table in the output document, for formats
not specified by Style property.
Tag — Tag for document element
string
Tag for document element, specified as a string.
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.