Changes the horizontalalignment in the default layout of the Cells
added with method AddCell(string content).
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int DefaultHorizontalAlignment { set; } |
Visual Basic |
---|
Public WriteOnly Property DefaultHorizontalAlignment As Integer Set |
Visual C++ |
---|
public: property int DefaultHorizontalAlignment { void set (int value); } |