Click or drag to resize

PdfTableColumn Class

Used to define the columns for the PdfTable
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.ShapesPdfTableColumn

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class PdfTableColumn : ICloneable

The PdfTableColumn type exposes the following members.

Constructors
  NameDescription
Public methodPdfTableColumn(String, String)
Initializes a new instance of the PdfTableColumn class. The key should match the property name or Dictionary key for the objects.
Public methodPdfTableColumn(String, String, Double)
Initializes a new instance of the PdfTableColumn class. The key should match the property name or Dictionary key for the objects.
Public methodPdfTableColumn(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.
Public methodPdfTableColumn(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.
Top
Properties
  NameDescription
Public propertyDisplayText
Text that will display in the column heading
Public propertyKey
The key is used to do a lookup in a collection or Dictionary for property values.
Public propertyTextAlignment
Horizontal alignment for the text in the column
Public propertyTextPaddingLeft
Get/sets the padding to the left of text for the column
Public propertyTextPaddingRight
Get/sets the padding to the right of text for the column
Public propertyTextStyle
The text style to apply to the column
Public propertyWidth
Width of the column
Top
Methods
  NameDescription
Public methodClone
Creates and returns a new instance of the PdfTableColumn
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also