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.

Syntax

public Justification Justification { get; set; }
Public Property Justification() As Justification

Members

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.
SpacesAndKashida To justify a line both kinds of justification are used.

Remarks

The property's default value is Justification.Spaces.

The property returns its default value, if the text selection contains multiple paragraphs with mixed justification settings. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.