Document: ezcDocumentPdfOptions
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentPdfOptions
|
Class containing the basic options for the ezcDocumentDocbook class [
source]
Parents
ezcBaseOptions
|
--ezcDocumentOptions
|
--ezcDocumentPdfOptions
Properties
|
ezcDocumentPdfDriver |
read/write
|
$driver
Driver used to generate the actual PDF |
|
int |
read/write
|
$errorReporting
Error reporting level. All errors with a severity greater or equel then the defined level are converted to exceptions. All other errors are just stored in errors property of the parser class. |
|
ezcDocumentPdfHyphenator |
read/write
|
$hyphenator
Hyphenator to use for word hyphenation |
|
ezcDocumentPdfTokenizer |
read/write
|
$tokenizer
Tokenizer used to split strings into single words |
Inherited Member Variables
From
ezcDocumentOptions:
Method Summary
|
public ezcDocumentPdfOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcDocumentPdfOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Last updated: Tue, 01 Sep 2009