JDocumentPDF/1.5
From Joomla! Documentation
JDocumentPDF
Description
Description:JDocumentPDF [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructore. |
| public | fixLinks | |
| public | getHeader | Returns the document header string. |
| public | getName | Returns the document name. |
| public | render | Render the document. |
| public | setHeader | Sets the document header string. |
| public | setName | Sets the document name. |
- Defined in libraries/joomla/document/pdf/pdf.php
- Extends JDocument
Importing
jimport( 'joomla.document.pdf.pdf' );
See also
-
JDocumentPDF on api.joomla.org
-
JDocumentPDF source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentPDF
SeeAlso:JDocumentPDF [Edit See Also]
User contributed notes
<CodeExamplesForm />