Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: /var/www/html/php_jh_pdf-1.1.0/class.jh_pdf_struct-cellparam-1.1.0.inc.php
php_jh_pdf -

cellparam

cellparam

Struct (class with properties only) for defining cell properties

 

private class cellparam

Struct (class with properties only) for defining cell properties
This struct enables you to modify the properties of the table cells.These properties can be changed at any time and only affect thecells that are drawn by calls to addrow() coming after thismodification. The settings for the table header and the othertable rows are kept seperately, i.e. you can change header androw parameters independently. The cell properties are accessibleafter creation of a column (e.g. $column=$table->addcolumn(...))via $column->normcellparam->property_name and$column->headcellparam->property_name. The properties shouldbe self-explanatory.

 

Private Field Summary

unknown

$bgcolor

unknown

$leftborderwidth

unknown

$leftbordercolor

unknown

$leftpadding

unknown

$rightpadding

unknown

$rightborderwidth

unknown

$rightbordercolor

unknown

$toppadding

unknown

$topborderwidth

unknown

$topbordercolor

unknown

$bottompadding

unknown

$bottomborderwidth

unknown

$bottombordercolor

unknown

$jhpci_class

Private Field Details

$bgcolor

private unknown $bgcolor

>><<



$leftborderwidth

private unknown $leftborderwidth

>><<



$leftbordercolor

private unknown $leftbordercolor

>><<



$leftpadding

private unknown $leftpadding

>><<



$rightpadding

private unknown $rightpadding

>><<



$rightborderwidth

private unknown $rightborderwidth

>><<



$rightbordercolor

private unknown $rightbordercolor

>><<



$toppadding

private unknown $toppadding

>><<



$topborderwidth

private unknown $topborderwidth

>><<



$topbordercolor

private unknown $topbordercolor

>><<



$bottompadding

private unknown $bottompadding

>><<



$bottomborderwidth

private unknown $bottomborderwidth

>><<



$bottombordercolor

private unknown $bottombordercolor

>><<



$jhpci_class

private unknown $jhpci_class

>><<




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta