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

方法

方法描述
equals(Object arg0)
fromName(String documentSecurityName)
fromNames(Set documentSecurityNames)
getClass()
getName(int documentSecurity)
getNames(int documentSecurity)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int documentSecurity)
toStringSet(int attr)
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

文档始终以只读方式打开,注释除外。

public static int READ_ONLY_RECOMMENDED

如果可能,要以只读方式打开的文档,但可以覆盖该设置。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String documentSecurityName)

public static int fromName(String documentSecurityName)

参数:

范围类型描述
documentSecurityNamejava.lang.String

退货: 整数

fromNames(Set documentSecurityNames)

public static int fromNames(Set documentSecurityNames)

参数:

范围类型描述
documentSecurityNamesjava.util.Set

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int documentSecurity)

public static String getName(int documentSecurity)

参数:

范围类型描述
documentSecurityint

退货: java.lang.字符串

getNames(int documentSecurity)

public static Set getNames(int documentSecurity)

参数:

范围类型描述
documentSecurityint

退货: 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)

参数:

范围类型描述
documentSecurityint

退货: java.lang.字符串

toStringSet(int attr)

public static String toStringSet(int attr)

参数:

范围类型描述
attrint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int