TextShapeType

Overview

TextShapeType is a enum in Aspose.Slides FOSS for Java.

Represents text wrapping shape.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined text shape type
NONERepresents the absence of a text shape
PLAINRepresents a plain rectangular text shape
STOPRepresents a stop‑sign style text shape
TRIANGLERepresents a triangular text shape pointing upward
TRIANGLE_INVERTEDRepresents an inverted triangular text shape
CHEVRONRepresents a chevron‑shaped text container
CHEVRON_INVERTEDRepresents an inverted chevron text shape
RING_INSIDERepresents a ring shape with text inside the inner circle
RING_OUTSIDE
ARCH_UPRepresents an upward‑arch text shape
ARCH_DOWNRepresents a downward‑arch text shape
CIRCLERepresents a circular text shape
BUTTONRepresents a button‑style rectangular text shape
ARCH_UP_POURRepresents an upward arch with a poured‑out effect
ARCH_DOWN_POURRepresents a downward arch with a poured‑out effect
CIRCLE_POURRepresents a circular shape with a poured‑out effect
BUTTON_POURRepresents a button shape with a poured‑out effect
CURVE_UPRepresents an upward‑curving text shape
CURVE_DOWNRepresents a downward‑curving text shape
CAN_UPRepresents a can‑shaped text container opening upward
CAN_DOWNRepresents a can‑shaped text container opening downward
WAVE1Represents a single wave style text shape
WAVE2Represents a double wave style text shape
DOUBLE_WAVE1Represents a double wave pattern with a single crest
WAVE4Represents a four‑wave style text shape
INFLATERepresents a text shape that bulges outward
DEFLATERepresents a text shape that contracts inward
INFLATE_BOTTOMRepresents a bottom‑inflated text shape
DEFLATE_BOTTOMRepresents a bottom‑deflated text shape
INFLATE_TOP
DEFLATE_TOP
DEFLATE_INFLATE
DEFLATE_INFLATE_DEFLATE
FADE_RIGHT
FADE_LEFT
FADE_UP
FADE_DOWN
SLANT_UP
SLANT_DOWN
CASCADE_UP
CASCADE_DOWN
CUSTOM

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also