OpenPetra
Free Administration Software for Non-Profits
Ict.Common.Printing.TTableCellGfx Class Reference

todoComment More...

Public Attributes

XmlNode content
 can be html code More...
 
bool bold
 needed for table headers (th) More...
 
bool nowrap = false
 avoid wrapping in cell More...
 
eAlignment align = eAlignment.eLeft
 align the content of the cell More...
 
Int32 borderWidth
 todoComment More...
 
Int32 borderBitField
 border: left = 1, right = 2, top = 4, bottom = 8 More...
 
float contentHeight
 this height has been calculated while printing the content More...
 
float contentWidth = -1
 todoComment More...
 
Int16 colSpan = 1
 span over several columns More...
 

Static Public Attributes

const int LEFT = 1
 left border More...
 
const int RIGHT = 2
 right border More...
 
const int TOP = 4
 top border More...
 
const int BOTTOM = 8
 bottom border More...
 

Detailed Description

todoComment

Member Data Documentation

◆ align

eAlignment Ict.Common.Printing.TTableCellGfx.align = eAlignment.eLeft

align the content of the cell

◆ bold

bool Ict.Common.Printing.TTableCellGfx.bold

needed for table headers (th)

◆ borderBitField

Int32 Ict.Common.Printing.TTableCellGfx.borderBitField

border: left = 1, right = 2, top = 4, bottom = 8

◆ borderWidth

Int32 Ict.Common.Printing.TTableCellGfx.borderWidth

todoComment

◆ BOTTOM

const int Ict.Common.Printing.TTableCellGfx.BOTTOM = 8
static

bottom border

◆ colSpan

Int16 Ict.Common.Printing.TTableCellGfx.colSpan = 1

span over several columns

◆ content

XmlNode Ict.Common.Printing.TTableCellGfx.content

can be html code

◆ contentHeight

float Ict.Common.Printing.TTableCellGfx.contentHeight

this height has been calculated while printing the content

◆ contentWidth

float Ict.Common.Printing.TTableCellGfx.contentWidth = -1

todoComment

◆ LEFT

const int Ict.Common.Printing.TTableCellGfx.LEFT = 1
static

left border

◆ nowrap

bool Ict.Common.Printing.TTableCellGfx.nowrap = false

avoid wrapping in cell

◆ RIGHT

const int Ict.Common.Printing.TTableCellGfx.RIGHT = 2
static

right border

◆ TOP

const int Ict.Common.Printing.TTableCellGfx.TOP = 4
static

top border


The documentation for this class was generated from the following file: