[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.PageSplitArea

Class PageSplitArea

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Provides options for splitting text between several fragments on the same page using the SplitAndBalance(PageSplitArea[], TextSplitOptions, out TextLayout) method.

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

Constructors

PageSplitArea()

Initializes a new instance of the PageSplitArea class.

public PageSplitArea()

PageSplitArea(PageSplitArea)

Initializes a new instance of the PageSplitArea class copying data from another instance of PageSplitArea.

public PageSplitArea(PageSplitArea pageSplitArea)

Parameters

pageSplitArea PageSplitArea

PageSplitArea to be used as the source of data for a new instance of PageSplitArea.

PageSplitArea(TextLayout)

Initializes a new instance of the PageSplitArea class copying data from the given TextLayout.

public PageSplitArea(TextLayout textLayout)

Parameters

textLayout TextLayout

TextLayout to be used as the source of data for a new instance of PageSplitArea.

Properties

ColumnWidth

Gets or sets the width of the layout box measured from the left margin (for positive values) or from the right margin (for negative values).

public float? ColumnWidth { get; set; }

Property Value

float?

MarginBottom

Gets or sets the bottom margin of the layout box, in graphic units.

public float MarginBottom { get; set; }

Property Value

float

MarginLeft

Gets or sets the left margin of the layout box, in graphic units.

public float MarginLeft { get; set; }

Property Value

float

MarginRight

Gets or sets the right margin of the layout box, in graphic units.

public float MarginRight { get; set; }

Property Value

float

MarginTop

Gets or sets the top margin of the layout box, in graphic units.

public float MarginTop { get; set; }

Property Value

float

RowHeight

Gets or sets the height of the layout box measured from the top margin (for positive values) or from the bottom margin (for negative values).

public float? RowHeight { get; set; }

Property Value

float?

TextLayout

public TextLayout TextLayout { get; }

Property Value

TextLayout