public enum STTblStyleOverrideType extends java.lang.Enum<STTblStyleOverrideType>
Java class for ST_TblStyleOverrideType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TblStyleOverrideType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="wholeTable"/>
<enumeration value="firstRow"/>
<enumeration value="lastRow"/>
<enumeration value="firstCol"/>
<enumeration value="lastCol"/>
<enumeration value="band1Vert"/>
<enumeration value="band2Vert"/>
<enumeration value="band1Horz"/>
<enumeration value="band2Horz"/>
<enumeration value="neCell"/>
<enumeration value="nwCell"/>
<enumeration value="seCell"/>
<enumeration value="swCell"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BAND_1_HORZ
Banded Row Conditional
Formatting
|
BAND_1_VERT
Banded Column Conditional
Formatting
|
BAND_2_HORZ
Even Row Stripe Conditional
Formatting
|
BAND_2_VERT
Even Column Stripe Conditional
Formatting
|
FIRST_COL
First Column Conditional
Formatting
|
FIRST_ROW
First Row Conditional
Formatting
|
LAST_COL
Last table column
formatting
|
LAST_ROW
Last table row
formatting
|
NE_CELL
Top right table cell
formatting
|
NW_CELL
Top left table cell
formatting
|
SE_CELL
Bottom right table cell
formatting
|
SW_CELL
Bottom left table cell
formatting
|
WHOLE_TABLE
Whole table formatting
|
| Modifier and Type | Method and Description |
|---|---|
static STTblStyleOverrideType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STTblStyleOverrideType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STTblStyleOverrideType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTblStyleOverrideType WHOLE_TABLE
public static final STTblStyleOverrideType FIRST_ROW
public static final STTblStyleOverrideType LAST_ROW
public static final STTblStyleOverrideType FIRST_COL
public static final STTblStyleOverrideType LAST_COL
public static final STTblStyleOverrideType BAND_1_VERT
public static final STTblStyleOverrideType BAND_2_VERT
public static final STTblStyleOverrideType BAND_1_HORZ
public static final STTblStyleOverrideType BAND_2_HORZ
public static final STTblStyleOverrideType NE_CELL
public static final STTblStyleOverrideType NW_CELL
public static final STTblStyleOverrideType SE_CELL
public static final STTblStyleOverrideType SW_CELL
public static STTblStyleOverrideType[] values()
for (STTblStyleOverrideType c : STTblStyleOverrideType.values()) System.out.println(c);
public static STTblStyleOverrideType 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 STTblStyleOverrideType fromValue(java.lang.String v)
Copyright © 2007–2025. All rights reserved.