setMarkAsFinal

setMarkAsFinal

BASIC / ADVANCED / PREMIUM

Marks the PowerPoint presentation as final.

Description
public setMarkAsFinal ()

Sets the presentation as final by blocking the edition capabilities.

This can be easily revoked by the final user through the standard PowerPoint interface so it should only be used as an indication that the presentation is considered "final". If you really want to protect the presentation you should use the methods available in the Cryptophppptx and Digital Signature features included in Premium licenses.

Code samples

Example #1

The resulting PPTX looks like:

Release notes
  • phppptx 1.0: new method.