Class Xml2PdfTag_page

Description

<page> tag.

This tag is used to define the font page properties.

  1. <page font="times" fontsize="12" fontcolor="#282828">
  2.     <!-- here the page content-->
  3. </page>

Located in /plugins/tags/xml2pdf.tag.page.php (line 40)

Xml2PdfTag
   |
   --Xml2PdfTag_page
Method Summary
 void __construct (object Pdf $pdf, array $tagProperties)
Variables

Inherited Variables

Inherited from Xml2PdfTag

Xml2PdfTag::$content
Xml2PdfTag::$pdf
Methods
Constructor __construct (line 52)

Constructor.

Parse the tag attributes

  • access: public
void __construct (object Pdf $pdf, array $tagProperties)
  • object Pdf $pdf: Pdf object
  • array $tagProperties: tag attributes

Redefinition of:
Xml2PdfTag::__construct()
Constructor.

Inherited Methods

Inherited From Xml2PdfTag

 Xml2PdfTag::__construct()
 Xml2PdfTag::addContent()
 Xml2PdfTag::close()

Documentation generated on Wed, 11 Oct 2006 22:27:27 +0200 by phpDocumentor 1.3.0