public method ParagraphBuilder.SetJustifyAlignment

Brief

Enables or disables the paragraph justification.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetJustifyAlignment (bool justifyAlignment = True)

Parameters
justifyAlignment

The value True indicates that the justification is enabled.

Details

If you need to simply justify the paragraph content, you can call the method without the parameter SetJustifyAlignment(). Specifying the parameter is useful when you enable the justification in the document style, and then need to disable it for a certain paragraph.

Declared in ParagraphBuilder

back