C# Класс LayoutFarm.HtmlBoxes.CssTableLayoutEngine.TableColumnCollection

Показать файл Открыть проект

Открытые методы

Метод Описание
CalculateTotalWidth ( ) : float
CountUnspecificWidthColumnAndOccupiedSpace ( int &numOfUnspecificColWidth, float &occupiedSpace ) : void
FindFirstReducibleColumnWidth ( int startAtIndex, int &foundAtIndex ) : bool
GetCellWidth ( int cIndex, int colspan, float horizontal_spacing ) : float

Gets the cells width, taking colspan and being in the specified column

GetSpannedMinWidth ( int rowCellCount, int realcolindex, int colspan ) : float

Gets the spanned width of a cell (With of all columns it spans minus one).

LowerAllColumnToMinWidth ( ) : void
S4_AddMoreWidthToColumns ( bool onlyNonspeicificWidth, float value ) : void
SetColumnWidth ( int colIndex, float width ) : void
TableColumnCollection ( int columnCount )
this ( int index ) : TableColumn

Описание методов

CalculateTotalWidth() публичный Метод

public CalculateTotalWidth ( ) : float
Результат float

CountUnspecificWidthColumnAndOccupiedSpace() публичный Метод

public CountUnspecificWidthColumnAndOccupiedSpace ( int &numOfUnspecificColWidth, float &occupiedSpace ) : void
numOfUnspecificColWidth int
occupiedSpace float
Результат void

FindFirstReducibleColumnWidth() публичный Метод

public FindFirstReducibleColumnWidth ( int startAtIndex, int &foundAtIndex ) : bool
startAtIndex int
foundAtIndex int
Результат bool

GetCellWidth() публичный Метод

Gets the cells width, taking colspan and being in the specified column
public GetCellWidth ( int cIndex, int colspan, float horizontal_spacing ) : float
cIndex int
colspan int
horizontal_spacing float
Результат float

GetSpannedMinWidth() публичный Метод

Gets the spanned width of a cell (With of all columns it spans minus one).
public GetSpannedMinWidth ( int rowCellCount, int realcolindex, int colspan ) : float
rowCellCount int
realcolindex int
colspan int
Результат float

LowerAllColumnToMinWidth() публичный Метод

public LowerAllColumnToMinWidth ( ) : void
Результат void

S4_AddMoreWidthToColumns() публичный Метод

public S4_AddMoreWidthToColumns ( bool onlyNonspeicificWidth, float value ) : void
onlyNonspeicificWidth bool
value float
Результат void

SetColumnWidth() публичный Метод

public SetColumnWidth ( int colIndex, float width ) : void
colIndex int
width float
Результат void

TableColumnCollection() публичный Метод

public TableColumnCollection ( int columnCount )
columnCount int

this() публичный Метод

public this ( int index ) : TableColumn
index int
Результат TableColumn