PdfTableCell Class
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
PdfTableCell Class |
PDF table cell class
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
C#
public class PdfTableCell
The PdfTableCell type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotAction |
Gets or sets annotation action derived classes
| |
| Barcode |
Gets barcode if type is Barcode
| |
| ClientBottom |
Gets client area bottom side.
| |
| ClientLeft |
Gets client area left side.
| |
| ClientRight |
Gets client area right side.
| |
| ClientTop |
Gets client area top side.
| |
| ClientWidth |
Gets Client area width.
| |
| FormattedText |
Gets cell's formatted value.
| |
| FrameLeft |
Gets cell's frame left side (grid line).
| |
| FrameWidth |
Gets cell's frame width (grid line to grid line).
| |
| Header |
Cell is a header.
| |
| Image |
Gets Image if Type is Image.
| |
| ImageHeight |
Gets or sets image height in user units.
| |
| ImageWidth |
Gets or sets image width in user units.
| |
| Index |
Gets cell's index position within Table.Cell array.
| |
| Parent |
Gets parent PdfTable.
| |
| Style |
Gets or sets cell's style.
| |
| TextBox |
Gets TextBox if Type is TextBox.
| |
| TextBoxHeight |
Text box height including extra space
| |
| Type |
Gets cell's enumeration type.
| |
| Value |
Gets or sets cell's value
| |
| WebLink |
Sets a web link for this cell.
|
| Name | Description | |
|---|---|---|
| CreateTextBox |
Creates an empty text box with client width.
| |
| 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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
The PDF table cell class represent one cell in the table.
For more information go to 2.12 Data Table Support