2018.2

Table Of Contents
l
Left: Set the horizontal offset between this table and its parent's left position.
Equivalent to theCSS left property.
l
Bottom: Set the vertical offset between this table and its parent's bottom
position. Equivalent to theCSS bottom property.
l
Right: Set the horizontal offset between this table and its parent's left position.
Equivalent to theCSS right property.
l
Z-index: Set the z-index of the table. The z-index defines in which order
elements appear. Equivalent to the CSS z-index property.
l
Breaks group:
l
Before: Specifies how to handle page breaks before the table. Equivalent to
the CSS page-break-before property.
l
Inside: Specifies whether to accept page breaks within the table. Equivalent
to the CSS page-break-inside property.
l
After: Specifies how to handle page breaks after the table. Equivalent to the
CSS page-break-after property.
l
Widows: Specifies how to handle widows within the table (rows appearing
alone on the next page if the table does not fit on the current one). Equivalent
to the CSS widows property. Widows and orphans are ignored if the page-
break-inside property is set to avoid.
l
Orphans: Specifies how to handle orphans within the tables (rows appearing
alone at the end of a page if the table does not fit on the current one).
Equivalent to the CSS orphans property.
Spacing Tab
For information about spacing see "Spacing" on page686.
l
Padding group: Defines padding (spacing inside the element) in measure or
percentage:
l
All sides: Check to set all padding to use the Top value. Equivalent to the
CSS padding property.
l
Top, Left, Bottom, Right: Set padding for each side. Equivalent to the CSS
padding-left, padding-top, padding-right and padding-bottom
properties.
Page 840