Package org.docx4j.dml.diagram
Enum STConstraintType
java.lang.Object
java.lang.Enum<STConstraintType>
org.docx4j.dml.diagram.STConstraintType
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<STConstraintType>,java.lang.constant.Constable
public enum STConstraintType extends java.lang.Enum<STConstraintType>
Java class for ST_ConstraintType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_ConstraintType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="none"/>
<enumeration value="alignOff"/>
<enumeration value="begMarg"/>
<enumeration value="bendDist"/>
<enumeration value="begPad"/>
<enumeration value="b"/>
<enumeration value="bMarg"/>
<enumeration value="bOff"/>
<enumeration value="ctrX"/>
<enumeration value="ctrXOff"/>
<enumeration value="ctrY"/>
<enumeration value="ctrYOff"/>
<enumeration value="connDist"/>
<enumeration value="diam"/>
<enumeration value="endMarg"/>
<enumeration value="endPad"/>
<enumeration value="h"/>
<enumeration value="hArH"/>
<enumeration value="hOff"/>
<enumeration value="l"/>
<enumeration value="lMarg"/>
<enumeration value="lOff"/>
<enumeration value="r"/>
<enumeration value="rMarg"/>
<enumeration value="rOff"/>
<enumeration value="primFontSz"/>
<enumeration value="pyraAcctRatio"/>
<enumeration value="secFontSz"/>
<enumeration value="sibSp"/>
<enumeration value="secSibSp"/>
<enumeration value="sp"/>
<enumeration value="stemThick"/>
<enumeration value="t"/>
<enumeration value="tMarg"/>
<enumeration value="tOff"/>
<enumeration value="userA"/>
<enumeration value="userB"/>
<enumeration value="userC"/>
<enumeration value="userD"/>
<enumeration value="userE"/>
<enumeration value="userF"/>
<enumeration value="userG"/>
<enumeration value="userH"/>
<enumeration value="userI"/>
<enumeration value="userJ"/>
<enumeration value="userK"/>
<enumeration value="userL"/>
<enumeration value="userM"/>
<enumeration value="userN"/>
<enumeration value="userO"/>
<enumeration value="userP"/>
<enumeration value="userQ"/>
<enumeration value="userR"/>
<enumeration value="userS"/>
<enumeration value="userT"/>
<enumeration value="userU"/>
<enumeration value="userV"/>
<enumeration value="userW"/>
<enumeration value="userX"/>
<enumeration value="userY"/>
<enumeration value="userZ"/>
<enumeration value="w"/>
<enumeration value="wArH"/>
<enumeration value="wOff"/>
</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 ALIGN_OFFAlignment OffsetBBottomB_MARGBottom MarginB_OFFBottom OffsetBEG_MARGBeginning MarginBEG_PADBeginning PaddingBEND_DISTBending DistanceCONN_DISTConnection DistanceCTR_XCenter HeightCTR_X_OFFCenter X OffsetCTR_YCenter WidthCTR_Y_OFFCenter Y OffsetDIAMDiameterEND_MARGEnd MarginEND_PADEnd PaddingHHeightH_AR_HArrowhead HeightH_OFFHeight OffsetLLeftL_MARGLeft MarginL_OFFLeft OffsetNONEUnknownPRIM_FONT_SZPrimary Font SizePYRA_ACCT_RATIOPyramid Accent RatioRRightR_MARGRight MarginR_OFFRight OffsetSEC_FONT_SZSecondary Font SizeSEC_SIB_SPSecondary Sibling SpacingSIB_SPSibling SpacingSPSpacingSTEM_THICKStem ThicknessTTopT_MARGTop MarginT_OFFTop OffsetUSER_AUser Defined AUSER_BUser Defined BUSER_CUser Defined CUSER_DUser Defined DUSER_EUser Defined EUSER_FUser Defined FUSER_GUser Defined GUSER_HUser Defined HUSER_IUser Defined IUSER_JUser Defined JUSER_KUser Defined KUSER_LUser Defined LUSER_MUser Defined MUSER_NUser Defined NUSER_OUser Defined OUSER_PUser Defined PUSER_QUser Defined QUSER_RUser Defined RUSER_SUser Defined SUSER_TUser Defined TUSER_UUser Defined UUSER_VUser Defined VUSER_WUser Defined WUSER_XUser Defined XUSER_YUser Defined YUSER_ZUser Defined ZWWidthW_AR_HArrowhead WidthW_OFFWidth Offset -
Method Summary
Modifier and Type Method Description static STConstraintTypefromValue(java.lang.String v)java.lang.Stringvalue()static STConstraintTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STConstraintType[]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
-
NONE
Unknown -
ALIGN_OFF
Alignment Offset -
BEG_MARG
Beginning Margin -
BEND_DIST
Bending Distance -
BEG_PAD
Beginning Padding -
B
Bottom -
B_MARG
Bottom Margin -
B_OFF
Bottom Offset -
CTR_X
Center Height -
CTR_X_OFF
Center X Offset -
CTR_Y
Center Width -
CTR_Y_OFF
Center Y Offset -
CONN_DIST
Connection Distance -
DIAM
Diameter -
END_MARG
End Margin -
END_PAD
End Padding -
H
Height -
H_AR_H
Arrowhead Height -
H_OFF
Height Offset -
L
Left -
L_MARG
Left Margin -
L_OFF
Left Offset -
R
Right -
R_MARG
Right Margin -
R_OFF
Right Offset -
PRIM_FONT_SZ
Primary Font Size -
PYRA_ACCT_RATIO
Pyramid Accent Ratio -
SEC_FONT_SZ
Secondary Font Size -
SIB_SP
Sibling Spacing -
SEC_SIB_SP
Secondary Sibling Spacing -
SP
Spacing -
STEM_THICK
Stem Thickness -
T
Top -
T_MARG
Top Margin -
T_OFF
Top Offset -
USER_A
User Defined A -
USER_B
User Defined B -
USER_C
User Defined C -
USER_D
User Defined D -
USER_E
User Defined E -
USER_F
User Defined F -
USER_G
User Defined G -
USER_H
User Defined H -
USER_I
User Defined I -
USER_J
User Defined J -
USER_K
User Defined K -
USER_L
User Defined L -
USER_M
User Defined M -
USER_N
User Defined N -
USER_O
User Defined O -
USER_P
User Defined P -
USER_Q
User Defined Q -
USER_R
User Defined R -
USER_S
User Defined S -
USER_T
User Defined T -
USER_U
User Defined U -
USER_V
User Defined V -
USER_W
User Defined W -
USER_X
User Defined X -
USER_Y
User Defined Y -
USER_Z
User Defined Z -
W
Width -
W_AR_H
Arrowhead Width -
W_OFF
Width Offset
-
-
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
-