Package org.docx4j.wml
Enum STTblStyleOverrideType
- All Implemented Interfaces:
Serializable,Comparable<STTblStyleOverrideType>,java.lang.constant.Constable
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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBanded Row Conditional FormattingBanded Column Conditional FormattingEven Row Stripe Conditional FormattingEven Column Stripe Conditional FormattingFirst Column Conditional FormattingFirst Row Conditional FormattingLast table column formattingLast table row formattingTop right table cell formattingTop left table cell formattingBottom right table cell formattingBottom left table cell formattingWhole table formatting -
Method Summary
Modifier and TypeMethodDescriptionstatic STTblStyleOverrideTypevalue()static STTblStyleOverrideTypeReturns 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.
-
Enum Constant Details
-
WHOLE_TABLE
Whole table formatting -
FIRST_ROW
First Row Conditional Formatting -
LAST_ROW
Last table row formatting -
FIRST_COL
First Column Conditional Formatting -
LAST_COL
Last table column formatting -
BAND_1_VERT
Banded Column Conditional Formatting -
BAND_2_VERT
Even Column Stripe Conditional Formatting -
BAND_1_HORZ
Banded Row Conditional Formatting -
BAND_2_HORZ
Even Row Stripe Conditional 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
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-