ProtectionType

遗产: java.lang.Object

public class ProtectionType

文档的保护类型。

字段

场地描述
ALLOW_ONLY_COMMENTS用户只能修改文档中的注释。
ALLOW_ONLY_FORM_FIELDS用户只能在文档的表单域中输入数据。
ALLOW_ONLY_REVISIONS用户只能向文档添加修订标记。
NO_PROTECTION文档不受保护。
READ_ONLY不允许对文档进行任何更改。
length

方法

方法描述
equals(Object arg0)
fromName(String protectionTypeName)
getClass()
getName(int protectionType)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int protectionType)
wait()
wait(long arg0)
wait(long arg0, int arg1)

ALLOW_ONLY_COMMENTS

public static int ALLOW_ONLY_COMMENTS

用户只能修改文档中的注释。

ALLOW_ONLY_FORM_FIELDS

public static int ALLOW_ONLY_FORM_FIELDS

用户只能在文档的表单域中输入数据。

ALLOW_ONLY_REVISIONS

public static int ALLOW_ONLY_REVISIONS

用户只能向文档添加修订标记。

NO_PROTECTION

public static int NO_PROTECTION

文档不受保护。

READ_ONLY

public static int READ_ONLY

不允许对文档进行任何更改。自 Microsoft Word 2003 起可用。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String protectionTypeName)

public static int fromName(String protectionTypeName)

参数:

范围类型描述
protectionTypeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int protectionType)

public static String getName(int protectionType)

参数:

范围类型描述
protectionTypeint

退货: java.lang.字符串

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 protectionType)

public static String toString(int protectionType)

参数:

范围类型描述
protectionTypeint

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