Package org.apache.poi.sl.draw.binding
Enum Class STTextShapeType
- All Implemented Interfaces:
Serializable
,Comparable<STTextShapeType>
,Constable
Java class for ST_TextShapeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TextShapeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="textNoShape"/> <enumeration value="textPlain"/> <enumeration value="textStop"/> <enumeration value="textTriangle"/> <enumeration value="textTriangleInverted"/> <enumeration value="textChevron"/> <enumeration value="textChevronInverted"/> <enumeration value="textRingInside"/> <enumeration value="textRingOutside"/> <enumeration value="textArchUp"/> <enumeration value="textArchDown"/> <enumeration value="textCircle"/> <enumeration value="textButton"/> <enumeration value="textArchUpPour"/> <enumeration value="textArchDownPour"/> <enumeration value="textCirclePour"/> <enumeration value="textButtonPour"/> <enumeration value="textCurveUp"/> <enumeration value="textCurveDown"/> <enumeration value="textCanUp"/> <enumeration value="textCanDown"/> <enumeration value="textWave1"/> <enumeration value="textWave2"/> <enumeration value="textDoubleWave1"/> <enumeration value="textWave4"/> <enumeration value="textInflate"/> <enumeration value="textDeflate"/> <enumeration value="textInflateBottom"/> <enumeration value="textDeflateBottom"/> <enumeration value="textInflateTop"/> <enumeration value="textDeflateTop"/> <enumeration value="textDeflateInflate"/> <enumeration value="textDeflateInflateDeflate"/> <enumeration value="textFadeRight"/> <enumeration value="textFadeLeft"/> <enumeration value="textFadeUp"/> <enumeration value="textFadeDown"/> <enumeration value="textSlantUp"/> <enumeration value="textSlantDown"/> <enumeration value="textCascadeUp"/> <enumeration value="textCascadeDown"/> </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 ConstantDescriptionDownward Arch Text ShapeDownward Pour Arch Text ShapeUpward Arch Text ShapeUpward Pour Arch Text ShapeButton Text ShapeButton Pour Text ShapeDownward Can Text ShapeUpward Can Text ShapeDownward Cascade Text ShapeUpward Cascade Text ShapeChevron Text ShapeInverted Chevron Text ShapeCircle Text ShapeCircle Pour Text ShapeDownward Curve Text ShapeUpward Curve Text ShapeDeflate Text ShapeBottom Deflate Text ShapeDeflate-Inflate Text ShapeDeflate-Inflate-Deflate Text ShapeTop Deflate Text ShapeDouble Wave 1 Text ShapeDownward Fade Text ShapeLeft Fade Text ShapeRight Fade Text ShapeUpward Fade Text ShapeInflate Text ShapeBottom Inflate Text ShapeTop Inflate Text ShapeNo Text ShapePlain Text ShapeInside Ring Text ShapeOutside Ring Text ShapeDownward Slant Text ShapeUpward Slant Text ShapeStop Sign Text ShapeTriangle Text ShapeInverted Triangle Text ShapeWave 1 Text ShapeWave 2 Text ShapeWave 4 Text Shape -
Method Summary
Modifier and TypeMethodDescriptionstatic STTextShapeType
value()
static STTextShapeType
Returns the enum constant of this class with the specified name.static STTextShapeType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TEXT_NO_SHAPE
No Text Shape -
TEXT_PLAIN
Plain Text Shape -
TEXT_STOP
Stop Sign Text Shape -
TEXT_TRIANGLE
Triangle Text Shape -
TEXT_TRIANGLE_INVERTED
Inverted Triangle Text Shape -
TEXT_CHEVRON
Chevron Text Shape -
TEXT_CHEVRON_INVERTED
Inverted Chevron Text Shape -
TEXT_RING_INSIDE
Inside Ring Text Shape -
TEXT_RING_OUTSIDE
Outside Ring Text Shape -
TEXT_ARCH_UP
Upward Arch Text Shape -
TEXT_ARCH_DOWN
Downward Arch Text Shape -
TEXT_CIRCLE
Circle Text Shape -
TEXT_BUTTON
Button Text Shape -
TEXT_ARCH_UP_POUR
Upward Pour Arch Text Shape -
TEXT_ARCH_DOWN_POUR
Downward Pour Arch Text Shape -
TEXT_CIRCLE_POUR
Circle Pour Text Shape -
TEXT_BUTTON_POUR
Button Pour Text Shape -
TEXT_CURVE_UP
Upward Curve Text Shape -
TEXT_CURVE_DOWN
Downward Curve Text Shape -
TEXT_CAN_UP
Upward Can Text Shape -
TEXT_CAN_DOWN
Downward Can Text Shape -
TEXT_WAVE_1
Wave 1 Text Shape -
TEXT_WAVE_2
Wave 2 Text Shape -
TEXT_DOUBLE_WAVE_1
Double Wave 1 Text Shape -
TEXT_WAVE_4
Wave 4 Text Shape -
TEXT_INFLATE
Inflate Text Shape -
TEXT_DEFLATE
Deflate Text Shape -
TEXT_INFLATE_BOTTOM
Bottom Inflate Text Shape -
TEXT_DEFLATE_BOTTOM
Bottom Deflate Text Shape -
TEXT_INFLATE_TOP
Top Inflate Text Shape -
TEXT_DEFLATE_TOP
Top Deflate Text Shape -
TEXT_DEFLATE_INFLATE
Deflate-Inflate Text Shape -
TEXT_DEFLATE_INFLATE_DEFLATE
Deflate-Inflate-Deflate Text Shape -
TEXT_FADE_RIGHT
Right Fade Text Shape -
TEXT_FADE_LEFT
Left Fade Text Shape -
TEXT_FADE_UP
Upward Fade Text Shape -
TEXT_FADE_DOWN
Downward Fade Text Shape -
TEXT_SLANT_UP
Upward Slant Text Shape -
TEXT_SLANT_DOWN
Downward Slant Text Shape -
TEXT_CASCADE_UP
Upward Cascade Text Shape -
TEXT_CASCADE_DOWN
Downward Cascade Text Shape
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
-
fromValue
-