removeTemplateVariable

removeTemplateVariable

TRIAL / ADVANCED / PREMIUM

Removes a phpdocx placeholder variable from the Word document.

Description
public removeTemplateVariable (string $variableName[, string $type[, string $target]])

This method allows to remove an "unused" placeholder variable.

There are two options: just remove the placeholder variable ($type = 'inline') or remove the whole paragraph that contains it ($type = 'block').

Parameters

variableName

The name of the variable you want to remove.

type

It may be 'inline' if one wants just to remove the variable or 'block' (default value) if one wants also to remove the containing paragraph.

target

Possible values are: document (default value), header, footer, footnote, endnote or comment.

Code samples

Example #1