[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CellPadding

Class CellPadding

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a set of table cell paddings.

public class CellPadding : FormattingBag
Inheritance
object
CellPadding
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

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.

public float? All { get; set; }

Property Value

float?

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.

public float Bottom { get; set; }

Property Value

float

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.

public float Left { get; set; }

Property Value

float

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.

public float Right { get; set; }

Property Value

float

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.

public float Top { get; set; }

Property Value

float