![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents a row within a table. More...
Public Member Functions | |
| virtual void | Dispose () |
| SolidFramework.Model.Plumbing.CellsCollection | GetCells () |
| Gets the collection of cells in the row. More... | |
| double | CalculateExcelHeight () |
| Calculates a row height suitable for exporting to Excel. More... | |
| double | CalculateWordHeight () |
| Calculates a row height suitable for exporting to Word. More... | |
| bool | Equals (SolidFramework.Model.Plumbing.Row other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (SolidFramework.Model.Plumbing.Row obj1, SolidFramework.Model.Plumbing.Row obj2) |
| static bool | operator!= (SolidFramework.Model.Plumbing.Row obj1, SolidFramework.Model.Plumbing.Row obj2) |
Properties | |
| SolidFramework.Model.Plumbing.Cell | this[int index] [get] |
| int | Count [get] |
| Gets the number of cells in the row. More... | |
| double | Height [get] |
| Gets the height of the row in points. More... | |
| SolidFramework.Model.Plumbing.RowHeightRule | HeightRule [get] |
| Gets the height rule for this row. More... | |
Represents a row within a table.
| double SolidFramework.Model.Plumbing.Row.CalculateExcelHeight | ( | ) |
Calculates a row height suitable for exporting to Excel.
| double SolidFramework.Model.Plumbing.Row.CalculateWordHeight | ( | ) |
Calculates a row height suitable for exporting to Word.
| SolidFramework.Model.Plumbing.CellsCollection SolidFramework.Model.Plumbing.Row.GetCells | ( | ) |
Gets the collection of cells in the row.
|
get |
Gets the number of cells in the row.
|
get |
Gets the height of the row in points.
|
get |
Gets the height rule for this row.