PdfTableCell Class

PDF File Writer

PdfTableCell Class

PDF table cell class
Inheritance Hierarchy
SystemObject  PdfFileWriterPdfTableCell

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

The PdfTableCell type exposes the following members.

Properties
  NameDescription
Public propertyAnnotAction
Gets or sets annotation action derived classes
Public propertyBarcode
Gets barcode if type is Barcode
Public propertyClientBottom
Gets client area bottom side.
Public propertyClientLeft
Gets client area left side.
Public propertyClientRight
Gets client area right side.
Public propertyClientTop
Gets client area top side.
Public propertyClientWidth
Gets Client area width.
Public propertyFormattedText
Gets cell's formatted value.
Public propertyFrameLeft
Gets cell's frame left side (grid line).
Public propertyFrameWidth
Gets cell's frame width (grid line to grid line).
Public propertyHeader
Cell is a header.
Public propertyImage
Gets Image if Type is Image.
Public propertyImageHeight
Gets or sets image height in user units.
Public propertyImageWidth
Gets or sets image width in user units.
Public propertyIndex
Gets cell's index position within Table.Cell array.
Public propertyParent
Gets parent PdfTable.
Public propertyStyle
Gets or sets cell's style.
Public propertyTextBox
Gets TextBox if Type is TextBox.
Public propertyTextBoxHeight
Text box height including extra space
Public propertyType
Gets cell's enumeration type.
Public propertyValue
Gets or sets cell's value
Public propertyWebLink
Sets a web link for this cell.
Top
Methods
  NameDescription
Public methodCreateTextBox
Creates an empty text box with client width.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

The PDF table cell class represent one cell in the table.

For more information go to 2.12 Data Table Support

See Also