public enum ConverterTypeVia extends Enum<ConverterTypeVia>
| Enum Constant and Description |
|---|
DOCX4J |
FOP |
ODFDOM |
OpenXMLFormats |
XSL |
XWPF |
| Modifier and Type | Method and Description |
|---|---|
static ConverterTypeVia |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConverterTypeVia[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConverterTypeVia FOP
public static final ConverterTypeVia XSL
public static final ConverterTypeVia ODFDOM
public static final ConverterTypeVia XWPF
public static final ConverterTypeVia DOCX4J
public static final ConverterTypeVia OpenXMLFormats
public static ConverterTypeVia[] values()
for (ConverterTypeVia c : ConverterTypeVia.values()) System.out.println(c);
public static ConverterTypeVia 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 © 2015. All Rights Reserved.