EditorType
内容
[
隐藏
]遗产: java.lang.Object
public class EditorType
指定一组可能的别名(或编辑组),这些别名可用作别名以确定是否允许当前用户编辑由文档中的可编辑范围定义的单个范围。
字段
场地 | 描述 |
---|---|
ADMINISTRATORS | 指定当启用文档保护时,与 Administrators 组关联的用户应被允许使用此编辑类型编辑可编辑范围。 |
CONTRIBUTORS | 指定当启用文档保护时,应允许与贡献者组关联的用户使用此编辑类型编辑可编辑范围。 |
CURRENT | 指定当启用文档保护时,应允许与当前组关联的用户使用此编辑类型编辑可编辑范围。 |
DEFAULT | 如同UNSPECIFIED. |
EDITORS | 指定当启用文档保护时,应允许与 Editors 组关联的用户使用此编辑类型编辑可编辑范围。 |
EVERYONE | 指定在启用文档保护时,应允许所有打开文档的用户使用此编辑类型编辑可编辑范围。 |
NONE | 指定在启用文档保护时,不允许打开文档的任何用户使用此编辑类型编辑可编辑范围。 |
OWNERS | 指定当启用文档保护时,应允许与所有者组关联的用户使用此编辑类型编辑可编辑范围。 |
UNSPECIFIED | 表示未指定编辑器类型。 |
length |
方法
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)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String editorTypeName)
public static int fromName(String editorTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
editorTypeName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int editorType)
public static String getName(int editorType)
参数:
范围 | 类型 | 描述 |
---|---|---|
editorType | int |
退货: 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)
参数:
范围 | 类型 | 描述 |
---|---|---|
editorType | 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 |