Remarks
The property's default value is Justification.
The property returns its default value, if the text selection contains multiple paragraphs with mixed justification settings. The Selection.
Gets or sets the kind of justification in documents containing Arabic or Hebrew characters. If a paragraph is justified, the additional space to justify the line is added to the spaces between the words. If the line contains Arabic or Hebrew characters the line can also be justified though the insertion of Kashida lines.
Introduced: X10.
public Justification Justification { get; set; }
Public Property Justification() As Justification
Member | Description |
---|---|
Spaces | To justify a line additional space is added to the spaces between the words. |
Kashida | To justify a line Kashida lines are inserted. |
Spaces |
To justify a line both kinds of justification are used. |
The property's default value is Justification.
The property returns its default value, if the text selection contains multiple paragraphs with mixed justification settings. The Selection.