Provides a tag for creating conditional blocks in PPTX templates.
Tags of this library may only be used in PPTX document content.
if
The if
tag makes the tagged shape conditional. If the condition is not fulfilled, the shape disappears.
Attributes
test | ||
---|---|---|
Required |
Value type |
EL-evaluated |
Yes | Boolean | Yes |
Defines the condition that determines whether the content stays or not. Should the resolved value be false , the content disappears. |
Comments
0 comments