public static enum TabStop.TabStopType extends java.lang.Enum<TabStop.TabStopType>
Modifier and Type | Method and Description |
---|---|
static TabStop.TabStopType |
fromNativeId(int nativeId) |
static TabStop.TabStopType |
fromOoxmlId(int ooxmlId) |
static TabStop.TabStopType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabStop.TabStopType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabStop.TabStopType LEFT
public static final TabStop.TabStopType CENTER
public static final TabStop.TabStopType RIGHT
public static final TabStop.TabStopType DECIMAL
public static TabStop.TabStopType[] values()
for (TabStop.TabStopType c : TabStop.TabStopType.values()) System.out.println(c);
public static TabStop.TabStopType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static TabStop.TabStopType fromNativeId(int nativeId)
public static TabStop.TabStopType fromOoxmlId(int ooxmlId)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.