[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CellPadding

CellPadding Class

Represents a set of table cell paddings.

Inheritance
CellPadding
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CellPadding : FormattingBag
Public Class CellPadding
    Inherits FormattingBag

Properties

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.