org.odftoolkit.odfdom.dom.attribute.style
public static enum StylePrintAttribute.Value extends Enum<StylePrintAttribute.Value>
Enum Constant and Description |
---|
ANNOTATIONS |
CHARTS |
DRAWINGS |
FORMULAS |
GRID |
HEADERS |
OBJECTS |
ZERO_VALUES |
Modifier and Type | Method and Description |
---|---|
static StylePrintAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StylePrintAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StylePrintAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StylePrintAttribute.Value ANNOTATIONS
public static final StylePrintAttribute.Value CHARTS
public static final StylePrintAttribute.Value DRAWINGS
public static final StylePrintAttribute.Value FORMULAS
public static final StylePrintAttribute.Value GRID
public static final StylePrintAttribute.Value HEADERS
public static final StylePrintAttribute.Value OBJECTS
public static final StylePrintAttribute.Value ZERO_VALUES
public static StylePrintAttribute.Value[] values()
for (StylePrintAttribute.Value c : StylePrintAttribute.Value.values()) System.out.println(c);
public static StylePrintAttribute.Value 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 toString()
toString
in class Enum<StylePrintAttribute.Value>
public static StylePrintAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.