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 Paragraph.php, method OpenDocument_Paragraph::__construct()
Constructor
- __construct
- in file Element.php, method OpenDocument_Element::__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 TextElement.php, method OpenDocument_TextElement::__construct()
Constructor
- __construct
- in file Hyperlink.php, method OpenDocument_Hyperlink::__construct()
Constructor
- __construct
- in file OpenDocument.php, method OpenDocument::__construct()
Constructor
- __construct
- in file Heading.php, method OpenDocument_Heading::__construct()
Constructor
- __construct
- in file ElementStyle.php, method OpenDocument_ElementStyle::__construct()
Constructor
- __get
- in file TextElement.php, method OpenDocument_TextElement::__get()
Magic method Get property value
- __get
- in file StyledElement.php, method OpenDocument_StyledElement::__get()
Magic method Get property value
- __get
- in file Hyperlink.php, method OpenDocument_Hyperlink::__get()
Get element property
- __get
- in file Style.php, method OpenDocument_Style::__get()
Magic method Get property value
- __get
- in file Heading.php, method OpenDocument_Heading::__get()
Get element properties
- __set
- in file TextElement.php, method OpenDocument_TextElement::__set()
Magic method Set property value
- __set
- in file Hyperlink.php, method OpenDocument_Hyperlink::__set()
Set element property
- __set
- in file Heading.php, method OpenDocument_Heading::__set()
Set element properties
- __set
- in file Style.php, method OpenDocument_Style::__set()
Magic method Set property value
- __set
- in file ElementStyle.php, method OpenDocument_ElementStyle::__set()
Set style value
- __constructor
- in file Bookmark.php, method OpenDocument_Bookmark::__constructor()
top
top
top
c
- $children
- in file Element.php, variable OpenDocument_Element::$children
ArrayObject of children elements
- $color
- in file ElementStyle.php, variable OpenDocument_ElementStyle::$color
- compareNodes
- in file OpenDocument.php, method OpenDocument::compareNodes()
Compare two DOMNode nodes
- copy
- in file Style.php, method OpenDocument_Style::copy()
Copy style from another element
- createBookmark
- in file OpenDocument.php, method OpenDocument::createBookmark()
Create OpenDocument_Bookmark
- createHeading
- in file OpenDocument.php, method OpenDocument::createHeading()
Create Open_document_Heading
- createHyperlink
- in file Paragraph.php, method OpenDocument_Paragraph::createHyperlink()
Create OpenDocument_Hyperlink
- createHyperlink
- in file Heading.php, method OpenDocument_Heading::createHyperlink()
Create OpenDocument_Hyperlink
- createParagraph
- in file OpenDocument.php, method OpenDocument::createParagraph()
Create OpenDocument_Paragraph
- createSpan
- in file Paragraph.php, method OpenDocument_Paragraph::createSpan()
Create OpenDocument_Span element
- createSpan
- in file Hyperlink.php, method OpenDocument_Hyperlink::createSpan()
Create OpenDocument_Span element
- createSpan
- in file Heading.php, method OpenDocument_Heading::createSpan()
Create OpenDocument_Span element
- createTextElement
- in file Span.php, method OpenDocument_Span::createTextElement()
Create OpenDocument_TextElement
- createTextElement
- in file Paragraph.php, method OpenDocument_Paragraph::createTextElement()
Create OpenDocument_TextElement
- createTextElement
- in file Hyperlink.php, method OpenDocument_Hyperlink::createTextElement()
Create OpenDocument_TextElement
- createTextElement
- in file Heading.php, method OpenDocument_Heading::createTextElement()
Create OpenDocument_TextElement
- create.php
- procedural page create.php
top
top
top
f
- $fontName
- in file ElementStyle.php, variable OpenDocument_ElementStyle::$fontName
- $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
- FILE_CONTENT
- in file OpenDocument.php, class constant OpenDocument::FILE_CONTENT
File with document contents
- FILE_MANIFEST
- in file OpenDocument.php, class constant OpenDocument::FILE_MANIFEST
File with manifest information
- FILE_META
- in file OpenDocument.php, class constant OpenDocument::FILE_META
File with meta information
- FILE_MIMETYPE
- in file OpenDocument.php, class constant OpenDocument::FILE_MIMETYPE
File with mime type
- FILE_SETTINGS
- in file OpenDocument.php, class constant OpenDocument::FILE_SETTINGS
File with editor settings
- FILE_STYLES
- in file OpenDocument.php, class constant OpenDocument::FILE_STYLES
File with document styles
- 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 Span.php, method OpenDocument_Span::generateStyleName()
Generate new style name
- generateStyleName
- in file StyledElement.php, method OpenDocument_StyledElement::generateStyleName()
Generate new style name
- generateStyleName
- in file Paragraph.php, method OpenDocument_Paragraph::generateStyleName()
Generate element new style name
- generateStyleName
- in file Hyperlink.php, method OpenDocument_Hyperlink::generateStyleName()
Generate element new style name
- generateStyleName
- in file Heading.php, method OpenDocument_Heading::generateStyleName()
Generate element new style name
- getChildren
- in file Element.php, method OpenDocument_Element::getChildren()
Get element children
- getChildren
- in file OpenDocument.php, method OpenDocument::getChildren()
Get children list
- getDocument
- in file Element.php, method OpenDocument_Element::getDocument()
Get element document
- getNode
- in file Element.php, method OpenDocument_Element::getNode()
Get element DOMNode
- getStyle
- in file StyledElement.php, method OpenDocument_StyledElement::getStyle()
Get style information
- getStyle
- in file OpenDocument.php, method OpenDocument::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
top
top
top
top
top
n
- $node
- in file Element.php, variable OpenDocument_Element::$node
Element DOMNode
- nodeName
- in file Paragraph.php, class constant OpenDocument_Paragraph::nodeName
Node name
- nodeName
- in file Span.php, class constant OpenDocument_Span::nodeName
Node name
- nodeName
- in file Hyperlink.php, class constant OpenDocument_Hyperlink::nodeName
Node name
- nodeName
- in file Heading.php, class constant OpenDocument_Heading::nodeName
Node name
- nodeNS
- in file Paragraph.php, class constant OpenDocument_Paragraph::nodeNS
Node namespace
- nodeNS
- in file Span.php, class constant OpenDocument_Span::nodeNS
Node namespace
- nodeNS
- in file Heading.php, class constant OpenDocument_Heading::nodeNS
Node namespace
- nodeNS
- in file Hyperlink.php, class constant OpenDocument_Hyperlink::nodeNS
Node namespace
- nodePrefix
- in file Span.php, class constant OpenDocument_Span::nodePrefix
Node amespace
- nodePrefix
- in file Hyperlink.php, class constant OpenDocument_Hyperlink::nodePrefix
Node namespace
- nodePrefix
- in file Heading.php, class constant OpenDocument_Heading::nodePrefix
Node namespace
- nodePrefix
- in file Paragraph.php, class constant OpenDocument_Paragraph::nodePrefix
Node namespace
- NS_FO
- in file OpenDocument.php, class constant OpenDocument::NS_FO
fo namespace URL
- 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
- OpenDocument
- in file OpenDocument.php, class OpenDocument
OpenDocument base class
- OpenDocument.php
- procedural page OpenDocument.php
- 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_Exception
- in file Exception.php, class OpenDocument_Exception
OpenDocument_Exception class
- OpenDocument_Heading
- in file Heading.php, class OpenDocument_Heading
OpenDocument_Heading element
- OpenDocument_Hyperlink
- in file Hyperlink.php, class OpenDocument_Hyperlink
OpenDocument_Hyperlink element
- OpenDocument_Paragraph
- in file Paragraph.php, class OpenDocument_Paragraph
OpenDocument_Paragraph element
- OpenDocument_Span
- in file Span.php, class OpenDocument_Span
OpenDocument_Span element
- OpenDocument_Style
- in file Style.php, class OpenDocument_Style
OpenDocument_Style abstract class
- OpenDocument_StyledElement
- in file StyledElement.php, class OpenDocument_StyledElement
OpenDocument_StyledElement abstract class
- OpenDocument_TextElement
- in file TextElement.php, class OpenDocument_TextElement
OpenDocument_TextElement class
- output
- in file OpenDocument.php, method OpenDocument::output()
Test function
- OpenDocument_Bookmark
- in file Bookmark.php, class OpenDocument_Bookmark
OpenDocument_Element abstract class
top
top
top
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:06:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|