Property | Type | Description | |
---|---|---|---|
$arrayView | |||
$isCommentVisible | * | ||
$isLoopUntilEsc | * | ||
$lastView | * | ||
$markAsFinal | boolean | Mark as final | |
$thumbnail | * | ||
$zoom | float | Zoom |
Method | Description | |
---|---|---|
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 ) : |
Mark a document as final | |
setCommentVisible ( boolean $value = false ) | ||
setLastView ( string $value = self::VIEW_SLIDE ) | ||
setLoopContinuouslyUntilEsc ( boolean $value = false ) : |
||
setThumbnailPath ( string $path = '' ) : |
Define the path for the thumbnail file / preview picture | |
setZoom ( float $zoom = 1 ) : |
Set the zoom of the document (in percentage) |
public getThumbnailPath ( ) : string | ||
return | string |
public isLoopContinuouslyUntilEsc ( ) : boolean | ||
return | boolean |
public isMarkedAsFinal ( ) : boolean | ||
return | boolean |
public markAsFinal ( boolean $state = true ) : |
||
$state | boolean | |
return |
public setCommentVisible ( boolean $value = false ) | ||
$value | boolean |
public setLoopContinuouslyUntilEsc ( boolean $value = false ) : |
||
$value | boolean | |
return |
public setThumbnailPath ( string $path = '' ) : |
||
$path | string | |
return |