Package org.docx4j.dml
Enum STPresetPatternVal
java.lang.Object
java.lang.Enum<STPresetPatternVal>
org.docx4j.dml.STPresetPatternVal
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<STPresetPatternVal>,java.lang.constant.Constable
public enum STPresetPatternVal extends java.lang.Enum<STPresetPatternVal>
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
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description CROSSCrossDASH_DN_DIAGDashed Downward DiagonalDASH_HORZDashed HorizontalDASH_UP_DIAGDashed Upward DIagonalDASH_VERTDashed VerticalDIAG_BRICKDiagonal BrickDIAG_CROSSDiagonal CrossDIVOTDivotDK_DN_DIAGDark Downward DiagonalDK_HORZDark HorizontalDK_UP_DIAGDark Upward DiagonalDK_VERTDark VerticalDN_DIAGDownward DiagonalDOT_DMNDDotted DiamondDOT_GRIDDotted GridHORZHorizontalHORZ_BRICKHorizontal BrickLG_CHECKLarge Checker BoardLG_CONFETTILarge ConfettiLG_GRIDLarge GridLT_DN_DIAGLight Downward DiagonalLT_HORZLight HorizontalLT_UP_DIAGLight Upward DiagonalLT_VERTLight VerticalNAR_HORZNarrow HorizontalNAR_VERTNarrow VerticalOPEN_DMNDOpen DiamondPCT_1010%PCT_2020%PCT_2525%PCT_3030%PCT_4040%PCT_55%PCT_5050%PCT_6060%PCT_7070%PCT_7575%PCT_8080%PCT_9090%PLAIDPlaidSHINGLEShingleSM_CHECKSmall Checker BoardSM_CONFETTISmall ConfettiSM_GRIDSmall GridSOLID_DMNDSolid DiamondSPHERESphereTRELLISTrellisUP_DIAGUpward DiagonalVERTVerticalWAVEWaveWD_DN_DIAGWide Downward DiagonalWD_UP_DIAGWide Upward DiagonalWEAVEWeaveZIG_ZAGZig Zag -
Method Summary
Modifier and Type Method Description static STPresetPatternValfromValue(java.lang.String v)java.lang.Stringvalue()static STPresetPatternValvalueOf(java.lang.String name)Returns 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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
value
public java.lang.String value() -
fromValue
-