OpenDocument
[ class tree: OpenDocument ] [ index: OpenDocument ] [ all elements ]

Element index for package OpenDocument

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ z ] [ _ ]

_

__construct
in file Text.php, method OpenDocument_Element_Text::__construct()
    Constructor
__construct
in file Manifest.php, method OpenDocument_Manifest::__construct()
    Create a new instance
__construct
in file Paragraph.php, method OpenDocument_Element_Paragraph::__construct()
    Constructor
__construct
in file Style.php, method OpenDocument_Style::__construct()
    Constructor
__construct
in file StyledElement.php, method OpenDocument_StyledElement::__construct()
    Constructor
__construct
in file Text.php, method OpenDocument_Debug_Text::__construct()
__construct
in file Bookmark.php, method OpenDocument_Element_Bookmark::__construct()
    Constructor
__construct
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::__construct()
    Constructor
__construct
in file ElementStyle.php, method OpenDocument_ElementStyle::__construct()
    Constructor
__construct
in file Element.php, method OpenDocument_Element::__construct()
    Constructor
__construct
in file Document.php, method OpenDocument_Document::__construct()
    Constructor
__construct
in file Heading.php, method OpenDocument_Element_Heading::__construct()
    Constructor
__get
in file Style.php, method OpenDocument_Style::__get()
    Magic method: Get property value
__get
in file Document.php, method OpenDocument_Document::__get()
    Provide read only access to cursor private variable
__get
in file StyledElement.php, method OpenDocument_StyledElement::__get()
    Magic method: Get a property value.
__get
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::__get()
    Get element property
__get
in file Text.php, method OpenDocument_Element_Text::__get()
    Magic method: Get property value
__get
in file Heading.php, method OpenDocument_Element_Heading::__get()
    Get element properties
__set
in file Text.php, method OpenDocument_Element_Text::__set()
    Magic method: Set property value
__set
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::__set()
    Set element property
__set
in file Heading.php, method OpenDocument_Element_Heading::__set()
    Set element properties
__set
in file Style.php, method OpenDocument_Style::__set()
    Magic method: Set property value Can be used to set values for properties defined in $map
__set
in file ElementStyle.php, method OpenDocument_ElementStyle::__set()
    Set style value
__toString
in file Manifest.php, method OpenDocument_Manifest::__toString()
    Returns the full XML representation of the manifest
top

a

$allowedElements
in file Element.php, variable OpenDocument_Element::$allowedElements
    Array of allowed documents
ACCESS_FILE_ERR
in file Exception.php, class constant OpenDocument_Exception::ACCESS_FILE_ERR
    Error while accessing OpenDocument file
addFile
in file Storage.php, method OpenDocument_Storage::addFile()
    Adds a file to the document.
addFile
in file Single.php, method OpenDocument_Storage_Single::addFile()
    Adds a file to the document.
addFile
in file Zip.php, method OpenDocument_Storage_Zip::addFile()
    Adds a file to the document.
addFile
in file Manifest.php, method OpenDocument_Manifest::addFile()
    Add a file to the manifest
addFont
in file Document.php, method OpenDocument_Document::addFont()
    Add new font declaration
addMimeType
in file Manifest.php, method OpenDocument_Manifest::addMimeType()
    Add mime type entry to manifest
applyStyle
in file Document.php, method OpenDocument_Document::applyStyle()
    Apply style information to object.
applyStyle
in file StyledElement.php, method OpenDocument_StyledElement::applyStyle()
    Apply style information
top

b

$backgroundColor
in file ElementStyle.php, variable OpenDocument_ElementStyle::$backgroundColor
Bookmark.php
procedural page Bookmark.php
top

c

$children
in file Document.php, variable OpenDocument_Document::$children
    Collection of children objects
$children
in file Element.php, variable OpenDocument_Element::$children
    ArrayObject of children elements
$color
in file ElementStyle.php, variable OpenDocument_ElementStyle::$color
$contentDOM
in file Document.php, variable OpenDocument_Document::$contentDOM
    DOM document for content
$contentDom
in file Single.php, variable OpenDocument_Storage_Single::$contentDom
    DOM document containing the content
$contentDom
in file Zip.php, variable OpenDocument_Storage_Zip::$contentDom
    DOM document containing the content
$contentXPath
in file Document.php, variable OpenDocument_Document::$contentXPath
    DOMXPath object for content
$cursor
in file Document.php, variable OpenDocument_Document::$cursor
    DOMNode of content node
chart
in file OpenDocument.php, method OpenDocument::chart()
    Creates and returns a new chart document.
checkReadability
in file Zip.php, method OpenDocument_Storage_Zip::checkReadability()
    Checks if the given file is readable
checkReadability
in file Single.php, method OpenDocument_Storage_Single::checkReadability()
    Checks if the given file is readable
checkWritability
in file Single.php, method OpenDocument_Storage_Single::checkWritability()
    Checks if the given file is writable
checkWritability
in file Zip.php, method OpenDocument_Storage_Zip::checkWritability()
    Checks if the given file is writable
compareChildNodes
in file Document.php, method OpenDocument_Document::compareChildNodes()
    Compare DOMNode children
compareNodes
in file Document.php, method OpenDocument_Document::compareNodes()
    Compare two DOMNode nodes and check if they are equal
compareStyles
in file Document.php, method OpenDocument_Document::compareStyles()
    Check if two style info are similar
copy
in file Style.php, method OpenDocument_Style::copy()
    Copy style from another element
create
in file Storage.php, method OpenDocument_Storage::create()
    Creates a new file.
create
in file Zip.php, method OpenDocument_Storage_Zip::create()
    Creates a new file.
create
in file Single.php, method OpenDocument_Storage_Single::create()
    Creates a new file.
create
in file OpenDocument.php, method OpenDocument::create()
    Creates and returns a new OpenDocument document object.
createBookmark
in file Text.php, method OpenDocument_Document_Text::createBookmark()
    Create a bookmark
createHeading
in file Text.php, method OpenDocument_Document_Text::createHeading()
    Create heading
createHyperlink
in file Heading.php, method OpenDocument_Element_Heading::createHyperlink()
    Create a hyperlink
createHyperlink
in file Paragraph.php, method OpenDocument_Element_Paragraph::createHyperlink()
    Create a hyperlink
createParagraph
in file Text.php, method OpenDocument_Document_Text::createParagraph()
    Create paragraph
createSpan
in file Paragraph.php, method OpenDocument_Element_Paragraph::createSpan()
    Create OpenDocument_Span element
createSpan
in file Heading.php, method OpenDocument_Element_Heading::createSpan()
    Create span element
createSpan
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::createSpan()
    Create a span element
createTextElement
in file Heading.php, method OpenDocument_Element_Heading::createTextElement()
    Create text element
createTextElement
in file Paragraph.php, method OpenDocument_Element_Paragraph::createTextElement()
    Create text element.
createTextElement
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::createTextElement()
    Create a text element
createTextElement
in file Span.php, method OpenDocument_Element_Span::createTextElement()
    Create a text element
create.php
procedural page create.php
top

d

$document
in file Element.php, variable OpenDocument_Element::$document
    Element OpenDocument
$documenttypes
in file OpenDocument.php, variable OpenDocument::$documenttypes
    Array of supported document types.
$dom
in file Manifest.php, variable OpenDocument_Manifest::$dom
    DOM document containing the manifest
delete
in file Element.php, method OpenDocument_Element::delete()
    Delete element
deleteElement
in file Document.php, method OpenDocument_Document::deleteElement()
    Delete document child element
drawing
in file OpenDocument.php, method OpenDocument::drawing()
    Creates and returns a new drawing document.
Document.php
procedural page Document.php
top

e

$element
in file Style.php, variable OpenDocument_Style::$element
    OpenDocument Element
ELEM_OR_DOC_EXPECTED
in file Exception.php, class constant OpenDocument_Exception::ELEM_OR_DOC_EXPECTED
    OpenDocument_Element or OpenDocument expected
export
in file Style.php, method OpenDocument_Style::export()
    Export style information
Element.php
procedural page Element.php
ElementStyle.php
procedural page ElementStyle.php
Exception.php
procedural page Exception.php
top

f

$file
in file Single.php, variable OpenDocument_Storage_Single::$file
    File name to store file as
$file
in file Zip.php, variable OpenDocument_Storage_Zip::$file
    File name to store file as
$fileroot
in file Manifest.php, variable OpenDocument_Manifest::$fileroot
    Root node to add file entries to
$fontName
in file ElementStyle.php, variable OpenDocument_ElementStyle::$fontName
$fonts
in file Document.php, variable OpenDocument_Document::$fonts
    DOMNode with fonts declarations
$fontSize
in file ElementStyle.php, variable OpenDocument_ElementStyle::$fontSize
$fontStyle
in file ElementStyle.php, variable OpenDocument_ElementStyle::$fontStyle
$fontWeight
in file ElementStyle.php, variable OpenDocument_ElementStyle::$fontWeight
    List of properties
FONT_STYLE_ITALIC
in file ElementStyle.php, class constant OpenDocument_ElementStyle::FONT_STYLE_ITALIC
FONT_STYLE_NORMAL
in file ElementStyle.php, class constant OpenDocument_ElementStyle::FONT_STYLE_NORMAL
FONT_WEIGHT_BOLD
in file ElementStyle.php, class constant OpenDocument_ElementStyle::FONT_WEIGHT_BOLD
    Possible properties values
FONT_WEIGHT_NORMAL
in file ElementStyle.php, class constant OpenDocument_ElementStyle::FONT_WEIGHT_NORMAL
top

g

generateStyleName
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::generateStyleName()
    Generate element new style name
generateStyleName
in file Paragraph.php, method OpenDocument_Element_Paragraph::generateStyleName()
    Generate element new style name
generateStyleName
in file Span.php, method OpenDocument_Element_Span::generateStyleName()
    Generate new style name
generateStyleName
in file Heading.php, method OpenDocument_Element_Heading::generateStyleName()
    Generate element new style name
generateStyleName
in file StyledElement.php, method OpenDocument_StyledElement::generateStyleName()
    Generate new style name
getChildren
in file Document.php, method OpenDocument_Document::getChildren()
    Get children list
getChildren
in file Element.php, method OpenDocument_Element::getChildren()
    Get element children
getChildrenByName
in file Document.php, method OpenDocument_Document::getChildrenByName()
    Get DOMNode children by name
getContentDom
in file Storage.php, method OpenDocument_Storage::getContentDom()
    Returns the Dom object containing the content.
getContentDom
in file Single.php, method OpenDocument_Storage_Single::getContentDom()
    Returns the DOM object containing the content.
getContentDom
in file Zip.php, method OpenDocument_Storage_Zip::getContentDom()
    Returns the DOM object containing the content.
getDocument
in file Element.php, method OpenDocument_Element::getDocument()
    Get element document
getDOM
in file Document.php, method OpenDocument_Document::getDOM()
    Returns the internal DOM document of the given type.
getFonts
in file Document.php, method OpenDocument_Document::getFonts()
    Get array of declared font names
getMetaDom
in file Zip.php, method OpenDocument_Storage_Zip::getMetaDom()
    Returns the DOM object containing the meta data.
getMetaDom
in file Single.php, method OpenDocument_Storage_Single::getMetaDom()
    Returns the DOM object containing the meta data.
getMetaDom
in file Storage.php, method OpenDocument_Storage::getMetaDom()
    Returns the Dom object containing the meta data.
getMimeType
in file Zip.php, method OpenDocument_Storage_Zip::getMimeType()
    Returns the MIME type of the opened file.
getMimeType
in file Storage.php, method OpenDocument_Storage::getMimeType()
    Returns the MIME type of the opened file.
getMimeType
in file Single.php, method OpenDocument_Storage_Single::getMimeType()
    Returns the MIME type of the opened file.
getMimeTypeFromContent
in file Single.php, method OpenDocument_Storage_Single::getMimeTypeFromContent()
    Extracts the textual MIME type from the content DOM object
getMimeTypeFromContent
in file Zip.php, method OpenDocument_Storage_Zip::getMimeTypeFromContent()
    Extracts the textual MIME type from the content DOM object
getNode
in file Element.php, method OpenDocument_Element::getNode()
    Get element DOMNode
getSettingsDom
in file Single.php, method OpenDocument_Storage_Single::getSettingsDom()
    Returns the DOM object containing the settings.
getSettingsDom
in file Zip.php, method OpenDocument_Storage_Zip::getSettingsDom()
    Returns the DOM object containing the settings.
getSettingsDom
in file Storage.php, method OpenDocument_Storage::getSettingsDom()
    Returns the Dom object containing the settings.
getStyle
in file StyledElement.php, method OpenDocument_StyledElement::getStyle()
    Get style information
getStyle
in file Document.php, method OpenDocument_Document::getStyle()
    Get array of style values
getStyleName
in file StyledElement.php, method OpenDocument_StyledElement::getStyleName()
    Get style name
getStyleNameMaxNumber
in file StyledElement.php, method OpenDocument_StyledElement::getStyleNameMaxNumber()
    Get style name suffix max value
getStyleNamePrefix
in file StyledElement.php, method OpenDocument_StyledElement::getStyleNamePrefix()
    Get style name prefix
getStyleNode
in file Document.php, method OpenDocument_Document::getStyleNode()
    Get style node
getStyleNode
in file Text.php, method OpenDocument_Debug_Text::getStyleNode()
    Get style node
getStylesDom
in file Zip.php, method OpenDocument_Storage_Zip::getStylesDom()
    Returns the DOM object containing the styles.
getStylesDom
in file Single.php, method OpenDocument_Storage_Single::getStylesDom()
    Returns the DOM object containing the styles.
getStylesDom
in file Storage.php, method OpenDocument_Storage::getStylesDom()
    Returns the Dom object containing the styles.
getTemplateFile
in file Zip.php, method OpenDocument_Storage_Zip::getTemplateFile()
    Returns the path of a template file for the given file type.
getXPath
in file Document.php, method OpenDocument_Document::getXPath()
    Returns the internal XPath object of the given type.
top

h

html.php
procedural page html.php
Heading.php
procedural page Heading.php
Hyperlink.php
procedural page Hyperlink.php
top

i

image
in file OpenDocument.php, method OpenDocument::image()
    Creates and returns a new image document.
import
in file Style.php, method OpenDocument_Style::import()
    Import style information
import
in file Zip.php, method OpenDocument_Storage_Zip::import()
    Imports data from another storage object
import
in file Storage.php, method OpenDocument_Storage::import()
    Imports data from another storage object
import
in file Single.php, method OpenDocument_Storage_Single::import()
    Imports data from another storage object
includeClassFile
in file OpenDocument.php, method OpenDocument::includeClassFile()
    Includes the correct class for the given file
instance
in file Text.php, method OpenDocument_Element_Text::instance()
    Create object instance
instance
in file Hyperlink.php, method OpenDocument_Element_Hyperlink::instance()
    Create hyperlink instance
instance
in file Paragraph.php, method OpenDocument_Element_Paragraph::instance()
    Create element instance
instance
in file Span.php, method OpenDocument_Element_Span::instance()
    Create element instance
instance
in file Heading.php, method OpenDocument_Element_Heading::instance()
    Create a heading element
top

l

$lineHeight
in file ElementStyle.php, variable OpenDocument_ElementStyle::$lineHeight
listChildren
in file Document.php, method OpenDocument_Document::listChildren()
    Fills $this->children with all DOMNodes
listChildren
in file Element.php, method OpenDocument_Element::listChildren()
    Prepare element children
listChildren
in file Text.php, method OpenDocument_Document_Text::listChildren()
    Fills $this->children with all DOMNodes
loadDomFromZip
in file Zip.php, method OpenDocument_Storage_Zip::loadDomFromZip()
    Loads the DOM document of the given file name from the zip archive
loadFile
in file Zip.php, method OpenDocument_Storage_Zip::loadFile()
    Loads content of the given file.
loadFile
in file Single.php, method OpenDocument_Storage_Single::loadFile()
    Loads content of the given file.
LOAD_CONTENT_ERR
in file Exception.php, class constant OpenDocument_Exception::LOAD_CONTENT_ERR
    Error while loading content file
LOAD_MANIFEST_ERR
in file Exception.php, class constant OpenDocument_Exception::LOAD_MANIFEST_ERR
    Error while loading manifest file
LOAD_META_ERR
in file Exception.php, class constant OpenDocument_Exception::LOAD_META_ERR
    Error while loading meta file
LOAD_MIMETYPE_ERR
in file Exception.php, class constant OpenDocument_Exception::LOAD_MIMETYPE_ERR
    Error while loading mimetype file
LOAD_SETTINGS_ERR
in file Exception.php, class constant OpenDocument_Exception::LOAD_SETTINGS_ERR
    Error while loading settings file
LOAD_STYLES_ERR
in file Exception.php, class constant OpenDocument_Exception::LOAD_STYLES_ERR
    Error while loading styles file
top

m

$map
in file Style.php, variable OpenDocument_Style::$map
    Style map of properties
$metaDom
in file Single.php, variable OpenDocument_Storage_Single::$metaDom
    DOM document containing the meta data
$metaDOM
in file Document.php, variable OpenDocument_Document::$metaDOM
    DOMDocument for meta information
$metaDom
in file Zip.php, variable OpenDocument_Storage_Zip::$metaDom
    DOM document containing the meta data
$metaXPath
in file Document.php, variable OpenDocument_Document::$metaXPath
    DOMXPath for meta information
Manifest.php
procedural page Manifest.php
top

n

$node
in file Element.php, variable OpenDocument_Element::$node
    Element DOMNode
nodeName
in file Paragraph.php, class constant OpenDocument_Element_Paragraph::nodeName
    Node name
nodeName
in file Span.php, class constant OpenDocument_Element_Span::nodeName
    Node name
nodeName
in file Hyperlink.php, class constant OpenDocument_Element_Hyperlink::nodeName
    Node name
nodeName
in file Heading.php, class constant OpenDocument_Element_Heading::nodeName
    Node name
nodeNS
in file Heading.php, class constant OpenDocument_Element_Heading::nodeNS
    Node namespace
nodeNS
in file Paragraph.php, class constant OpenDocument_Element_Paragraph::nodeNS
    Node namespace
nodeNS
in file Span.php, class constant OpenDocument_Element_Span::nodeNS
    Node namespace
nodeNS
in file Hyperlink.php, class constant OpenDocument_Element_Hyperlink::nodeNS
    Node namespace
nodePrefix
in file Span.php, class constant OpenDocument_Element_Span::nodePrefix
    Node amespace
nodePrefix
in file Hyperlink.php, class constant OpenDocument_Element_Hyperlink::nodePrefix
    Node namespace
nodePrefix
in file Heading.php, class constant OpenDocument_Element_Heading::nodePrefix
    Node namespace
nodePrefix
in file Paragraph.php, class constant OpenDocument_Element_Paragraph::nodePrefix
    Node namespace
NS_FO
in file OpenDocument.php, class constant OpenDocument::NS_FO
    fo namespace URL
NS_MANIFEST
in file OpenDocument.php, class constant OpenDocument::NS_MANIFEST
    Manifest namespace
NS_OFFICE
in file OpenDocument.php, class constant OpenDocument::NS_OFFICE
    office namespace URL
NS_STYLE
in file OpenDocument.php, class constant OpenDocument::NS_STYLE
    style namespace URL
NS_SVG
in file OpenDocument.php, class constant OpenDocument::NS_SVG
    svg namespace URL
NS_TEXT
in file OpenDocument.php, class constant OpenDocument::NS_TEXT
    text namespace URL
NS_XLINK
in file OpenDocument.php, class constant OpenDocument::NS_XLINK
    xlink namespace URL
top

o

open
in file Storage.php, method OpenDocument_Storage::open()
    Opens the given file.
open
in file OpenDocument.php, method OpenDocument::open()
    Open the given file
open
in file Zip.php, method OpenDocument_Storage_Zip::open()
    Opens the given file, loading the XML into memory
open
in file Single.php, method OpenDocument_Storage_Single::open()
    Opens the given file, loading the XML into memory
open
in file Document.php, method OpenDocument_Document::open()
    Open the given file
OpenDocument
in file OpenDocument.php, class OpenDocument
    Base class containing methods to open and create documents.
OpenDocument.php
procedural page OpenDocument.php
OpenDocument_Debug_Text
in file Text.php, class OpenDocument_Debug_Text
    OpenDocument Text debug class
OpenDocument_Document
in file Document.php, class OpenDocument_Document
    Base for all document classes.
OpenDocument_Document_Text
in file Text.php, class OpenDocument_Document_Text
    Text document
OpenDocument_Element
in file Element.php, class OpenDocument_Element
    OpenDocument_Element abstract class
OpenDocument_ElementStyle
in file ElementStyle.php, class OpenDocument_ElementStyle
    OpenDocument_ElementStyle class
OpenDocument_Element_Bookmark
in file Bookmark.php, class OpenDocument_Element_Bookmark
    Bookmark element
OpenDocument_Element_Heading
in file Heading.php, class OpenDocument_Element_Heading
    Heading element
OpenDocument_Element_Hyperlink
in file Hyperlink.php, class OpenDocument_Element_Hyperlink
    Hyperlink element
OpenDocument_Element_Paragraph
in file Paragraph.php, class OpenDocument_Element_Paragraph
    Paragraph element
OpenDocument_Element_Span
in file Span.php, class OpenDocument_Element_Span
    Span element
OpenDocument_Element_Text
in file Text.php, class OpenDocument_Element_Text
    Plain text element
OpenDocument_Exception
in file Exception.php, class OpenDocument_Exception
    Generic exception class for the package
OpenDocument_Manifest
in file Manifest.php, class OpenDocument_Manifest
    OpenDocument manifest file for ZIPs.
OpenDocument_Storage
in file Storage.php, class OpenDocument_Storage
    Generic OpenDocument data and file storage interface.
OpenDocument_Storage_Single
in file Single.php, class OpenDocument_Storage_Single
    Single XML file storage driver.
OpenDocument_Storage_Zip
in file Zip.php, class OpenDocument_Storage_Zip
    Zip storage - the default OpenDocument storage.
OpenDocument_Style
in file Style.php, class OpenDocument_Style
    OpenDocument_Style abstract class
OpenDocument_StyledElement
in file StyledElement.php, class OpenDocument_StyledElement
    Base class for elements with styles
top

p

Paragraph.php
procedural page Paragraph.php
prepareDom
in file Manifest.php, method OpenDocument_Manifest::prepareDom()
    Prepares the DOM document used internally
presentation
in file OpenDocument.php, method OpenDocument::presentation()
    Creates and returns a new presentation document.
top

r

read.php
procedural page read.php
removeFile
in file Storage.php, method OpenDocument_Storage::removeFile()
    Removes an already added file from the document.
removeFile
in file Single.php, method OpenDocument_Storage_Single::removeFile()
    Removes an already added file from the document.
removeFile
in file Zip.php, method OpenDocument_Storage_Zip::removeFile()
    Removes an already added file from the document.
top

s

$settingsDOM
in file Document.php, variable OpenDocument_Document::$settingsDOM
    DOMDocument for settings
$settingsDom
in file Zip.php, variable OpenDocument_Storage_Zip::$settingsDom
    DOM document containing the settings
$settingsDom
in file Single.php, variable OpenDocument_Storage_Single::$settingsDom
    DOM document containing the settings
$settingsXPath
in file Document.php, variable OpenDocument_Document::$settingsXPath
    DOMXPath for settings
$storage
in file Document.php, variable OpenDocument_Document::$storage
    Storage driver object
$style
in file StyledElement.php, variable OpenDocument_StyledElement::$style
    Style information
$styleNameMaxNumber
in file StyledElement.php, variable OpenDocument_StyledElement::$styleNameMaxNumber
    Style name suffix max value
$styles
in file Document.php, variable OpenDocument_Document::$styles
    DOMNode with style information
$stylesDom
in file Zip.php, variable OpenDocument_Storage_Zip::$stylesDom
    DOM document containing the styles
$stylesDOM
in file Document.php, variable OpenDocument_Document::$stylesDOM
    DOMDocument for styles
$stylesDom
in file Single.php, variable OpenDocument_Storage_Single::$stylesDom
    DOM document containing the styles
$stylesXPath
in file Document.php, variable OpenDocument_Document::$stylesXPath
    DOMXPath for styles
Span.php
procedural page Span.php
Single.php
procedural page Single.php
Storage.php
procedural page Storage.php
Style.php
procedural page Style.php
StyledElement.php
procedural page StyledElement.php
save
in file Document.php, method OpenDocument_Document::save()
    Save changes in document or save as a new document or under another name.
save
in file Storage.php, method OpenDocument_Storage::save()
    Saves the file as the given file name.
save
in file Zip.php, method OpenDocument_Storage_Zip::save()
    Saves the file as the given file name.
save
in file Single.php, method OpenDocument_Storage_Single::save()
    Saves the file as the given file name.
setContentDom
in file Storage.php, method OpenDocument_Storage::setContentDom()
    Sets the DOM object containing the content.
setContentDom
in file Single.php, method OpenDocument_Storage_Single::setContentDom()
    Sets the DOM object containing the content.
setContentDom
in file Zip.php, method OpenDocument_Storage_Zip::setContentDom()
    Sets the DOM object containing the content.
setMax
in file Document.php, method OpenDocument_Document::setMax()
    Set maximum values of style name suffixes
setMax
in file Text.php, method OpenDocument_Document_Text::setMax()
    Set maximum values of style name suffixes
setMetaDom
in file Zip.php, method OpenDocument_Storage_Zip::setMetaDom()
    Sets the DOM object containing the meta data.
setMetaDom
in file Storage.php, method OpenDocument_Storage::setMetaDom()
    Sets the DOM object containing the meta data.
setMetaDom
in file Single.php, method OpenDocument_Storage_Single::setMetaDom()
    Sets the DOM object containing the meta data.
setSettingsDom
in file Single.php, method OpenDocument_Storage_Single::setSettingsDom()
    Sets the DOM object containing the settings.
setSettingsDom
in file Zip.php, method OpenDocument_Storage_Zip::setSettingsDom()
    Sets the DOM object containing the settings.
setSettingsDom
in file Storage.php, method OpenDocument_Storage::setSettingsDom()
    Sets the DOM object containing the settings.
setStyleNameMaxNumber
in file StyledElement.php, method OpenDocument_StyledElement::setStyleNameMaxNumber()
    Set style name suxxif max value
setStylesDom
in file Zip.php, method OpenDocument_Storage_Zip::setStylesDom()
    Sets the DOM object containing the styles.
setStylesDom
in file Storage.php, method OpenDocument_Storage::setStylesDom()
    Sets the DOM object containing the styles..
setStylesDom
in file Single.php, method OpenDocument_Storage_Single::setStylesDom()
    Sets the DOM object containing the styles.
spreadsheet
in file OpenDocument.php, method OpenDocument::spreadsheet()
    Creates and returns a new spreadsheet document.
styleFamily
in file StyledElement.php, class constant OpenDocument_StyledElement::styleFamily
    Style family used, e.g. "text" for spans or "paragraph" for paras.
styleFamily
in file Span.php, class constant OpenDocument_Element_Span::styleFamily
    Style family to use
styleFamily
in file Hyperlink.php, class constant OpenDocument_Element_Hyperlink::styleFamily
    Style family used, e.g. "text" for spans or "paragraph" for paras.
styleFamily
in file Heading.php, class constant OpenDocument_Element_Heading::styleFamily
    Style family to use
styleFamily
in file Paragraph.php, class constant OpenDocument_Element_Paragraph::styleFamily
    Style family to use
styleNamePrefix
in file Paragraph.php, class constant OpenDocument_Element_Paragraph::styleNamePrefix
    Element style name prefix
styleNamePrefix
in file Hyperlink.php, class constant OpenDocument_Element_Hyperlink::styleNamePrefix
    Element style name prefix
styleNamePrefix
in file Span.php, class constant OpenDocument_Element_Span::styleNamePrefix
    Element style name prefix
styleNamePrefix
in file Heading.php, class constant OpenDocument_Element_Heading::styleNamePrefix
    Element style name prefix
styleNamePrefix
in file StyledElement.php, class constant OpenDocument_StyledElement::styleNamePrefix
    Style name prefix
top

t

Text.php
procedural page Text.php
Text.php
procedural page Text.php
Text.php
procedural page Text.php
text
in file OpenDocument.php, method OpenDocument::text()
    Creates and returns a new text document.
toHTML
in file html.php, function toHTML()
top

u

$underlineColor
in file ElementStyle.php, variable OpenDocument_ElementStyle::$underlineColor
$underlineStyle
in file ElementStyle.php, variable OpenDocument_ElementStyle::$underlineStyle
$underlineWidth
in file ElementStyle.php, variable OpenDocument_ElementStyle::$underlineWidth
UNDERLINE_STYLE_SOLID
in file ElementStyle.php, class constant OpenDocument_ElementStyle::UNDERLINE_STYLE_SOLID
top

w

WRITE_CONTENT_ERR
in file Exception.php, class constant OpenDocument_Exception::WRITE_CONTENT_ERR
    Error while writing content file
WRITE_MANIFEST_ERR
in file Exception.php, class constant OpenDocument_Exception::WRITE_MANIFEST_ERR
    Error while writing manifest file
WRITE_META_ERR
in file Exception.php, class constant OpenDocument_Exception::WRITE_META_ERR
    Error while writing meta file
WRITE_MIMETYPE_ERR
in file Exception.php, class constant OpenDocument_Exception::WRITE_MIMETYPE_ERR
    Error while writing mimetype file
WRITE_SETTINGS_ERR
in file Exception.php, class constant OpenDocument_Exception::WRITE_SETTINGS_ERR
    Error while writing settings file
WRITE_STYLES_ERR
in file Exception.php, class constant OpenDocument_Exception::WRITE_STYLES_ERR
    Error while writing styles file
top

z

$zip
in file Zip.php, variable OpenDocument_Storage_Zip::$zip
    Zip document
Zip.php
procedural page Zip.php
top

Documentation generated on Mon, 11 Mar 2019 15:51:01 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.