TCPDF::Cell()

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

Used by 0 functions | Uses 0 functions

TCPDF::getCellCode()

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

Used by 0 functions | Uses 0 functions

TCPDF::AddLink()

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

Used by 0 functions | Uses 0 functions