[]
        
(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
TextColumn
Inherited Members

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()