PdfTableStyle Class

PDF File Writer

PdfTableStyle Class

PDF table cell or header style class
Inheritance Hierarchy
SystemObject  PdfFileWriterPdfTableStyle

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class PdfTableStyle

The PdfTableStyle type exposes the following members.

Constructors
  NameDescription
Public methodPdfTableStyle(PdfFont)
PDF table style default constructor.
Public methodPdfTableStyle(PdfTable)
PDF table style constructor based on table's default cell style.
Public methodPdfTableStyle(PdfTableStyle)
PDF table style constructor as a copy of another style.
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets content alignment.
Public propertyBackgroundColor
Gets or sets background color.
Public propertyBarcodeBarWidth
Gets or sets barcode narrow bar width
Public propertyBarcodeHeight
Gets or sets barcode height
Public propertyFont
Gets or sets font.
Public propertyFontAscent
Gets font ascent for current font and font size.
Public propertyFontDescent
Gets font descent for current font and font size.
Public propertyFontLineSpacing
Gets font line spacing for current font and font size.
Public propertyFontSize
Gets or sets font size.
Public propertyForegroundColor
Gets or sets foreground color.
Public propertyFormat
Gets or sets format string.
Public propertyMargin
Gets or sets cell's margins.
Public propertyMinHeight
Gets or sets minimum cell height.
Public propertyMultiLineText
Gets or sets multi-line text flag.
Public propertyNumberFormatInfo
Gets or sets number format information.
Public propertyRaiseCustomDrawCellEvent
Gets or sets raise custom draw cell event flag.
Public propertyTextBoxFirstLineIndent
Gets or sets first line indent for text box items.
Public propertyTextBoxLineBreakFactor
Gets or sets text box line break factor.
Public propertyTextBoxLineExtraSpace
Gets or sets extra line spacing for text box items.
Public propertyTextBoxPageBreakLines
Gets or sets minimum text lines for page break calculations.
Public propertyTextBoxParagraphExtraSpace
Gets or sets extra paragraph spacing for text box items.
Public propertyTextBoxTextJustify
Gets or sets text justify within text box.
Public propertyTextDrawStyle
Gets or sets text draw style.
Top
Methods
  NameDescription
Public methodCopy
Copy one style to another
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
Remarks

For more information go to 2.12 Data Table Support

See Also