/phpDocumentor/Converters/PDF/default/ParserPDF.incThis class handles the XML-based CezPDF markup language created to allow templates for the PDFdefaultConverter
phpDocumentor :: automatic documentation generator
PHP versions 4 and 5
Copyright (c) 2002-2006 Gregory Beaver
LICENSE:
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
| Class | Description |
|---|---|
PDFParser
|
PHPDOCUMENTOR_PDF_EVENT_CONTENT = 601
(line 45)
used for parsing stuff between <text>
PHPDOCUMENTOR_PDF_EVENT_FONT = 602
(line 49)
when <font> is found in an ezText input
PHPDOCUMENTOR_PDF_EVENT_NEWPAGE = 603
(line 53)
when <newpage/> is found in an ezText input
PHPDOCUMENTOR_PDF_EVENT_PDFFUNCTION = 604
(line 57)
when <pdffunction> is found in an ezText input
PHPDOCUMENTOR_PDF_EVENT_TEXT = 600
(line 41)
when <text> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_CONTENT = 701
(line 47)
used for parsing stuff between <text>
PHPDOCUMENTOR_PDF_STATE_FONT = 702
(line 51)
when <font> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_NEWPAGE = 703
(line 55)
when <newpage/> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_PDFFUNCTION = 704
(line 59)
when <pdffunction> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_TEXT = 700
(line 43)
when <text> is found in an ezText input
Documentation generated on Mon, 05 Dec 2011 21:06:26 -0600 by phpDocumentor 1.4.4