Свойство | Type | Description | |
---|---|---|---|
$arrayCommonStyles | array[] | ||
$arrayStyles | array[] | ||
$levelParagraph | |||
$oPhpPresentation | Output Object | ||
$oXMLReader | PhpOffice\Common\XMLReader | ||
$oZip | ZipArchive | Output Object |
Méthode | Description | |
---|---|---|
canRead ( string $pFilename ) : boolean | Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file? | |
fileSupportsUnserializePhpPresentation ( string $pFilename = '' ) : boolean | Does a file support UnserializePhpPresentation ? | |
load ( string $pFilename ) : |
Loads PhpPresentation Serialized file |
Méthode | Description | |
---|---|---|
loadDocumentProperties ( ) | Read Document Properties | |
loadFile ( string $pFilename ) : |
Load PhpPresentation Serialized file | |
loadShapeDrawing ( DOMElement $oNodeFrame ) | Read Shape Drawing | |
loadShapeRichText ( DOMElement $oNodeFrame ) | Read Shape RichText | |
loadSlide ( DOMElement $nodeSlide ) | Read Slide | |
loadSlides ( ) | Extract all slides | |
loadStyle ( DOMElement $nodeStyle ) | Extract style | |
loadStylesFile ( ) | Load file 'styles.xml' | |
readList ( |
Read List | |
readListItem ( |
Read List Item | |
readParagraph ( |
Read Paragraph | |
readParagraphItem ( |
Read Paragraph Item |
public fileSupportsUnserializePhpPresentation ( string $pFilename = '' ) : boolean | ||
$pFilename | string | |
Résultat | boolean |
protected loadDocumentProperties ( ) |
protected loadShapeDrawing ( DOMElement $oNodeFrame ) | ||
$oNodeFrame | DOMElement |
protected loadShapeRichText ( DOMElement $oNodeFrame ) | ||
$oNodeFrame | DOMElement |
protected loadSlide ( DOMElement $nodeSlide ) | ||
$nodeSlide | DOMElement |
protected loadStyle ( DOMElement $nodeStyle ) | ||
$nodeStyle | DOMElement |
protected readList ( |
||
$oShape | ||
$oNodeParent | DOMElement |
protected readListItem ( |
||
$oShape | ||
$oNodeParent | DOMElement | |
$oNodeParagraph | DOMElement |
protected readParagraph ( |
||
$oShape | ||
$oNodeParent | DOMElement |
protected readParagraphItem ( |
||
$oParagraph | ||
$oNodeParent | DOMElement |
protected PhpPresentation,PhpOffice\PhpPresentation $oPhpPresentation | ||
Résultat |
protected XMLReader,PhpOffice\Common $oXMLReader | ||
Résultat | PhpOffice\Common\XMLReader |