[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.JustifyLastLine

JustifyLastLine Property

JustifyLastLine

Gets or sets a value indicating whether for paragraphs that have TextAlignment set to Distributed, the last line will be justified (typical in East Asian typography).

The default is false.

Declaration
public bool JustifyLastLine { get; set; }
Public Property JustifyLastLine As Boolean
Remarks

Setting this property to true allows implementing text alignment that is similar to "Justify distributed" mode available in East Asian versions of MS Excel.