Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Plumbing.Cell Class Reference

Represents a cell within a table. More...

Inheritance diagram for SolidFramework.Model.Plumbing.Cell:
SolidFramework.Model.Plumbing.SolidCollection SolidFramework.Model.Plumbing.SolidObject

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]
 

Detailed Description

Represents a cell within a table.

Member Function Documentation

◆ Dispose()

override void SolidFramework.Model.Plumbing.Cell.Dispose ( )
virtual

Property Documentation

◆ Borders

SolidFramework.Model.Plumbing.Borders SolidFramework.Model.Plumbing.Cell.Borders
get

Gets the borders for the cell.

Returns
The Borders object for the cell if one exists otherwise null.

◆ ColSpan

int SolidFramework.Model.Plumbing.Cell.ColSpan
get

Gets the number of columns that the cell spans. If the value is greater than 1, then the cell has been merged.

Returns
The number of columns that the cell spans.

◆ FillColor

global.System.Drawing.Color SolidFramework.Model.Plumbing.Cell.FillColor
get

Gets the fill color for the cell.

Returns
The SolidFramework.Interop.Color for the cell.

◆ Format

string SolidFramework.Model.Plumbing.Cell.Format
get

Gets the format string to be used for the cell.

Returns
Gets the format string to be used for the cell.

◆ Hyperlink

SolidFramework.Model.Plumbing.Hyperlink SolidFramework.Model.Plumbing.Cell.Hyperlink
get

Gets the first non-null hyperlink in the cell

Returns
The first non-null Hyperlink in the cell if multiple hyperlinks exist or null if one is not found.

◆ RowSpan

int SolidFramework.Model.Plumbing.Cell.RowSpan
get

Gets the number of rows that the cell spans. If the value is greater than 1, then the cell has been merged.

Returns
The number of rows that the cell spans.

◆ Text

string SolidFramework.Model.Plumbing.Cell.Text
get

Gets a formatted string representing the value stored in the cell.

Returns
A formatted string representing the value stored in the cell.

◆ TextDirection

SolidFramework.Model.Plumbing.TextDirection SolidFramework.Model.Plumbing.Cell.TextDirection
get

Gets the text direction.

Returns
A TextDirection that describes the text direction.

◆ TextType

SolidFramework.Model.Plumbing.TextType SolidFramework.Model.Plumbing.Cell.TextType
getset

Gets or sets the type of text (e.g. Decimal, Currency, Text) used within the cell. Default is Undetermined.

Returns
A TextType that represents the type of text used in the cell.

◆ Value

string SolidFramework.Model.Plumbing.Cell.Value
get

Gets the value stored in the cell.

Returns
The value stored in the cell.

◆ Width

double SolidFramework.Model.Plumbing.Cell.Width
get

Gets the width of the cell in points.

Returns
The width of the cell in points.