[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EastAsianLayout

Class EastAsianLayout

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

Specifies any East Asian typography settings which shall be applied to the contents of a run.

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

Properties

FitVerticalInLine

Gets or sets whether the vertical text HorizontalInVertical shall be compressed at display time in order to ensure that it fits into the existing line height without increasing the overall height of the line.

public bool FitVerticalInLine { get; set; }

Property Value

bool

HorizontalInVertical

Gets or sets that characters in the run should be rendered with a 270 degree rotation to the left from all other contents of the line when displayed in the document.

public bool HorizontalInVertical { get; set; }

Property Value

bool

Id

Gets or sets a unique ID which shall be used to link multiple runs with Id to each other to ensure that their contents are correctly displayed in the document. ///

public int Id { get; set; }

Property Value

int

Remarks

This means that multiple runs which are broken apart due to differences in formatting can be identified as belonging to the same grouping in terms of EastAsianLayout properties, although they are separated into multiple runs of text.

TwoLinesInOne

Gets or sets whether the contents of the current run should be combined into one line using the two lines.

public bool TwoLinesInOne { get; set; }

Property Value

bool

TwoLinesInOneBrackets

Gets or sets that the two lines in one text should be enclosed within a pair of brackets when displayed. This property value determine the bracket style to put around combined text.

public TwoLinesInOneBrackets TwoLinesInOneBrackets { get; set; }

Property Value

TwoLinesInOneBrackets