Css.TableColumnMeta Class Reference

Detailed Description

Stores information about table columns for display:table.

Public Attributes

const int COLUMN_WIDTH_UNK_OR_AUTO =COLUMN_WIDTH_UNKNOWN | COLUMN_WIDTH_AUTO
 Unknown or auto. More...
 
const int COLUMN_WIDTH_UNKNOWN =1
 Table column types. More...
 
const int COLUMN_WIDTH_AUTO =2
 
const int COLUMN_WIDTH_PERCENT =4
 
const int COLUMN_WIDTH_FIXED =8
 
float Width =0f
 The width of this column. More...
 
bool Positioned =true
 Is this column positioned? More...
 
int Type =COLUMN_WIDTH_UNKNOWN
 The type of this column. More...
 

Member Data Documentation

const int Css.TableColumnMeta.COLUMN_WIDTH_AUTO =2
const int Css.TableColumnMeta.COLUMN_WIDTH_FIXED =8
const int Css.TableColumnMeta.COLUMN_WIDTH_PERCENT =4
const int Css.TableColumnMeta.COLUMN_WIDTH_UNK_OR_AUTO =COLUMN_WIDTH_UNKNOWN | COLUMN_WIDTH_AUTO

Unknown or auto.

const int Css.TableColumnMeta.COLUMN_WIDTH_UNKNOWN =1

Table column types.

bool Css.TableColumnMeta.Positioned =true

Is this column positioned?

int Css.TableColumnMeta.Type =COLUMN_WIDTH_UNKNOWN

The type of this column.

float Css.TableColumnMeta.Width =0f

The width of this column.