ITextParagraphFormat.Alignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the paragraph alignment.
public:
property ParagraphAlignment Alignment { ParagraphAlignment get(); void set(ParagraphAlignment value); };
ParagraphAlignment Alignment();
void Alignment(ParagraphAlignment value);
public ParagraphAlignment Alignment { get; set; }
var paragraphAlignment = iTextParagraphFormat.alignment;
iTextParagraphFormat.alignment = paragraphAlignment;
Public Property Alignment As ParagraphAlignment
Property Value
The paragraph alignment value.