PdfTableBorder Class
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
PdfTableBorder Class |
Table's borders control
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
C#
public class PdfTableBorder
The PdfTableBorder type exposes the following members.
| Name | Description | |
|---|---|---|
| BottomBorder |
Bottom border line
| |
| CellHorBorder |
Cell horizontal border line
| |
| CellVertBorder |
Array of vertical borders between cells
| |
| CellVertBorderActive |
At least one cell vertical border is active
| |
| HeaderHorBorder |
Header horizontal border
| |
| HeaderVertBorder |
Array of vertical borders between headers
| |
| HeaderVertBorderActive |
At least one header vertical border is active
| |
| TopBorder |
Top border line
|
| Name | Description | |
|---|---|---|
| ClearAllBorders |
Clear all borders
| |
| ClearBottomBorder |
Clear bottom border line
| |
| ClearCellHorBorder |
Clear cell horizontal border line
| |
| ClearCellVertBorder |
Clear cell vertical border line
| |
| ClearHeaderHorBorder |
Clear header horizontal border line
| |
| ClearHeaderVertBorder |
Clear header vertical border line
| |
| ClearTopBorder |
Clear top border line
| |
| 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.) | |
| SetAllBorders(Double) |
Set all borders to the same line width
| |
| SetAllBorders(Double, Double) |
Set all borders
| |
| SetAllBorders(Double, Color) |
Set all borders to the same line width and color
| |
| SetAllBorders(Double, Color, Double, Color) |
Set all borders
| |
| SetBottomBorder(Double) |
Set bottom border line
| |
| SetBottomBorder(Double, Color) |
Set bottom border line
| |
| SetCellHorBorder(Double) |
Set cell horizontal border line
| |
| SetCellHorBorder(Double, Color) |
Set cell horizontal border line
| |
| SetCellVertBorder(Int32, Double) |
Set cell vertical border line
| |
| SetCellVertBorder(Int32, Double, Color) |
Set cell horizontal border line
| |
| SetDefaultBorders |
Set all borders to default values.
| |
| SetFrame(Double) |
Set frame border lines
| |
| SetFrame(Double, Color) |
Set frame border lines
| |
| SetHeaderHorBorder(Double) |
Set header horizontal border line
| |
| SetHeaderHorBorder(Double, Color) |
Set header horizontal border line
| |
| SetHeaderVertBorder(Int32, Double) |
Set header vertical border line
| |
| SetHeaderVertBorder(Int32, Double, Color) |
Set header horizontal border line
| |
| SetTopBorder(Double) |
Set top border line
| |
| SetTopBorder(Double, Color) |
Set top border line
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |