PHP Класс PhpOffice\PhpPresentation\PresentationProperties

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$arrayView
$isCommentVisible *
$isLoopUntilEsc *
$lastView *
$markAsFinal boolean Mark as final
$thumbnail *
$zoom float Zoom

Открытые методы

Метод Описание
getLastView ( ) : string
getThumbnailPath ( ) : string Return the thumbnail file path
getZoom ( ) : float Return the zoom (in percentage)
isCommentVisible ( ) : string
isLoopContinuouslyUntilEsc ( ) : boolean
isMarkedAsFinal ( ) : boolean Return if this document is marked as final
markAsFinal ( boolean $state = true ) : PhpPresentation Mark a document as final
setCommentVisible ( boolean $value = false )
setLastView ( string $value = self::VIEW_SLIDE )
setLoopContinuouslyUntilEsc ( boolean $value = false ) : PresentationProperties
setThumbnailPath ( string $path = '' ) : PresentationProperties Define the path for the thumbnail file / preview picture
setZoom ( float $zoom = 1 ) : PhpPresentation Set the zoom of the document (in percentage)

Описание методов

getLastView() публичный Метод

public getLastView ( ) : string
Результат string

getThumbnailPath() публичный Метод

Return the thumbnail file path
public getThumbnailPath ( ) : string
Результат string

getZoom() публичный Метод

Return the zoom (in percentage)
public getZoom ( ) : float
Результат float

isCommentVisible() публичный Метод

public isCommentVisible ( ) : string
Результат string

isLoopContinuouslyUntilEsc() публичный Метод

public isLoopContinuouslyUntilEsc ( ) : boolean
Результат boolean

isMarkedAsFinal() публичный Метод

Return if this document is marked as final
public isMarkedAsFinal ( ) : boolean
Результат boolean

markAsFinal() публичный Метод

Mark a document as final
public markAsFinal ( boolean $state = true ) : PhpPresentation
$state boolean
Результат PhpPresentation

setCommentVisible() публичный Метод

public setCommentVisible ( boolean $value = false )
$value boolean

setLastView() публичный Метод

public setLastView ( string $value = self::VIEW_SLIDE )
$value string

setLoopContinuouslyUntilEsc() публичный Метод

public setLoopContinuouslyUntilEsc ( boolean $value = false ) : PresentationProperties
$value boolean
Результат PresentationProperties

setThumbnailPath() публичный Метод

Define the path for the thumbnail file / preview picture
public setThumbnailPath ( string $path = '' ) : PresentationProperties
$path string
Результат PresentationProperties

setZoom() публичный Метод

Set the zoom of the document (in percentage)
public setZoom ( float $zoom = 1 ) : PhpPresentation
$zoom float
Результат PhpPresentation

Описание свойств

$arrayView защищенное свойство

protected $arrayView

$isCommentVisible защищенное свойство

*
protected $isCommentVisible

$isLoopUntilEsc защищенное свойство

*
protected $isLoopUntilEsc

$lastView защищенное свойство

*
protected $lastView

$markAsFinal защищенное свойство

Mark as final
protected bool $markAsFinal
Результат boolean

$thumbnail защищенное свойство

*
protected $thumbnail

$zoom защищенное свойство

Zoom
protected float $zoom
Результат float