Path

ez components / documentation / api reference / 2009.2 / document


eZ Components 2009.2

Document: ezcDocumentPdfOptions

[ Tutorial ] [ Conversion ] [ Styles ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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
ezcDocumentPdfHyphenator read/write  $hyphenator
Hyphenator to use for word hyphenation
ezcDocumentPdfTableColumnWidthCalculator read/write  $tableColumnWidthCalculator
Class responsible to obtain sensible column width values from a table specification by introspecting its contents.
ezcDocumentPdfTokenizer read/write  $tokenizer
Tokenizer used to split strings into single words

Inherited Member Variables

From ezcDocumentOptions:
protected  ezcDocumentOptions::$properties

Method Summary

public ezcDocumentPdfOptions __construct( [$options = array()] )
Constructs an object with the specified values.

Inherited Methods

From ezcBaseOptions :
public ezcBaseOptions ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.

Methods

__construct

ezcDocumentPdfOptions __construct( [ $options = array()] )
Constructs an object with the specified values.

Parameters

Name Type Description
$options array(string=>mixed)  

Throws

ClassDescription
ezcBaseValueException if $options contains a property with a value not allowed
ezcBasePropertyNotFoundException if $options contains a property not defined

Redefinition of

Method Description
ezcBaseOptions::__construct() Construct a new options object.

Last updated: Mon, 21 Dec 2009