public enum LinkBoldImageType extends Enum<LinkBoldImageType> implements cn.easyproject.easyocr.Type
| Enum Constant and Description |
|---|
LINK_BOLD
定义图片类型枚举项,指定要调用的清理方法
格式:清理方法#清理方法2#清理方法3
1.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanMethods()
返回方法调用结果
|
static LinkBoldImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkBoldImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkBoldImageType LINK_BOLD
public static LinkBoldImageType[] values()
for (LinkBoldImageType c : LinkBoldImageType.values()) System.out.println(c);
public static LinkBoldImageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCleanMethods()
Copyright © 2015. All rights reserved.