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.Row Class Reference

Represents a row within a table. More...

Inheritance diagram for SolidFramework.Model.Plumbing.Row:

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...
 

Detailed Description

Represents a row within a table.

Member Function Documentation

◆ CalculateExcelHeight()

double SolidFramework.Model.Plumbing.Row.CalculateExcelHeight ( )

Calculates a row height suitable for exporting to Excel.

Returns
A row height suitable for exporting to Excel.

◆ CalculateWordHeight()

double SolidFramework.Model.Plumbing.Row.CalculateWordHeight ( )

Calculates a row height suitable for exporting to Word.

Returns
A row height suitable for exporting to Word.

◆ GetCells()

SolidFramework.Model.Plumbing.CellsCollection SolidFramework.Model.Plumbing.Row.GetCells ( )

Gets the collection of cells in the row.

Returns
The collection of SolidFramework.Model.Plumbing.Cell objects in the row.

Property Documentation

◆ Count

int SolidFramework.Model.Plumbing.Row.Count
get

Gets the number of cells in the row.

Returns
The number of SolidFramework.Model.Plumbing.Cell objects in the row.

◆ Height

double SolidFramework.Model.Plumbing.Row.Height
get

Gets the height of the row in points.

Returns
The height of the row in points.

◆ HeightRule

SolidFramework.Model.Plumbing.RowHeightRule SolidFramework.Model.Plumbing.Row.HeightRule
get

Gets the height rule for this row.

Returns
The height rule for this row.