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.Loggerlog -
Constructor Summary
Constructors Constructor Description ProtectPresentation(PresentationMLPackage pkg) -
Method Summary
Methods inherited from class org.docx4j.openpackaging.packages.ProtectionSettings
getMarkAsFinal, getSignatureHelper, setDocSecurity, setMarkAsFinal
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details