[]
Represents a set of table cell paddings.
public class CellPadding : FormattingBag
Public Class CellPadding
Inherits FormattingBag
Name | Description |
---|---|
All | Gets or sets the amount of space (in points) to add on all sides around the contents of a single cell or all cells in a table. This property returns null unless the paddings on all sides are the same. |
Bottom | Gets or sets the amount of space (in points) to add below the contents of a single cell or all cells in a table. |
Left | Gets or sets the amount of space (in points) to add to the left of the contents of a single cell or all cells in a table. |
Right | Gets or sets the amount of space (in points) to add to the right of the contents of a single cell or all cells in a table. |
Top | Gets or sets the amount of space (in points) to add above the contents of a single cell or all cells in a table. |