TextShapeType
Overview
TextShapeType is a enum in Aspose.Slides FOSS for Python.
Represents text wrapping shape.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined text shape type |
NONE | Represents the absence of a text shape |
PLAIN | Represents a plain rectangular text shape |
STOP | Represents a stop‑sign style text shape |
TRIANGLE | Represents a triangular text shape pointing upward |
TRIANGLE_INVERTED | Represents an inverted triangular text shape |
CHEVRON | Represents a chevron‑shaped text block |
CHEVRON_INVERTED | Represents an inverted chevron text shape |
RING_INSIDE | Represents a ring shape with text inside the ring |
RING_OUTSIDE | Represents a ring shape with text outside the ring |
ARCH_UP | Represents an upward‑arch text shape |
ARCH_DOWN | Represents a downward‑arch text shape |
CIRCLE | Represents a circular text shape |
BUTTON | Represents a button‑style rectangular text shape |
ARCH_UP_POUR | Represents an upward‑arch shape with poured fill |
ARCH_DOWN_POUR | Represents a downward‑arch shape with poured fill |
CIRCLE_POUR | Represents a circular shape with poured fill |
BUTTON_POUR | Represents a button shape with poured fill |
CURVE_UP | Represents an upward‑curving text shape |
CURVE_DOWN | Represents a downward‑curving text shape |
CAN_UP | Represents a can‑shaped text block pointing upward |
CAN_DOWN | Represents a can‑shaped text block pointing downward |
WAVE1 | Represents a single wave text shape pattern |
WAVE2 | Represents a double wave text shape pattern |
DOUBLE_WAVE1 | Represents a double wave pattern with a single amplitude |
WAVE4 | Represents a four‑wave text shape pattern |
INFLATE | Represents a text shape that inflates outward |
DEFLATE | Represents a text shape that deflates inward |
INFLATE_BOTTOM | Represents an inflated shape anchored at the bottom |
DEFLATE_BOTTOM | Represents a deflated shape anchored at the bottom |
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 |