JDocumentPDF/1.5
From Joomla! Documentation
< JDocumentPDF(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JDocumentPDF== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentPDF}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentPDF|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentPDF|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::__construct/1.5|__construct]] | |[[JDocumentPDF::__construct/1.5|__construct]] | ||
|Class constructore. | |Class constructore. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::fixLinks/1.5|fixLinks]] | |[[JDocumentPDF::fixLinks/1.5|fixLinks]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::getHeader/1.5|getHeader]] | |[[JDocumentPDF::getHeader/1.5|getHeader]] | ||
|Returns the document header string. | |Returns the document header string. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::getName/1.5|getName]] | |[[JDocumentPDF::getName/1.5|getName]] | ||
|Returns the document name. | |Returns the document name. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::render/1.5|render]] | |[[JDocumentPDF::render/1.5|render]] | ||
|Render the document. | |Render the document. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::setHeader/1.5|setHeader]] | |[[JDocumentPDF::setHeader/1.5|setHeader]] | ||
|Sets the document header string. | |Sets the document header string. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentPDF::setName/1.5|setName]] | |[[JDocumentPDF::setName/1.5|setName]] | ||
|Sets the document name. | |Sets the document name. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/pdf/pdf.php | ||
| + | * '''Extends''' [[JDocument/1.5|JDocument]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.pdf.pdf' );</source> | <source lang="php">jimport( 'joomla.document.pdf.pdf' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JDocumentPDF''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentPDF.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JDocumentPDF source code''' on [[jframework15:document/pdf/pdf.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
| + | * [[JDocumentPDF|Other versions of JDocumentPDF]] | ||
| + | {{SeeAlso:JDocumentPDF}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentPDF|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentPDF|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 56: | Line 63: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentPDF]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentPDF]]</noinclude> | ||
Revision as of 18:07, 25 April 2011
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 />