removeVariableText

removeVariableText

BASIC / ADVANCED / PREMIUM

Removes text placeholder variables from the PowerPoint presentation.

Description
public removeVariableText($variables, $options = array())

This method allows to remove text 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).
Code samples

Example #1

The resulting PPTX looks like:

Release notes
  • phppptx 1.0: new method.