public enum STBrType extends java.lang.Enum<STBrType>
Java class for ST_BrType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_BrType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="page"/>
<enumeration value="column"/>
<enumeration value="textWrapping"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COLUMN
Column Break
|
PAGE
Page Break
|
TEXT_WRAPPING
Line Break
|
| Modifier and Type | Method and Description |
|---|---|
static STBrType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STBrType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STBrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STBrType PAGE
public static final STBrType COLUMN
public static final STBrType TEXT_WRAPPING
public static STBrType[] values()
for (STBrType c : STBrType.values()) System.out.println(c);
public static STBrType 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 java.lang.String value()
public static STBrType fromValue(java.lang.String v)
Copyright © 2007–2025. All rights reserved.