EditorType

遗产: java.lang.Object

public class EditorType

指定一组可能的别名(或编辑组),这些别名可用作别名以确定是否允许当前用户编辑由文档中的可编辑范围定义的单个范围。

字段

场地描述
ADMINISTRATORS指定当启用文档保护时,与 Administrators 组关联的用户应被允许使用此编辑类型编辑可编辑范围。
CONTRIBUTORS指定当启用文档保护时,应允许与贡献者组关联的用户使用此编辑类型编辑可编辑范围。
CURRENT指定当启用文档保护时,应允许与当前组关联的用户使用此编辑类型编辑可编辑范围。
DEFAULT如同UNSPECIFIED.
EDITORS指定当启用文档保护时,应允许与 Editors 组关联的用户使用此编辑类型编辑可编辑范围。
EVERYONE指定在启用文档保护时,应允许所有打开文档的用户使用此编辑类型编辑可编辑范围。
NONE指定在启用文档保护时,不允许打开文档的任何用户使用此编辑类型编辑可编辑范围。
OWNERS指定当启用文档保护时,应允许与所有者组关联的用户使用此编辑类型编辑可编辑范围。
UNSPECIFIED表示未指定编辑器类型。
length

方法

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

ADMINISTRATORS

public static int ADMINISTRATORS

指定当启用文档保护时,与 Administrators 组关联的用户应被允许使用此编辑类型编辑可编辑范围。

CONTRIBUTORS

public static int CONTRIBUTORS

指定当启用文档保护时,应允许与贡献者组关联的用户使用此编辑类型编辑可编辑范围。

CURRENT

public static int CURRENT

指定当启用文档保护时,应允许与当前组关联的用户使用此编辑类型编辑可编辑范围。

DEFAULT

public static int DEFAULT

如同UNSPECIFIED.

EDITORS

public static int EDITORS

指定当启用文档保护时,应允许与 Editors 组关联的用户使用此编辑类型编辑可编辑范围。

EVERYONE

public static int EVERYONE

指定在启用文档保护时,应允许所有打开文档的用户使用此编辑类型编辑可编辑范围。

NONE

public static int NONE

指定在启用文档保护时,不允许打开文档的任何用户使用此编辑类型编辑可编辑范围。

OWNERS

public static int OWNERS

指定当启用文档保护时,应允许与所有者组关联的用户使用此编辑类型编辑可编辑范围。

UNSPECIFIED

public static int UNSPECIFIED

表示未指定编辑器类型。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String editorTypeName)

public static int fromName(String editorTypeName)

参数:

范围类型描述
editorTypeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int editorType)

public static String getName(int editorType)

参数:

范围类型描述
editorTypeint

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

public static String toString(int editorType)

参数:

范围类型描述
editorTypeint

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