PresetTextWarp Enum
Lists warp types for shape text.
Declaration
public enum PresetTextWarp extends Enum<PresetTextWarp> implements IIntEnum
Members
| Name | Description |
|---|---|
ARCH_DOWN
|
The downward arch text shape. |
ARCH_DOWN_POUR
|
The downward pour arch text shape. |
ARCH_UP
|
The upward arch text shape. |
ARCH_UP_POUR
|
The upward pour arch text shape. |
BUTTON
|
The button text shape. |
BUTTON_POUR
|
The button pour text shape. |
CAN_DOWN
|
The downward can text shape. |
CAN_UP
|
The upward can text shape. |
CASCADE_DOWN
|
The downward cascade text shape. |
CASCADE_UP
|
The upward cascade text shape. |
CHEVRON
|
The upward chevron text shape. |
CHEVRON_INVERTED
|
The downward chevron text shape. |
CIRCLE
|
The circle text shape. |
CIRCLE_POUR
|
The circle pour text shape. |
CURVE_DOWN
|
The downward curve text shape. |
CURVE_UP
|
The upward curve text shape. |
DEFLATE
|
The deflate text shape. |
DEFLATE_BOTTOM
|
The bottom deflate text shape. |
DEFLATE_INFLATE
|
The deflate-inflate text shape. |
DEFLATE_TOP
|
The top deflate text shape. |
DOUBLE_WAVE_1
|
The double wave 1 text shape. |
FADE_DOWN
|
The downward fade text shape. |
FADE_LEFT
|
The left fade text shape. |
FADE_RIGHT
|
The right fade text shape. |
FADE_UP
|
The upward fade text shape. |
INFLATE
|
The inflate text shape. |
INFLATE_BOTTOM
|
The bottom inflate text shape. |
INFLATE_DEFLATE
|
The deflate-inflate-deflate text shape. |
INFLATE_TOP
|
The top inflate text shape. |
NO_SHAPE
|
No text warp shape is applied to the text. |
PLAIN
|
The plain text shape. |
RING_INSIDE
|
The inside ring text shape. |
RING_OUTSIDE
|
The outside ring text shape. |
SLANT_DOWN
|
The downward slant text shape. |
SLANT_UP
|
The upward slant text shape. |
STOP
|
The stop sign text shape. |
TRIANGLE
|
The upward triangle text shape. |
TRIANGLE_INVERTED
|
The downward triangle text shape. |
WAVE_1
|
The wave 1 text shape. |
WAVE_2
|
The wave 2 text shape. |
WAVE_4
|
The wave 4 text shape. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |