Package org.docx4j.dml.diagram
Enum STParameterId
- All Implemented Interfaces:
Serializable,Comparable<STParameterId>,java.lang.constant.Constable
Java class for ST_ParameterId.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_ParameterId">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="horzAlign"/>
<enumeration value="vertAlign"/>
<enumeration value="chDir"/>
<enumeration value="chAlign"/>
<enumeration value="secChAlign"/>
<enumeration value="linDir"/>
<enumeration value="secLinDir"/>
<enumeration value="stElem"/>
<enumeration value="bendPt"/>
<enumeration value="connRout"/>
<enumeration value="begSty"/>
<enumeration value="endSty"/>
<enumeration value="dim"/>
<enumeration value="rotPath"/>
<enumeration value="ctrShpMap"/>
<enumeration value="nodeHorzAlign"/>
<enumeration value="nodeVertAlign"/>
<enumeration value="fallback"/>
<enumeration value="txDir"/>
<enumeration value="pyraAcctPos"/>
<enumeration value="pyraAcctTxMar"/>
<enumeration value="txBlDir"/>
<enumeration value="txAnchorHorz"/>
<enumeration value="txAnchorVert"/>
<enumeration value="txAnchorHorzCh"/>
<enumeration value="txAnchorVertCh"/>
<enumeration value="parTxLTRAlign"/>
<enumeration value="parTxRTLAlign"/>
<enumeration value="shpTxLTRAlignCh"/>
<enumeration value="shpTxRTLAlignCh"/>
<enumeration value="autoTxRot"/>
<enumeration value="grDir"/>
<enumeration value="flowDir"/>
<enumeration value="contDir"/>
<enumeration value="bkpt"/>
<enumeration value="off"/>
<enumeration value="hierAlign"/>
<enumeration value="bkPtFixedVal"/>
<enumeration value="stBulletLvl"/>
<enumeration value="stAng"/>
<enumeration value="spanAng"/>
<enumeration value="ar"/>
<enumeration value="lnSpPar"/>
<enumeration value="lnSpAfParP"/>
<enumeration value="lnSpCh"/>
<enumeration value="lnSpAfChP"/>
<enumeration value="rtShortDist"/>
<enumeration value="alignTx"/>
<enumeration value="pyraLvlNode"/>
<enumeration value="pyraAcctBkgdNode"/>
<enumeration value="pyraAcctTxNode"/>
<enumeration value="srcNode"/>
<enumeration value="dstNode"/>
<enumeration value="begPts"/>
<enumeration value="endPts"/>
</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 ConstantDescriptionText AlignmentAspect RatioAuto Text RotationBeginning PointsBeginning Arrowhead StyleBend PointBreakpoint Fixed ValueBreakpointChild AlignmentChild DirectionConnection RouteContinue DirectionCenter Shape MappingConnector DimensionDestination NodeEnd PointsEnd StyleFallback ScaleFlow DirectionGrow DirectionHierarchy AlignmentHorizontal AlignmentLinear DirectionLine Spacing After Children ParagraphLine Spacing After Parent ParagraphLine Spacing ChildrenLine Spacing ParentNode Horizontal AlignmentNode Vertical AlignmentOffsetParent Text Left-to-Right AlignmentParent Text Right-to-Left AlignmentPyramid Accent Background NodePyramid Accent PositionPyramid Accent Text MarginPyramid Accent Text NodePyramid Level NodeRotation PathRoute Shortest DistanceSecondary Child AlignmentSecondary Linear DirectionShape Text Left-to-Right AlignmentShape Text Right-to-Left AlignmentSpan AngleSource NodeStart AngleStart Bullets At LevelStart ElementText Anchor HorizontalText Anchor Horizontal With ChildrenText Anchor VerticalText Anchor Vertical With ChildrenText Block DirectionText DirectionVertical Alignment -
Method Summary
Modifier and TypeMethodDescriptionstatic STParameterIdvalue()static STParameterIdReturns the enum constant of this type with the specified name.static STParameterId[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HORZ_ALIGN
Horizontal Alignment -
VERT_ALIGN
Vertical Alignment -
CH_DIR
Child Direction -
CH_ALIGN
Child Alignment -
SEC_CH_ALIGN
Secondary Child Alignment -
LIN_DIR
Linear Direction -
SEC_LIN_DIR
Secondary Linear Direction -
ST_ELEM
Start Element -
BEND_PT
Bend Point -
CONN_ROUT
Connection Route -
BEG_STY
Beginning Arrowhead Style -
END_STY
End Style -
DIM
Connector Dimension -
ROT_PATH
Rotation Path -
CTR_SHP_MAP
Center Shape Mapping -
NODE_HORZ_ALIGN
Node Horizontal Alignment -
NODE_VERT_ALIGN
Node Vertical Alignment -
FALLBACK
Fallback Scale -
TX_DIR
Text Direction -
PYRA_ACCT_POS
Pyramid Accent Position -
PYRA_ACCT_TX_MAR
Pyramid Accent Text Margin -
TX_BL_DIR
Text Block Direction -
TX_ANCHOR_HORZ
Text Anchor Horizontal -
TX_ANCHOR_VERT
Text Anchor Vertical -
TX_ANCHOR_HORZ_CH
Text Anchor Horizontal With Children -
TX_ANCHOR_VERT_CH
Text Anchor Vertical With Children -
PAR_TX_LTR_ALIGN
Parent Text Left-to-Right Alignment -
PAR_TX_RTL_ALIGN
Parent Text Right-to-Left Alignment -
SHP_TX_LTR_ALIGN_CH
Shape Text Left-to-Right Alignment -
SHP_TX_RTL_ALIGN_CH
Shape Text Right-to-Left Alignment -
AUTO_TX_ROT
Auto Text Rotation -
GR_DIR
Grow Direction -
FLOW_DIR
Flow Direction -
CONT_DIR
Continue Direction -
BKPT
Breakpoint -
OFF
Offset -
HIER_ALIGN
Hierarchy Alignment -
BK_PT_FIXED_VAL
Breakpoint Fixed Value -
ST_BULLET_LVL
Start Bullets At Level -
ST_ANG
Start Angle -
SPAN_ANG
Span Angle -
AR
Aspect Ratio -
LN_SP_PAR
Line Spacing Parent -
LN_SP_AF_PAR_P
Line Spacing After Parent Paragraph -
LN_SP_CH
Line Spacing Children -
LN_SP_AF_CH_P
Line Spacing After Children Paragraph -
RT_SHORT_DIST
Route Shortest Distance -
ALIGN_TX
Text Alignment -
PYRA_LVL_NODE
Pyramid Level Node -
PYRA_ACCT_BKGD_NODE
Pyramid Accent Background Node -
PYRA_ACCT_TX_NODE
Pyramid Accent Text Node -
SRC_NODE
Source Node -
DST_NODE
Destination Node -
BEG_PTS
Beginning Points -
END_PTS
End Points
-
-
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
-