Skip to main content

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 PresetTextWarp constant.

getName()

Returns the name of this PresetTextWarp constant.

getValue()

Returns the integer value of this PresetTextWarp constant.

toString()

Returns a string representation of this PresetTextWarp constant.

valueOf(String name)

Returns the PresetTextWarp constant with the specified name.

values()

Returns an array that contains all PresetTextWarp constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
PresetTextWarp