PdfTableBorder Class

PDF File Writer

PdfTableBorder Class

Table's borders control
Inheritance Hierarchy
SystemObject  PdfFileWriterPdfTableBorder

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

The PdfTableBorder type exposes the following members.

Properties
  NameDescription
Public propertyBottomBorder
Bottom border line
Public propertyCellHorBorder
Cell horizontal border line
Public propertyCellVertBorder
Array of vertical borders between cells
Public propertyCellVertBorderActive
At least one cell vertical border is active
Public propertyHeaderHorBorder
Header horizontal border
Public propertyHeaderVertBorder
Array of vertical borders between headers
Public propertyHeaderVertBorderActive
At least one header vertical border is active
Public propertyTopBorder
Top border line
Top
Methods
  NameDescription
Public methodClearAllBorders
Clear all borders
Public methodClearBottomBorder
Clear bottom border line
Public methodClearCellHorBorder
Clear cell horizontal border line
Public methodClearCellVertBorder
Clear cell vertical border line
Public methodClearHeaderHorBorder
Clear header horizontal border line
Public methodClearHeaderVertBorder
Clear header vertical border line
Public methodClearTopBorder
Clear top border line
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 methodSetAllBorders(Double)
Set all borders to the same line width
Public methodSetAllBorders(Double, Double)
Set all borders
Public methodSetAllBorders(Double, Color)
Set all borders to the same line width and color
Public methodSetAllBorders(Double, Color, Double, Color)
Set all borders
Public methodSetBottomBorder(Double)
Set bottom border line
Public methodSetBottomBorder(Double, Color)
Set bottom border line
Public methodSetCellHorBorder(Double)
Set cell horizontal border line
Public methodSetCellHorBorder(Double, Color)
Set cell horizontal border line
Public methodSetCellVertBorder(Int32, Double)
Set cell vertical border line
Public methodSetCellVertBorder(Int32, Double, Color)
Set cell horizontal border line
Public methodSetDefaultBorders
Set all borders to default values.
Public methodSetFrame(Double)
Set frame border lines
Public methodSetFrame(Double, Color)
Set frame border lines
Public methodSetHeaderHorBorder(Double)
Set header horizontal border line
Public methodSetHeaderHorBorder(Double, Color)
Set header horizontal border line
Public methodSetHeaderVertBorder(Int32, Double)
Set header vertical border line
Public methodSetHeaderVertBorder(Int32, Double, Color)
Set header horizontal border line
Public methodSetTopBorder(Double)
Set top border line
Public methodSetTopBorder(Double, Color)
Set top border line
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also