public static enum OOXMLWordAndPowerPointTextHandler.EditType extends Enum<OOXMLWordAndPowerPointTextHandler.EditType>
Enum Constant and Description |
---|
DELETE |
INSERT |
MOVE_FROM |
MOVE_TO |
NONE |
Modifier and Type | Method and Description |
---|---|
static OOXMLWordAndPowerPointTextHandler.EditType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OOXMLWordAndPowerPointTextHandler.EditType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OOXMLWordAndPowerPointTextHandler.EditType NONE
public static final OOXMLWordAndPowerPointTextHandler.EditType INSERT
public static final OOXMLWordAndPowerPointTextHandler.EditType DELETE
public static final OOXMLWordAndPowerPointTextHandler.EditType MOVE_TO
public static final OOXMLWordAndPowerPointTextHandler.EditType MOVE_FROM
public static OOXMLWordAndPowerPointTextHandler.EditType[] values()
for (OOXMLWordAndPowerPointTextHandler.EditType c : OOXMLWordAndPowerPointTextHandler.EditType.values()) System.out.println(c);
public static OOXMLWordAndPowerPointTextHandler.EditType 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 © 2007–1969 The Apache Software Foundation. All rights reserved.