Sets the alignment of this paragraph.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void SetAlignment(
	string alignment
)
Visual Basic
Public Sub SetAlignment ( _
	alignment As String _
)
Visual C++
public:
void SetAlignment(
	String^ alignment
)

Parameters

alignment
Type: System..::..String
the new alignment as a string

See Also