PdfTableColumn Class |
Namespace: Atalasoft.PdfDoc.Generating.Shapes
The PdfTableColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfTableColumn(String, String) |
Initializes a new instance of the PdfTableColumn class.
The key should match the property name or Dictionary key for the objects.
| |
| PdfTableColumn(String, String, Double) |
Initializes a new instance of the PdfTableColumn class.
The key should match the property name or Dictionary key for the objects.
| |
| PdfTableColumn(String, String, Double, PdfTextAlignment) |
Initializes a new instance of the PdfTableColumn class.
The key should match the property name or Dictionary key for the objects.
| |
| PdfTableColumn(String, String, Double, PdfTextAlignment, Double, Double) |
Initializes a new instance of the PdfTableColumn class.
The key is used to do a lookup in a collection or Dictionary for property values.
|
| Name | Description | |
|---|---|---|
| DisplayText |
Text that will display in the column heading
| |
| Key |
The key is used to do a lookup in a collection or Dictionary for property values.
| |
| TextAlignment |
Horizontal alignment for the text in the column
| |
| TextPaddingLeft |
Get/sets the padding to the left of text for the column
| |
| TextPaddingRight |
Get/sets the padding to the right of text for the column
| |
| TextStyle |
The text style to apply to the column
| |
| Width |
Width of the column
|
| Name | Description | |
|---|---|---|
| Clone |
Creates and returns a new instance of the PdfTableColumn
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |