[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextColumn

Class TextColumn

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

Represents a single text column.

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

Properties

SpaceAfter

Gets or sets the space between this column and the next column in points.

public float SpaceAfter { get; set; }

Property Value

float

Width

Gets or sets the width of the text column in points.

public float Width { get; set; }

Property Value

float

Methods

ClearFormatting()

Resets text column properties to default values.

public void ClearFormatting()