Creates a new instance of the ParagraphFormat class.

ParagraphFormat()

public ParagraphFormat();
Public Class ParagraphFormat

ParagraphFormat(HorizontalAlignment)

public ParagraphFormat(HorizontalAlignment alignment);
Public Sub New(ByVal alignment As HorizontalAlignment)

Parameters

Parameter Description
alignment Specifies one of the HorizontalAlignment values. The following values are possible:
Event Description
Center Text is centered.
Justify Text is fully justified.
Left Text is left aligned.
Right Text is right aligned.