Link Search Menu Expand Document

TableElement Class

Represents the a cell of the table.
Inheritance Hierarchy
SystemObject
Bytescout.PDFTableElement

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

The TableElement type exposes the following members.

Constructors
NameDescription
Public methodTableElement
Initializes a new instance of the Bytescout.PDF.TableElement class.
Public methodTableElement(String)
Initializes a new instance of the Bytescout.PDF.TableElement class.
Top
Properties
NameDescription
Public propertyBackgroundColor
Gets or sets the color of the background.
Public propertyFont
Gets or sets the font of a cell.
Public propertyText
Gets or sets the text of a cell.
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 methodToString (Inherited from Object.)
Top
See Also

Reference