PDF : standardized color for row even and odd

This commit is contained in:
sparkyx 2025-11-24 13:14:26 +01:00
parent 4a164de70b
commit 6c4208bbab
7 changed files with 26 additions and 16 deletions

View file

@ -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);
}
}