Class ProtectPresentation
java.lang.Object
org.docx4j.openpackaging.packages.ProtectionSettings
org.docx4j.openpackaging.packages.ProtectPresentation
public class ProtectPresentation extends ProtectionSettings
Unlike docx and xlsx, there are no additional protection
settings for a pptx,just those in ProtectionSettings.
- Author:
- jharrop
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerlogFields inherited from class org.docx4j.openpackaging.packages.ProtectionSettings
pkg -
Constructor Summary
Constructors Constructor Description ProtectPresentation(PresentationMLPackage pkg) -
Method Summary
Methods inherited from class org.docx4j.openpackaging.packages.ProtectionSettings
getMarkAsFinal, getSignatureHelper, setDocSecurity, setMarkAsFinalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
ProtectPresentation
-