[]
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
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; }
Gets or sets the layout mode for a section.
public LayoutMode LayoutMode { get; set; }
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; }
Resets grid options to default values.
public void ClearFormatting()