setPresentationSettings
setPresentationSettings
BASIC / ADVANCED / PREMIUM
Sets presentation settings.
Description
public setPresentationSettings($options = array())
This method sets presentation settings.
Parameters
options
Key | Type | Description |
---|---|---|
height | int | Measurement in EMUs (914400 >= and <= 51206400). |
notes | array |
Notes slide properties.
|
rtl | bool | Set to true for right to left, or use the rtl option in config/phppptxconfig.ini. |
readOnly | bool | Set as read only. |
type | string |
|
width | int | Measurement in EMUs (914400 >= and <= 51206400). |
Release notes
- phppptx 3.0:
- apply RTL settings if enabled.
- phppptx 2.0:
- readOnly option.
- phppptx 1.0:
- new method.