[]
Specifies any East Asian typography settings which shall be applied to the contents of a run.
public class EastAsianLayout : FormattingBag
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; }
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; }
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; }
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.
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; }
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; }