Get or set if the text is justified.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool Justified { get; set; }
Visual Basic
Public Property Justified As Boolean
	Get
	Set

Remarks

When a text paragraph is justified, the white space between all words (if any) will be manipulated so that all space between the left and right margin of the page is used. The last line is never justified.

See Also