Method: Returns an array containing current margins:
- $ret[‘left’] = left margin
- $ret[‘right’] = right margin
- $ret[‘top’] = top margin
- $ret[‘bottom’] = bottom margin
- $ret[‘header’] = header margin
- $ret[‘footer’] = footer margin
- $ret[‘cell’] = cell padding array
- $ret[‘padding_left’] = cell left padding
- $ret[‘padding_top’] = cell top padding
- $ret[‘padding_right’] = cell right padding
- $ret[‘padding_bottom’] = cell bottom padding
Source: includes/lib/tcpdf/tcpdf.php:15799
Method: Returns an array containing original margins:
- $ret[‘left’] = left margin
- $ret[‘right’] = right margin
Source: includes/lib/tcpdf/tcpdf.php:15826
Method: Returns the current font size.
Source: includes/lib/tcpdf/tcpdf.php:15840
Method: Returns the current font size in points unit.
Source: includes/lib/tcpdf/tcpdf.php:15850
Method: Returns the current font family name.
Source: includes/lib/tcpdf/tcpdf.php:15860
Method: Returns the current font style.
Source: includes/lib/tcpdf/tcpdf.php:15870
Method: Cleanup HTML code (requires HTML Tidy library).
Source: includes/lib/tcpdf/tcpdf.php:15886
Method: Output gradient shaders.
Source: includes/lib/tcpdf/tcpdf.php:14632
Method: return the height of cell repect font height.
Source: includes/lib/tcpdf/tcpdf.php:14038
Method: Set the PDF version (check PDF reference for valid values).
Source: includes/lib/tcpdf/tcpdf.php:14048