DocumentSecurity
内容
[
隐藏
]遗产: java.lang.Object
public class DocumentSecurity
用作值BuiltInDocumentProperties.getSecurity() / BuiltInDocumentProperties.setSecurity(int)财产。将文档的安全级别指定为数值。
字段
场地 | 描述 |
---|---|
NONE | 该属性没有指定安全状态。 |
PASSWORD_PROTECTED | 该文档受密码保护。 |
READ_ONLY_ENFORCED | 始终以只读方式打开的文档。 |
READ_ONLY_EXCEPT_ANNOTATIONS | 文档始终以只读方式打开,注释除外。 |
READ_ONLY_RECOMMENDED | 如果可能,要以只读方式打开的文档,但可以覆盖该设置。 |
length |
方法
NONE
public static int NONE
该属性没有指定安全状态。
PASSWORD_PROTECTED
public static int PASSWORD_PROTECTED
该文档受密码保护。 (到目前为止,从未在文档中看到过注释)。
READ_ONLY_ENFORCED
public static int READ_ONLY_ENFORCED
始终以只读方式打开的文档。
READ_ONLY_EXCEPT_ANNOTATIONS
public static int READ_ONLY_EXCEPT_ANNOTATIONS
文档始终以只读方式打开,注释除外。
READ_ONLY_RECOMMENDED
public static int READ_ONLY_RECOMMENDED
如果可能,要以只读方式打开的文档,但可以覆盖该设置。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String documentSecurityName)
public static int fromName(String documentSecurityName)
参数:
范围 | 类型 | 描述 |
---|---|---|
documentSecurityName | java.lang.String |
退货: 整数
fromNames(Set documentSecurityNames)
public static int fromNames(Set documentSecurityNames)
参数:
范围 | 类型 | 描述 |
---|---|---|
documentSecurityNames | java.util.Set |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int documentSecurity)
public static String getName(int documentSecurity)
参数:
范围 | 类型 | 描述 |
---|---|---|
documentSecurity | int |
退货: java.lang.字符串
getNames(int documentSecurity)
public static Set getNames(int documentSecurity)
参数:
范围 | 类型 | 描述 |
---|---|---|
documentSecurity | int |
退货: java.util.Set
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int documentSecurity)
public static String toString(int documentSecurity)
参数:
范围 | 类型 | 描述 |
---|---|---|
documentSecurity | int |
退货: java.lang.字符串
toStringSet(int attr)
public static String toStringSet(int attr)
参数:
范围 | 类型 | 描述 |
---|---|---|
attr | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |