public method StyleBuilder.SetJustifyAlignment

Brief

Defines that the content is justified.

Declaration
C#
Gehtsoft.PDFFlow.Builder.StyleBuilder  SetJustifyAlignment (bool isJustify)

Parameters
isJustify

The value True defines that the content is justified.

Declared in StyleBuilder

back