Serializable
, Comparable<ConversionOptions.TextMode>
public static enum ConversionOptions.TextMode extends Enum<ConversionOptions.TextMode>
Enum Constant | Description |
---|---|
IMAGE_REALTEXT |
|
IMAGE_SHAPETEXT_NONSELECTABLE |
|
IMAGE_SHAPETEXT_SELECTABLE |
|
SVG_REALTEXT |
|
SVG_SHAPETEXT_NONSELECTABLE |
|
SVG_SHAPETEXT_SELECTABLE |
Modifier and Type | Method | Description |
---|---|---|
static ConversionOptions.TextMode |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConversionOptions.TextMode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionOptions.TextMode SVG_REALTEXT
public static final ConversionOptions.TextMode SVG_SHAPETEXT_SELECTABLE
public static final ConversionOptions.TextMode SVG_SHAPETEXT_NONSELECTABLE
public static final ConversionOptions.TextMode IMAGE_REALTEXT
public static final ConversionOptions.TextMode IMAGE_SHAPETEXT_SELECTABLE
public static final ConversionOptions.TextMode IMAGE_SHAPETEXT_NONSELECTABLE
public static ConversionOptions.TextMode[] values()
for (ConversionOptions.TextMode c : ConversionOptions.TextMode.values()) System.out.println(c);
public static ConversionOptions.TextMode 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 nullCopyright 2021 IDRsolutions ltd. All rights reserved.