Link Search Menu Expand Document

Table Class

Represents the table.
Inheritance Hierarchy
SystemObject
Bytescout.PDFTable

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class Table

The Table type exposes the following members.

Constructors
NameDescription
Public methodTable
Initializes a new instance of the Bytescout.PDF.Table class.
Public methodTable(String)
Initializes a new instance of the Bytescout.PDF.Table class.
Top
Properties
NameDescription
Public propertyBackgroundColor
Gets or sets the color of the background.
Public propertyBorderColor
Gets or sets the color of the border.
Public propertyBorderStyle
Gets or sets the border style.
Public propertyBorderWidth
Gets or sets the border width.
Public propertyColumns
Gets the table column collection.
Public propertyFont
Gets or sets the font of the table.
Public propertyHeaderHeight
Gets or sets the height of the table header.
Public propertyName
Gets or sets the name of the table.
Public propertyRows
Gets the table row collection.
Public propertyTextColor
Gets or sets the color of the text.
Public propertyTextFormat
Gets or sets the text string format.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNewRow
Creates a new Bytescout.PDF.TableRow with the same schema as the table.
Public methodToString (Inherited from Object.)
Top
See Also

Reference