[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PageGrid

Class PageGrid

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

Represents the settings for a page grid, which enables precise layout of full-width East Asian language characters within a section by specifying the desired number of characters per line and lines per page for all East Asian text content in section.

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

Properties

CharsLine

Gets or sets the number of characters to be allowed on the page grid for each line in a section.

public float CharsLine { get; set; }

Property Value

float

LayoutMode

Gets or sets the layout mode for a section.

public LayoutMode LayoutMode { get; set; }

Property Value

LayoutMode

LinesPage

Gets or sets the number of lines to be allowed on the page grid for the page assuming all lines have equal line pitch applied to them.

public float LinesPage { get; set; }

Property Value

float

Methods

ClearFormatting()

Resets grid options to default values.

public void ClearFormatting()