PdfTableStyle Class
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
PdfTableStyle Class |
PDF table cell or header style class
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
C#
public class PdfTableStyle
The PdfTableStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfTableStyle(PdfFont) |
PDF table style default constructor.
| |
| PdfTableStyle(PdfTable) |
PDF table style constructor based on table's default cell style.
| |
| PdfTableStyle(PdfTableStyle) |
PDF table style constructor as a copy of another style.
|
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets content alignment.
| |
| BackgroundColor |
Gets or sets background color.
| |
| BarcodeBarWidth |
Gets or sets barcode narrow bar width
| |
| BarcodeHeight |
Gets or sets barcode height
| |
| Font |
Gets or sets font.
| |
| FontAscent |
Gets font ascent for current font and font size.
| |
| FontDescent |
Gets font descent for current font and font size.
| |
| FontLineSpacing |
Gets font line spacing for current font and font size.
| |
| FontSize |
Gets or sets font size.
| |
| ForegroundColor |
Gets or sets foreground color.
| |
| Format |
Gets or sets format string.
| |
| Margin |
Gets or sets cell's margins.
| |
| MinHeight |
Gets or sets minimum cell height.
| |
| MultiLineText |
Gets or sets multi-line text flag.
| |
| NumberFormatInfo |
Gets or sets number format information.
| |
| RaiseCustomDrawCellEvent |
Gets or sets raise custom draw cell event flag.
| |
| TextBoxFirstLineIndent |
Gets or sets first line indent for text box items.
| |
| TextBoxLineBreakFactor |
Gets or sets text box line break factor.
| |
| TextBoxLineExtraSpace |
Gets or sets extra line spacing for text box items.
| |
| TextBoxPageBreakLines |
Gets or sets minimum text lines for page break calculations.
| |
| TextBoxParagraphExtraSpace |
Gets or sets extra paragraph spacing for text box items.
| |
| TextBoxTextJustify |
Gets or sets text justify within text box.
| |
| TextDrawStyle |
Gets or sets text draw style.
|
| Name | Description | |
|---|---|---|
| Copy |
Copy one style to another
| |
| 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.) |
For more information go to 2.12 Data Table Support