public method ParagraphBuilder.SetJustifyAlignment
Enables or disables the paragraph justification.
Declaration | ||||
|
Parameters | |
justifyAlignment |
The value |
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