com.aspose.slides
Class TextShapeTypeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.TextShapeTypeEx

public final class TextShapeTypeEx
extends com.aspose.ms.System.Enum

Represents text wrapping shape.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static byte ArchDown
           Downward Arch
static byte ArchDownPour
           Downward Pour Arch
static byte ArchUp
           Upward Arch
static byte ArchUpPour
           Upward Pour Arch
static byte Button
           Button
static byte ButtonPour
           Button Pour
static byte CanDown
           Downward Can
static byte CanUp
           Upward Can
static byte CascadeDown
           Downward Cascade
static byte CascadeUp
           Upward Cascade
static byte Chevron
           Chevron
static byte ChevronInverted
           Inverted Chevron
static byte Circle
           Circle
static byte CirclePour
           Circle Pour
static byte CurveDown
           Downward Curve
static byte CurveUp
           Upward Curve
static byte Custom
           Custom
static byte Deflate
           Deflate
static byte DeflateBottom
           Bottom Deflate
static byte DeflateInflate
           Deflate-Inflate
static byte DeflateInflateDeflate
           Deflate-Inflate-Deflate
static byte DeflateTop
           Top Deflate
static byte DoubleWave1
           Double Wave 1
static byte FadeDown
           Downward Fade
static byte FadeLeft
           Left Fade
static byte FadeRight
           Right Fade
static byte FadeUp
           Upward Fade
static byte Inflate
           Inflate
static byte InflateBottom
           Bottom Inflate
static byte InflateTop
           Top Inflate
static byte None
           No shape
static byte NotDefined
           Not defined
static byte Plain
           Plain
static byte RingInside
           Inside Ring
static byte RingOutside
           Outside Ring
static byte SlantDown
           Downward Slant
static byte SlantUp
           Upward Slant
static byte Stop
           Stop Sign
static byte Triangle
           Triangle
static byte TriangleInverted
           Inverted Triangle
static byte Wave1
           Wave 1
static byte Wave2
           Wave 2
static byte Wave4
           Wave 4
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

Not defined

See Also:
Constant Field Values

None

public static final byte None

No shape

See Also:
Constant Field Values

Plain

public static final byte Plain

Plain

See Also:
Constant Field Values

Stop

public static final byte Stop

Stop Sign

See Also:
Constant Field Values

Triangle

public static final byte Triangle

Triangle

See Also:
Constant Field Values

TriangleInverted

public static final byte TriangleInverted

Inverted Triangle

See Also:
Constant Field Values

Chevron

public static final byte Chevron

Chevron

See Also:
Constant Field Values

ChevronInverted

public static final byte ChevronInverted

Inverted Chevron

See Also:
Constant Field Values

RingInside

public static final byte RingInside

Inside Ring

See Also:
Constant Field Values

RingOutside

public static final byte RingOutside

Outside Ring

See Also:
Constant Field Values

ArchUp

public static final byte ArchUp

Upward Arch

See Also:
Constant Field Values

ArchDown

public static final byte ArchDown

Downward Arch

See Also:
Constant Field Values

Circle

public static final byte Circle

Circle

See Also:
Constant Field Values

Button

public static final byte Button

Button

See Also:
Constant Field Values

ArchUpPour

public static final byte ArchUpPour

Upward Pour Arch

See Also:
Constant Field Values

ArchDownPour

public static final byte ArchDownPour

Downward Pour Arch

See Also:
Constant Field Values

CirclePour

public static final byte CirclePour

Circle Pour

See Also:
Constant Field Values

ButtonPour

public static final byte ButtonPour

Button Pour

See Also:
Constant Field Values

CurveUp

public static final byte CurveUp

Upward Curve

See Also:
Constant Field Values

CurveDown

public static final byte CurveDown

Downward Curve

See Also:
Constant Field Values

CanUp

public static final byte CanUp

Upward Can

See Also:
Constant Field Values

CanDown

public static final byte CanDown

Downward Can

See Also:
Constant Field Values

Wave1

public static final byte Wave1

Wave 1

See Also:
Constant Field Values

Wave2

public static final byte Wave2

Wave 2

See Also:
Constant Field Values

DoubleWave1

public static final byte DoubleWave1

Double Wave 1

See Also:
Constant Field Values

Wave4

public static final byte Wave4

Wave 4

See Also:
Constant Field Values

Inflate

public static final byte Inflate

Inflate

See Also:
Constant Field Values

Deflate

public static final byte Deflate

Deflate

See Also:
Constant Field Values

InflateBottom

public static final byte InflateBottom

Bottom Inflate

See Also:
Constant Field Values

DeflateBottom

public static final byte DeflateBottom

Bottom Deflate

See Also:
Constant Field Values

InflateTop

public static final byte InflateTop

Top Inflate

See Also:
Constant Field Values

DeflateTop

public static final byte DeflateTop

Top Deflate

See Also:
Constant Field Values

DeflateInflate

public static final byte DeflateInflate

Deflate-Inflate

See Also:
Constant Field Values

DeflateInflateDeflate

public static final byte DeflateInflateDeflate

Deflate-Inflate-Deflate

See Also:
Constant Field Values

FadeRight

public static final byte FadeRight

Right Fade

See Also:
Constant Field Values

FadeLeft

public static final byte FadeLeft

Left Fade

See Also:
Constant Field Values

FadeUp

public static final byte FadeUp

Upward Fade

See Also:
Constant Field Values

FadeDown

public static final byte FadeDown

Downward Fade

See Also:
Constant Field Values

SlantUp

public static final byte SlantUp

Upward Slant

See Also:
Constant Field Values

SlantDown

public static final byte SlantDown

Downward Slant

See Also:
Constant Field Values

CascadeUp

public static final byte CascadeUp

Upward Cascade

See Also:
Constant Field Values

CascadeDown

public static final byte CascadeDown

Downward Cascade

See Also:
Constant Field Values

Custom

public static final byte Custom

Custom

See Also:
Constant Field Values