Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
override void | Dispose () |
SolidFramework.Model.Plumbing.Cell | GetCell (int ri, int ci) |
Gets the cell at the specified row ri index and column ci index . Note that rows and columns are zero indexed, so that the "first" cell is at "0,0". More... | |
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 | |
SolidFramework.Model.Plumbing.RowsCollection | Rows [get] |
SolidFramework.Model.Plumbing.Row | this[int index] [get] |
double | CellSpacing [get] |
Gets the space between cells. More... | |
int | RowCount [get] |
SolidFramework.Model.Plumbing.LineStyle | Line [get] |
Gets the LineStyle for this Shape. More... | |
SolidFramework.Model.Plumbing.FillStyle | Fill [get] |
Gets the FillStyle for this Shape. More... | |
string | AltText [get] |
SolidFramework.Model.Plumbing.MatrixSO | Transform [get] |
Gets the transformation matrix that is to be appleid to the shape. More... | |
double | Width [get] |
Gets the width of the shape in points. More... | |
double | Height [get] |
Gets the height of the shape in points. More... | |
SolidFramework.Model.Plumbing.WrappingType | WrappingType [get] |
Gets the properties for wrapping text around the specified shape. Default is SquareBoth . More... | |
SolidFramework.Model.Plumbing.VerticalAlignment | VerticalAlignment [get] |
Gets the vertical alignment of the shape. Default is Top . More... | |
SolidFramework.Model.Plumbing.VerticalAnchoring | VerticalAnchoring [get] |
Gets the vertical anchoring for the shape. The default is Margin . More... | |
SolidFramework.Model.Plumbing.HorizontalAlignment | HorizontalAlignment [get] |
Gets the horizontal alignment of the shape. Default is Left . More... | |
SolidFramework.Model.Plumbing.HorizontalAnchoring | HorizontalAnchoring [get] |
Gets the horizontal anchoring for the shape. The default is Top . More... | |
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.Shape.
SolidFramework.Model.Plumbing.Cell SolidFramework.Model.Plumbing.Table.GetCell | ( | int | ri, |
int | ci | ||
) |
Gets the cell at the specified row ri index and column ci index . Note that rows and columns are zero indexed, so that the "first" cell is at "0,0".
null
if ri is negative or greater than the last row, or ci is negative or greater than the last columns.
|
get |
Gets the space between cells.
The cell spacing.
|
getinherited |
|
getinherited |
Gets the height of the shape in points.
|
getinherited |
Gets the horizontal alignment of the shape. Default is Left
.
|
getinherited |
Gets the horizontal anchoring for the shape. The default is Top
.
|
getinherited |
|
getinherited |
Gets the transformation matrix that is to be appleid to the shape.
|
getinherited |
Gets the vertical alignment of the shape. Default is Top
.
|
getinherited |
Gets the vertical anchoring for the shape. The default is Margin
.
|
getinherited |
Gets the width of the shape in points.
|
getinherited |
Gets the properties for wrapping text around the specified shape. Default is SquareBoth
.