public static enum TeXExporter.ContextTeXPackage extends Enum<TeXExporter.ContextTeXPackage>
Modifier and Type | Method and Description |
---|---|
static TeXExporter.ContextTeXPackage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeXExporter.ContextTeXPackage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeXExporter.ContextTeXPackage None
public static final TeXExporter.ContextTeXPackage Ganter
public static final TeXExporter.ContextTeXPackage Tabular
public static TeXExporter.ContextTeXPackage[] values()
for (TeXExporter.ContextTeXPackage c : TeXExporter.ContextTeXPackage.values()) System.out.println(c);
public static TeXExporter.ContextTeXPackage 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 © 2010–2023 Francesco Kriegel. All rights reserved.