|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
File: /var/www/html/php_jh_pdf-1.1.0/class.jh_pdf_struct-cellparam-1.1.0.inc.php
php_jh_pdf -cellparamcellparamStruct (class with properties only) for defining cell properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
private class cellparamStruct (class with properties only) for defining cell propertiesThis 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.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PHPDoc 1.0beta |