| 程序包 | 说明 |
|---|---|
| cn.mapway.document.ui.client.component.ace |
| 限定符和类型 | 方法和说明 |
|---|---|
static AceAnnotationType |
AceAnnotationType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AceAnnotationType |
AceAnnotationType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AceAnnotationType[] |
AceAnnotationType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static AceAnnotationType[] |
AceAnnotationType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AceEditor.addAnnotation(int row,
int column,
String text,
AceAnnotationType type)
Add an annotation to a the local
annotations JsArray<AceAnnotation>, but does not set it on the editor |
void |
AceEditor.addAnnotation(int row,
int column,
String text,
AceAnnotationType type)
Add an annotation to a the local
annotations JsArray<AceAnnotation>, but does not set it on the editor |
Copyright © 2021. All rights reserved.