Class Xml2PdfTag

Description

Class Xml2PdfTag.

This class describe an XML tag, most of tags plugins classes extends Xml2PdfTag.

attributes:

  • id - string - element id

Located in /main/Xml2PdfTag.php (line 30)


	
			
Direct descendents
Class Description
 class Xml2PdfTextTag Text tags.
 class Xml2PdfTag_document <document> tag.
 class Xml2PdfTag_page <page> tag.
 class Xml2PdfTag_graph <graph> tag.
 class Xml2PdfTag_line <line> tag.
 class Xml2PdfTag_value <value> tag.
 class Xml2PdfTag_point <point> tag.
 class Xml2PdfTag_table <table> tag.
 class Xml2PdfTag_td <td> tag.
 class Xml2PdfTag_tr <tr> tag.
 class Xml2PdfTag_barcode <barcode> tag.
Variable Summary
Method Summary
 void __construct ( $pdf, [ $tagProperties = array()])
 void addContent ( $content)
 boolean close ()
Variables
string $content = '' (line 43)

tag content.

  • access: public
object Pdf $pdf (line 37)

object Pdf.

  • access: public
Methods
Constructor __construct (line 53)

Constructor.

  • access: public
void __construct ( $pdf, [ $tagProperties = array()])
  • $pdf
  • $tagProperties

Redefined in descendants as:
addContent (line 69)

Add content.

  • access: public
void addContent ( $content)
  • $content
close (line 81)

Close tag.

  • access: public
boolean close ()

Redefined in descendants as:

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