TextShapeType

TextShapeType enumeration

Represents text wrapping shape.

public enum TextShapeType : sbyte

Values

NameValueDescription
NotDefined-1Not defined
None0No shape
Plain1Plain
Stop2Stop Sign
Triangle3Triangle
TriangleInverted4Inverted Triangle
Chevron5Chevron
ChevronInverted6Inverted Chevron
RingInside7Inside Ring
RingOutside8Outside Ring
ArchUp9Upward Arch
ArchDown10Downward Arch
Circle11Circle
Button12Button
ArchUpPour13Upward Pour Arch
ArchDownPour14Downward Pour Arch
CirclePour15Circle Pour
ButtonPour16Button Pour
CurveUp17Upward Curve
CurveDown18Downward Curve
CanUp19Upward Can
CanDown20Downward Can
Wave121Wave 1
Wave222Wave 2
DoubleWave123Double Wave 1
Wave424Wave 4
Inflate25Inflate
Deflate26Deflate
InflateBottom27Bottom Inflate
DeflateBottom28Bottom Deflate
InflateTop29Top Inflate
DeflateTop30Top Deflate
DeflateInflate31Deflate-Inflate
DeflateInflateDeflate32Deflate-Inflate-Deflate
FadeRight33Right Fade
FadeLeft34Left Fade
FadeUp35Upward Fade
FadeDown36Downward Fade
SlantUp37Upward Slant
SlantDown38Downward Slant
CascadeUp39Upward Cascade
CascadeDown40Downward Cascade
Custom41Custom

See Also