Document: ezcDocumentHtmlConverterOptions
[ ]
[ Conversion ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentHtmlConverterOptions
|
Class containing the basic options for the ezcDocumentEzp3Xml class [
source]
Parents
ezcBaseOptions
|
--ezcDocumentConverterOptions
|
--ezcDocumentHtmlConverterOptions
Descendents
Properties
|
bool |
read/write
|
$dublinCoreMetadata
Use the dublincore meta element names for metadata in HTML. |
|
bool |
read/write
|
$formatOutput
Indent the XHtml output |
|
string |
read/write
|
$headerLevel
Header level to start with. Is only used by inline HTML renderer. |
|
string |
read/write
|
$styleSheet
Stylesheet to embed in the HTML header, if the property $stylesheets has not been set. This property contains the default stylesheet for HTML output. |
|
array |
read/write
|
$styleSheets
Array of stylesheet URLs to embed in the HTML header, if there is one. |
Inherited Member Variables
From
ezcDocumentConverterOptions:
Method Summary
|
public ezcDocumentHtmlConverterOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcDocumentHtmlConverterOptions __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
Redefined in descendants as
Last updated: Thu, 08 Jan 2009