Package org.docx4j.dml
Enum STPresetPatternVal
- All Implemented Interfaces:
Serializable,Comparable<STPresetPatternVal>,java.lang.constant.Constable
Java class for ST_PresetPatternVal.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PresetPatternVal">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="pct5"/>
<enumeration value="pct10"/>
<enumeration value="pct20"/>
<enumeration value="pct25"/>
<enumeration value="pct30"/>
<enumeration value="pct40"/>
<enumeration value="pct50"/>
<enumeration value="pct60"/>
<enumeration value="pct70"/>
<enumeration value="pct75"/>
<enumeration value="pct80"/>
<enumeration value="pct90"/>
<enumeration value="horz"/>
<enumeration value="vert"/>
<enumeration value="ltHorz"/>
<enumeration value="ltVert"/>
<enumeration value="dkHorz"/>
<enumeration value="dkVert"/>
<enumeration value="narHorz"/>
<enumeration value="narVert"/>
<enumeration value="dashHorz"/>
<enumeration value="dashVert"/>
<enumeration value="cross"/>
<enumeration value="dnDiag"/>
<enumeration value="upDiag"/>
<enumeration value="ltDnDiag"/>
<enumeration value="ltUpDiag"/>
<enumeration value="dkDnDiag"/>
<enumeration value="dkUpDiag"/>
<enumeration value="wdDnDiag"/>
<enumeration value="wdUpDiag"/>
<enumeration value="dashDnDiag"/>
<enumeration value="dashUpDiag"/>
<enumeration value="diagCross"/>
<enumeration value="smCheck"/>
<enumeration value="lgCheck"/>
<enumeration value="smGrid"/>
<enumeration value="lgGrid"/>
<enumeration value="dotGrid"/>
<enumeration value="smConfetti"/>
<enumeration value="lgConfetti"/>
<enumeration value="horzBrick"/>
<enumeration value="diagBrick"/>
<enumeration value="solidDmnd"/>
<enumeration value="openDmnd"/>
<enumeration value="dotDmnd"/>
<enumeration value="plaid"/>
<enumeration value="sphere"/>
<enumeration value="weave"/>
<enumeration value="divot"/>
<enumeration value="shingle"/>
<enumeration value="wave"/>
<enumeration value="trellis"/>
<enumeration value="zigZag"/>
</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 ConstantDescriptionCrossDashed Downward DiagonalDashed HorizontalDashed Upward DIagonalDashed VerticalDiagonal BrickDiagonal CrossDivotDark Downward DiagonalDark HorizontalDark Upward DiagonalDark VerticalDownward DiagonalDotted DiamondDotted GridHorizontalHorizontal BrickLarge Checker BoardLarge ConfettiLarge GridLight Downward DiagonalLight HorizontalLight Upward DiagonalLight VerticalNarrow HorizontalNarrow VerticalOpen Diamond10%20%25%30%40%5%50%60%70%75%80%90%PlaidShingleSmall Checker BoardSmall ConfettiSmall GridSolid DiamondSphereTrellisUpward DiagonalVerticalWaveWide Downward DiagonalWide Upward DiagonalWeaveZig Zag -
Method Summary
Modifier and TypeMethodDescriptionstatic STPresetPatternValvalue()static STPresetPatternValReturns the enum constant of this type with the specified name.static STPresetPatternVal[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PCT_5
5% -
PCT_10
10% -
PCT_20
20% -
PCT_25
25% -
PCT_30
30% -
PCT_40
40% -
PCT_50
50% -
PCT_60
60% -
PCT_70
70% -
PCT_75
75% -
PCT_80
80% -
PCT_90
90% -
HORZ
Horizontal -
VERT
Vertical -
LT_HORZ
Light Horizontal -
LT_VERT
Light Vertical -
DK_HORZ
Dark Horizontal -
DK_VERT
Dark Vertical -
NAR_HORZ
Narrow Horizontal -
NAR_VERT
Narrow Vertical -
DASH_HORZ
Dashed Horizontal -
DASH_VERT
Dashed Vertical -
CROSS
Cross -
DN_DIAG
Downward Diagonal -
UP_DIAG
Upward Diagonal -
LT_DN_DIAG
Light Downward Diagonal -
LT_UP_DIAG
Light Upward Diagonal -
DK_DN_DIAG
Dark Downward Diagonal -
DK_UP_DIAG
Dark Upward Diagonal -
WD_DN_DIAG
Wide Downward Diagonal -
WD_UP_DIAG
Wide Upward Diagonal -
DASH_DN_DIAG
Dashed Downward Diagonal -
DASH_UP_DIAG
Dashed Upward DIagonal -
DIAG_CROSS
Diagonal Cross -
SM_CHECK
Small Checker Board -
LG_CHECK
Large Checker Board -
SM_GRID
Small Grid -
LG_GRID
Large Grid -
DOT_GRID
Dotted Grid -
SM_CONFETTI
Small Confetti -
LG_CONFETTI
Large Confetti -
HORZ_BRICK
Horizontal Brick -
DIAG_BRICK
Diagonal Brick -
SOLID_DMND
Solid Diamond -
OPEN_DMND
Open Diamond -
DOT_DMND
Dotted Diamond -
PLAID
Plaid -
SPHERE
Sphere -
WEAVE
Weave -
DIVOT
Divot -
SHINGLE
Shingle -
WAVE
Wave -
TRELLIS
Trellis -
ZIG_ZAG
Zig Zag
-
-
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
-