Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents a cell within a table. More...
Public Member Functions | |
override void | Dispose () |
SolidFramework.Model.Plumbing.SolidObjectsCollection | GetSolidObjects () |
override string | ToString () |
int | GetID () |
SolidFramework.Model.Plumbing.SolidObjectType | GetObjectType () |
bool | Equals (SolidFramework.Model.Plumbing.SolidObject other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2) |
static bool | operator!= (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2) |
Properties | |
string | Format [get] |
Gets the format string to be used for the cell. More... | |
string | Value [get] |
Gets the value stored in the cell. More... | |
string | Text [get] |
Gets a formatted string representing the value stored in the cell. More... | |
global::System.Drawing.Color | FillColor [get] |
Gets the fill color for the cell. More... | |
SolidFramework.Model.Plumbing.Hyperlink | Hyperlink [get] |
Gets the first non-null hyperlink in the cell More... | |
SolidFramework.Model.Plumbing.Borders | Borders [get] |
Gets the borders for the cell. More... | |
SolidFramework.Model.Plumbing.TextType | TextType [getset] |
Gets or sets the type of text (e.g. Decimal, Currency, Text) used within the cell. Default is Undetermined . More... | |
SolidFramework.Model.Plumbing.CellVerticalAlignment | CellVerticalAlignment [getset] |
bool | HasFillColor [get] |
int | RowSpan [get] |
Gets the number of rows that the cell spans. If the value is greater than 1, then the cell has been merged. More... | |
int | ColSpan [get] |
Gets the number of columns that the cell spans. If the value is greater than 1, then the cell has been merged. More... | |
double | Width [get] |
Gets the width of the cell in points. More... | |
SolidFramework.Model.Plumbing.TextDirection | TextDirection [get] |
Gets the text direction. More... | |
SolidFramework.Model.Plumbing.SolidObject | this[int index] [getset] |
int | Count [get] |
Represents a cell within a table.
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.SolidObject.
|
get |
Gets the borders for the cell.
null
.
|
get |
Gets the number of columns that the cell spans. If the value is greater than 1, then the cell has been merged.
|
get |
Gets the fill color for the cell.
|
get |
Gets the format string to be used for the cell.
|
get |
Gets the first non-null hyperlink in the cell
|
get |
Gets the number of rows that the cell spans. If the value is greater than 1, then the cell has been merged.
|
get |
Gets a formatted string representing the value stored in the cell.
|
get |
Gets the text direction.
|
getset |
Gets or sets the type of text (e.g. Decimal, Currency, Text) used within the cell. Default is Undetermined
.
|
get |
Gets the value stored in the cell.
|
get |
Gets the width of the cell in points.