Xml2PdfTextTagText tags.
Xml2PdfTextTag define the properties and method used to for tags used to write content in the Pdf document. The content can be write using styles information define with Xml2PdfTag_stylesheets.
This class extends Xml2PdfTag, the tag properties define by this parent class (like id) are available in Xml2PdfTextTag.
tag properties:
Located in /main/Xml2PdfTextTag.php (line 47)
Xml2PdfTag | --Xml2PdfTextTag
| Class | Description |
|---|---|
Xml2PdfTag_text
|
<text> tag. |
Xml2PdfTag_header
|
<header> tag. |
Xml2PdfTag_paragraph
|
<paragraph> tag. |
Xml2PdfTag_footer
|
<footer> tag. |
Xml2PdfTag_literal
|
<literal> tag. |
Xml2PdfTag_link
|
<link> tag. |
string
$font
= PDF_DEFAULT_FONT (line 60)
font.
string
$fontColor
= PDF_DEFAULT_FONTCOLOR (line 78)
font color.
integer
$fontSize
= PDF_DEFAULT_FONTSIZE (line 72)
font size.
string
$fontStyle
= PDF_DEFAULT_FONTSTYLE (line 66)
font style.
integer
$lineHeight
= PDF_DEFAULT_LINEHEIGHT (line 90)
line height.
array
$styleStack
(line 96)
used styles stack.
string
$textAlign
= PDF_DEFAULT_TEXTALIGN (line 84)
text alignment.
boolean
$useStyle
= false (line 54)
true if use styles tag to write then content.
integer
$_indent
= 0 (line 108)
indentation.
float
$_x
= 0 (line 102)
current x pos.
Inherited from Xml2PdfTag
Xml2PdfTag::$content
Xml2PdfTag::$pdf
Constructor.
Parse the tag properties.
Manage the trext writing.
Text renderer.
Write the text in the PDF if the tag use styles tags.
Parse the content.
Return a part of the content.
Inherited From Xml2PdfTag
Xml2PdfTag::__construct()
Xml2PdfTag::addContent()
Xml2PdfTag::close()
Documentation generated on Wed, 11 Oct 2006 22:27:34 +0200 by phpDocumentor 1.3.0