Method: Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
Source: includes/lib/tcpdf/tcpdf.php:5026
Method: Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
Source: includes/lib/tcpdf/tcpdf.php:5095
Method: Return true in the character is present in the specified font.
Source: includes/lib/tcpdf/tcpdf.php:4632
Method: Replace missing font characters on selected font with specified substitutions.
Source: includes/lib/tcpdf/tcpdf.php:4659
Method: Defines the default monospaced font.
Source: includes/lib/tcpdf/tcpdf.php:4696
Method: Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
Source: includes/lib/tcpdf/tcpdf.php:4707
Method: Defines the page and position a link points to.
Source: includes/lib/tcpdf/tcpdf.php:4723
Method: Puts a link on a rectangular area of the page.
Source: includes/lib/tcpdf/tcpdf.php:4752
Method: Puts a markup annotation on a rectangular area of the page.
Source: includes/lib/tcpdf/tcpdf.php:4769
Method: Embedd the attached files.
Source: includes/lib/tcpdf/tcpdf.php:4859