removeVariableAudio
removeVariableAudio
BASIC / ADVANCED / PREMIUM
Removes audio placeholder variables from the PowerPoint presentation.
Description
public removeVariableAudio($variables, $options = array())
This method allows to remove audio placeholder variables.
Parameters
$variables
Array of variables to remove.
options
Key | Type | Description |
---|---|---|
activeSlide | bool | If true, get only the active slide. Default as false. |
target | string | slides (default), slideLayouts, slideMasters. |
Code samples
Example #1
Release notes
- phppptx 3.0:
- new method.