PDF : standardized color for row even and odd
This commit is contained in:
parent
4a164de70b
commit
6c4208bbab
7 changed files with 26 additions and 16 deletions
|
|
@ -350,7 +350,15 @@ class PDF_Core extends TFPDF
|
|||
}
|
||||
return $fill;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief set color for row ,
|
||||
* @param $enable (int)set color 0 or disable 1
|
||||
* @return 0 or 1
|
||||
*/
|
||||
function fill_row($enable)
|
||||
{
|
||||
return $this->is_fill($enable);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue