Document: ezcDocumentDocbookToOdtConverterOptions
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentDocbookToOdtConverterOptions
|
Class containing the basic options for the ezcDocumentToOdtConverter. [
source]
Parents
ezcBaseOptions
|
--ezcDocumentConverterOptions
|
--ezcDocumentDocbookToOdtConverterOptions
Properties
|
string |
read/write
|
$lengthMeasure
Default length measure unit to use for measures defined in DocBook without a unit. Valid values are: "cm", "mm", "in", "pt", "pc" and "px". |
|
ezcDocumentOdtStyler |
read/write
|
$styler
|
|
string |
read/write
|
$template
The base ODT template file to load for generated ODTs. The default template resides in /data/template.fodt in the component directory. |
Member Variables
|
public array(string) |
$validLengthMeasures
= array( 'cm', 'mm', 'in', 'pt', 'pc', 'px' )
Valid length measures. |
Inherited Member Variables
From
ezcDocumentConverterOptions:
Method Summary
|
public ezcDocumentDocbookToOdtConverterOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcDocumentDocbookToOdtConverterOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBaseValueException |
if $options contains a property with a value not allowed |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
Redefinition of
Last updated: Mon, 21 Dec 2009