|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportPDFPasswordSecurity
COM Interface 'IExportPDFPasswordSecurity'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Provides extended access to members that control the PDF (Portable Document Format) export.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6c9a13e6_f9ec_4ebf_af52_bb1d822622df
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getMasterPassword()
Master password, allows to restrict editing security and permission settings of PDF document. |
int |
getSecurityEncryptionMethod()
PDF security encryption methods. |
int |
getSecurityEncryptionOption()
PDF security encryption options. |
int |
getSecurityPermissions()
PDF security permissions. |
java.lang.String |
getUserPassword()
User password, allows to open the PDF document. |
void |
setMasterPassword(java.lang.String pPasswd)
Master password, allows to restrict editing security and permission settings of PDF document. |
void |
setSecurityEncryptionMethod(int pEncryptionMethod)
PDF security encryption methods. |
void |
setSecurityEncryptionOption(int pEncryptionOption)
PDF security encryption options. |
void |
setSecurityPermissions(int pPermission)
PDF security permissions. |
void |
setUserPassword(java.lang.String pPasswd)
User password, allows to open the PDF document. |
| Field Detail |
|---|
static final int IID6c9a13e6_f9ec_4ebf_af52_bb1d822622df
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setUserPassword(java.lang.String pPasswd)
throws java.io.IOException,
AutomationException
pPasswd - The pPasswd (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUserPassword()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMasterPassword(java.lang.String pPasswd)
throws java.io.IOException,
AutomationException
pPasswd - The pPasswd (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getMasterPassword()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecurityPermissions(int pPermission)
throws java.io.IOException,
AutomationException
pPermission - The pPermission (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSecurityPermissions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecurityEncryptionOption(int pEncryptionOption)
throws java.io.IOException,
AutomationException
pEncryptionOption - A com.esri.arcgis.output.esriPDFExtensionSecurityEncryptionOption constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSecurityEncryptionOption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecurityEncryptionMethod(int pEncryptionMethod)
throws java.io.IOException,
AutomationException
pEncryptionMethod - A com.esri.arcgis.output.esriPDFExtensionSecurityEncryptionMethod constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSecurityEncryptionMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||