PdfTableStyle Class |
Namespace: Spire.Pdf.Tables
The PdfTableStyle type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfTableStyle |
Initializes a new instance of theclass.
|
| Name | Description | |
|---|---|---|
|
|
AlternateStyle |
Gets or sets the odd row cell style.
|
|
|
BorderOverlapStyle |
Gets or sets a value indicating whether the cell borders
should overlap its neighbour's borders or be drawn in the cell interior.
|
|
|
BorderPen |
Gets or sets the pen of the table border.
|
|
|
CellPadding |
Gets or sets the cell padding.
|
|
|
CellSpacing |
Gets or sets the cell spacing.
|
|
|
DefaultStyle |
Gets or sets the default cell style.
|
|
|
HeaderRowCount |
Gets or sets the header rows count.
|
|
|
HeaderSource |
Gets or sets a value indicating whether
to use rows or column captions for forming header.
|
|
|
HeaderStyle |
Gets or sets the header cell style.
|
|
|
IsFixWidth |
get or set the value of fitWidth.
|
|
|
RepeatHeader |
Gets or sets a value indicating whether to repeat header on each page.
|
|
|
ShowHeader |
Gets or sets a value indicating whether the header is visible.
|
| Name | Description | |
|---|---|---|
|
|
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
.)
|