Class TableCellMargins
The default cell margins of a table or the margins of one cell (ECMA-376 Part 1 §17.4.42 w:tblCellMar / §17.4.68 w:tcMar).
public sealed class TableCellMargins
- Inheritance
-
TableCellMargins
- Inherited Members
Constructors
Properties
- Bottom
Gets or sets the bottom margin, or null.
- Left
Gets or sets the left/leading margin, or null.
- Right
Gets or sets the right/trailing margin, or null.
- Top
Gets or sets the top margin, or null.
Methods
- Clone()
Creates a copy.
- OverlayOnto(TableCellMargins)
Copies every specified margin onto
target.