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

Element index for package PHPPowerPoint

[ a ] [ c ] [ d ] [ g ] [ h ] [ i ] [ k ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

$_activeSlideIndex
in file PHPPowerpoint.php, variable PHPPowerPoint::$_activeSlideIndex
    Active slide index
$_autoResolveClasses
in file IOFactory.php, variable PHPPowerPoint_IOFactory::$_autoResolveClasses
    Autoresolve classes
$_category
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_category
    Category
$_created
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_created
    Created
$_creator
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_creator
    Creator
$_description
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_description
    Description
$_items
in file HashTable.php, variable PHPPowerPoint_HashTable::$_items
    HashTable elements
$_keyMap
in file HashTable.php, variable PHPPowerPoint_HashTable::$_keyMap
    HashTable key map
$_keywords
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_keywords
    Keywords
$_lastModifiedBy
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_lastModifiedBy
    LastModifiedBy
$_modified
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_modified
    Modified
$_position
in file SlideIterator.php, variable PHPPowerPoint_SlideIterator::$_position
    Current iterator position
$_properties
in file PHPPowerpoint.php, variable PHPPowerPoint::$_properties
    Document properties
$_searchLocations
in file IOFactory.php, variable PHPPowerPoint_IOFactory::$_searchLocations
    Search locations
$_slideCollection
in file PHPPowerpoint.php, variable PHPPowerPoint::$_slideCollection
    Collection of Slide objects
$_subject
in file SlideIterator.php, variable PHPPowerPoint_SlideIterator::$_subject
    Presentation to iterate
$_subject
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_subject
    Subject
$_title
in file DocumentProperties.php, variable PHPPowerPoint_DocumentProperties::$_title
    Title
__clone
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file HashTable.php, method PHPPowerPoint_HashTable::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file PHPPowerpoint.php, method PHPPowerPoint::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__construct
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::__construct()
    Create a new slide iterator
__construct
in file HashTable.php, method PHPPowerPoint_HashTable::__construct()
    Create a new PHPPowerPoint_HashTable
__construct
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::__construct()
    Create a new PHPPowerPoint_DocumentProperties
__construct
in file IOFactory.php, method PHPPowerPoint_IOFactory::__construct()
    Private constructor for PHPPowerPoint_IOFactory
__construct
in file PHPPowerpoint.php, method PHPPowerPoint::__construct()
    Create a new PHPPowerPoint with one Slide
__destruct
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::__destruct()
    Destructor
top

a

add
in file HashTable.php, method PHPPowerPoint_HashTable::add()
    Add HashTable item
addExternalSheet
in file PHPPowerpoint.php, method PHPPowerPoint::addExternalSheet()
    Add external slide
addFromSource
in file HashTable.php, method PHPPowerPoint_HashTable::addFromSource()
    Add HashTable items from source
addSearchLocation
in file IOFactory.php, method PHPPowerPoint_IOFactory::addSearchLocation()
    Add search location
addSlide
in file PHPPowerpoint.php, method PHPPowerPoint::addSlide()
    Add slide
top

c

clear
in file HashTable.php, method PHPPowerPoint_HashTable::clear()
    Clear HashTable
copy
in file PHPPowerpoint.php, method PHPPowerPoint::copy()
    Copy presentation (!= clone!)
count
in file HashTable.php, method PHPPowerPoint_HashTable::count()
    Count
createReader
in file IOFactory.php, method PHPPowerPoint_IOFactory::createReader()
    Create PHPPowerPoint_Reader_IReader
createSlide
in file PHPPowerpoint.php, method PHPPowerPoint::createSlide()
    Create slide and add it to this presentation
createWriter
in file IOFactory.php, method PHPPowerPoint_IOFactory::createWriter()
    Create PHPPowerPoint_Writer_IWriter
current
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::current()
    Current PHPPowerPoint_Slide
top

d

DocumentProperties.php
procedural page DocumentProperties.php
top

g

getActiveSlide
in file PHPPowerpoint.php, method PHPPowerPoint::getActiveSlide()
    Get active slide
getActiveSlideIndex
in file PHPPowerpoint.php, method PHPPowerPoint::getActiveSlideIndex()
    Get active slide index
getAllSlides
in file PHPPowerpoint.php, method PHPPowerPoint::getAllSlides()
    Get all slides
getByHashCode
in file HashTable.php, method PHPPowerPoint_HashTable::getByHashCode()
    Get by hashcode
getByIndex
in file HashTable.php, method PHPPowerPoint_HashTable::getByIndex()
    Get by index
getCategory
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getCategory()
    Get Category
getCreated
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getCreated()
    Get Created
getCreator
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getCreator()
    Get Creator
getDescription
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getDescription()
    Get Description
getHashCode
in file IComparable.php, method PHPPowerPoint_IComparable::getHashCode()
    Get hash code
getHashIndex
in file IComparable.php, method PHPPowerPoint_IComparable::getHashIndex()
    Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
getIndex
in file PHPPowerpoint.php, method PHPPowerPoint::getIndex()
    Get index for slide
getIndexForHashCode
in file HashTable.php, method PHPPowerPoint_HashTable::getIndexForHashCode()
    Get index for hash code
getKeywords
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getKeywords()
    Get Keywords
getLastModifiedBy
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getLastModifiedBy()
    Get Last Modified By
getModified
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getModified()
    Get Modified
getProperties
in file PHPPowerpoint.php, method PHPPowerPoint::getProperties()
    Get properties
getSearchLocations
in file IOFactory.php, method PHPPowerPoint_IOFactory::getSearchLocations()
    Get search locations
getSlide
in file PHPPowerpoint.php, method PHPPowerPoint::getSlide()
    Get slide by index
getSlideCount
in file PHPPowerpoint.php, method PHPPowerPoint::getSlideCount()
    Get slide count
getSlideIterator
in file PHPPowerpoint.php, method PHPPowerPoint::getSlideIterator()
    Get slide iterator
getSubject
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getSubject()
    Get Subject
getTitle
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::getTitle()
    Get Title
top

h

HashTable.php
procedural page HashTable.php
top

i

IComparable.php
procedural page IComparable.php
IOFactory.php
procedural page IOFactory.php
top

k

key
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::key()
    Current key
top

l

load
in file IOFactory.php, method PHPPowerPoint_IOFactory::load()
    Loads PHPPowerPoint from file using automatic PHPPowerPoint_Reader_IReader resolution
top

n

next
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::next()
    Next value
top

p

PHPPowerPoint
in file PHPPowerpoint.php, class PHPPowerPoint
    PHPPowerPoint
PHPPowerpoint.php
procedural page PHPPowerpoint.php
PHPPowerPoint_DocumentProperties
in file DocumentProperties.php, class PHPPowerPoint_DocumentProperties
    PHPPowerPoint_DocumentProperties
PHPPowerPoint_HashTable
in file HashTable.php, class PHPPowerPoint_HashTable
    PHPPowerPoint_HashTable
PHPPowerPoint_IComparable
in file IComparable.php, class PHPPowerPoint_IComparable
    PHPPowerPoint_IComparable
PHPPowerPoint_IOFactory
in file IOFactory.php, class PHPPowerPoint_IOFactory
    PHPPowerPoint_IOFactory
PHPPowerPoint_SlideIterator
in file SlideIterator.php, class PHPPowerPoint_SlideIterator
    PHPPowerPoint_SlideIterator
top

r

remove
in file HashTable.php, method PHPPowerPoint_HashTable::remove()
    Remove HashTable item
removeSlideByIndex
in file PHPPowerpoint.php, method PHPPowerPoint::removeSlideByIndex()
    Remove slide by index
rewind
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::rewind()
    Rewind iterator
top

s

SlideIterator.php
procedural page SlideIterator.php
setActiveSlideIndex
in file PHPPowerpoint.php, method PHPPowerPoint::setActiveSlideIndex()
    Set active slide index
setCategory
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setCategory()
    Set Category
setCreated
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setCreated()
    Set Created
setCreator
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setCreator()
    Set Creator
setDescription
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setDescription()
    Set Description
setHashIndex
in file IComparable.php, method PHPPowerPoint_IComparable::setHashIndex()
    Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
setKeywords
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setKeywords()
    Set Keywords
setLastModifiedBy
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setLastModifiedBy()
    Set Last Modified By
setModified
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setModified()
    Set Modified
setProperties
in file PHPPowerpoint.php, method PHPPowerPoint::setProperties()
    Set properties
setSearchLocations
in file IOFactory.php, method PHPPowerPoint_IOFactory::setSearchLocations()
    Set search locations
setSubject
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setSubject()
    Set Subject
setTitle
in file DocumentProperties.php, method PHPPowerPoint_DocumentProperties::setTitle()
    Set Title
top

t

toArray
in file HashTable.php, method PHPPowerPoint_HashTable::toArray()
    HashTable to array
top

v

valid
in file SlideIterator.php, method PHPPowerPoint_SlideIterator::valid()
    More PHPPowerPoint_Slide instances available?
top

Documentation generated on Sat, 25 Apr 2009 11:36:33 +0200 by phpDocumentor 1.4.1