public class DocumentPrivilege
extends java.lang.Object
Constructor and Description |
---|
DocumentPrivilege() |
Modifier and Type | Method and Description |
---|---|
DocumentPrivilege |
allowAssembly(java.lang.Boolean allowAssembly) |
DocumentPrivilege |
allowCopy(java.lang.Boolean allowCopy) |
DocumentPrivilege |
allowDegradedPrinting(java.lang.Boolean allowDegradedPrinting) |
DocumentPrivilege |
allowFillIn(java.lang.Boolean allowFillIn) |
DocumentPrivilege |
allowModifyAnnotations(java.lang.Boolean allowModifyAnnotations) |
DocumentPrivilege |
allowModifyContents(java.lang.Boolean allowModifyContents) |
DocumentPrivilege |
allowPrint(java.lang.Boolean allowPrint) |
DocumentPrivilege |
allowScreenReaders(java.lang.Boolean allowScreenReaders) |
DocumentPrivilege |
changeAllowLevel(java.lang.Integer changeAllowLevel) |
DocumentPrivilege |
copyAllowLevel(java.lang.Integer copyAllowLevel) |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getChangeAllowLevel()
Sets the change level of document's privilege.
|
java.lang.Integer |
getCopyAllowLevel()
Sets the copy level of document's privilege.
|
java.lang.Integer |
getPrintAllowLevel()
Sets the print level of document's privilege.
|
int |
hashCode() |
java.lang.Boolean |
isAllowAssembly()
Sets the permission which allow assembly or not.
|
java.lang.Boolean |
isAllowCopy()
Sets the permission which allow copy or not.
|
java.lang.Boolean |
isAllowDegradedPrinting()
Sets the permission which allow degraded printing or not.
|
java.lang.Boolean |
isAllowFillIn()
Sets the permission which allow fill in forms or not.
|
java.lang.Boolean |
isAllowModifyAnnotations()
Sets the permission which allow modify annotations or not.
|
java.lang.Boolean |
isAllowModifyContents()
Sets the permission which allow modify contents or not.
|
java.lang.Boolean |
isAllowPrint()
Sets the permission which allow print or not.
|
java.lang.Boolean |
isAllowScreenReaders()
Sets the permission which allow screen readers or not.
|
DocumentPrivilege |
printAllowLevel(java.lang.Integer printAllowLevel) |
void |
setAllowAssembly(java.lang.Boolean allowAssembly) |
void |
setAllowCopy(java.lang.Boolean allowCopy) |
void |
setAllowDegradedPrinting(java.lang.Boolean allowDegradedPrinting) |
void |
setAllowFillIn(java.lang.Boolean allowFillIn) |
void |
setAllowModifyAnnotations(java.lang.Boolean allowModifyAnnotations) |
void |
setAllowModifyContents(java.lang.Boolean allowModifyContents) |
void |
setAllowPrint(java.lang.Boolean allowPrint) |
void |
setAllowScreenReaders(java.lang.Boolean allowScreenReaders) |
void |
setChangeAllowLevel(java.lang.Integer changeAllowLevel) |
void |
setCopyAllowLevel(java.lang.Integer copyAllowLevel) |
void |
setPrintAllowLevel(java.lang.Integer printAllowLevel) |
java.lang.String |
toString() |
public DocumentPrivilege allowPrint(java.lang.Boolean allowPrint)
public java.lang.Boolean isAllowPrint()
public void setAllowPrint(java.lang.Boolean allowPrint)
public DocumentPrivilege allowDegradedPrinting(java.lang.Boolean allowDegradedPrinting)
public java.lang.Boolean isAllowDegradedPrinting()
public void setAllowDegradedPrinting(java.lang.Boolean allowDegradedPrinting)
public DocumentPrivilege allowModifyContents(java.lang.Boolean allowModifyContents)
public java.lang.Boolean isAllowModifyContents()
public void setAllowModifyContents(java.lang.Boolean allowModifyContents)
public DocumentPrivilege allowCopy(java.lang.Boolean allowCopy)
public java.lang.Boolean isAllowCopy()
public void setAllowCopy(java.lang.Boolean allowCopy)
public DocumentPrivilege allowModifyAnnotations(java.lang.Boolean allowModifyAnnotations)
public java.lang.Boolean isAllowModifyAnnotations()
public void setAllowModifyAnnotations(java.lang.Boolean allowModifyAnnotations)
public DocumentPrivilege allowFillIn(java.lang.Boolean allowFillIn)
public java.lang.Boolean isAllowFillIn()
public void setAllowFillIn(java.lang.Boolean allowFillIn)
public DocumentPrivilege allowScreenReaders(java.lang.Boolean allowScreenReaders)
public java.lang.Boolean isAllowScreenReaders()
public void setAllowScreenReaders(java.lang.Boolean allowScreenReaders)
public DocumentPrivilege allowAssembly(java.lang.Boolean allowAssembly)
public java.lang.Boolean isAllowAssembly()
public void setAllowAssembly(java.lang.Boolean allowAssembly)
public DocumentPrivilege printAllowLevel(java.lang.Integer printAllowLevel)
public java.lang.Integer getPrintAllowLevel()
public void setPrintAllowLevel(java.lang.Integer printAllowLevel)
public DocumentPrivilege changeAllowLevel(java.lang.Integer changeAllowLevel)
public java.lang.Integer getChangeAllowLevel()
public void setChangeAllowLevel(java.lang.Integer changeAllowLevel)
public DocumentPrivilege copyAllowLevel(java.lang.Integer copyAllowLevel)
public java.lang.Integer getCopyAllowLevel()
public void setCopyAllowLevel(java.lang.Integer copyAllowLevel)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object