TextShapeType Enumeration
|
Represents text wrapping shape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextShapeType
Public Enumeration TextShapeType
public enum class TextShapeType
Members
|
|
Member name
|
Value
|
Description
|
|
|
UnDefined
|
-1
|
Not defined
|
|
|
None
|
0
|
No shape
|
|
|
Plain
|
1
|
Plain
|
|
|
Stop
|
2
|
Stop Sign
|
|
|
Triangle
|
3
|
Triangle
|
|
|
TriangleInverted
|
4
|
Inverted Triangle
|
|
|
Chevron
|
5
|
Chevron
|
|
|
ChevronInverted
|
6
|
Inverted Chevron
|
|
|
RingInside
|
7
|
Inside Ring
|
|
|
RingOutside
|
8
|
Outside Ring
|
|
|
ArchUp
|
9
|
Upward Arch
|
|
|
ArchDown
|
10
|
Downward Arch
|
|
|
Circle
|
11
|
Circle
|
|
|
Button
|
12
|
Button
|
|
|
ArchUpPour
|
13
|
Upward Pour Arch
|
|
|
ArchDownPour
|
14
|
Downward Pour Arch
|
|
|
CirclePour
|
15
|
Circle Pour
|
|
|
ButtonPour
|
16
|
Button Pour
|
|
|
CurveUp
|
17
|
Upward Curve
|
|
|
CurveDown
|
18
|
Downward Curve
|
|
|
CanUp
|
19
|
Upward Can
|
|
|
CanDown
|
20
|
Downward Can
|
|
|
Wave1
|
21
|
Wave 1
|
|
|
Wave2
|
22
|
Wave 2
|
|
|
DoubleWave1
|
23
|
Double Wave 1
|
|
|
Wave4
|
24
|
Wave 4
|
|
|
Inflate
|
25
|
Inflate
|
|
|
Deflate
|
26
|
Deflate
|
|
|
InflateBottom
|
27
|
Bottom Inflate
|
|
|
DeflateBottom
|
28
|
Bottom Deflate
|
|
|
InflateTop
|
29
|
Top Inflate
|
|
|
DeflateTop
|
30
|
Top Deflate
|
|
|
DeflateInflate
|
31
|
Deflate-Inflate
|
|
|
DeflateInflateDeflate
|
32
|
Deflate-Inflate-Deflate
|
|
|
FadeRight
|
33
|
Right Fade
|
|
|
FadeLeft
|
34
|
Left Fade
|
|
|
FadeUp
|
35
|
Upward Fade
|
|
|
FadeDown
|
36
|
Downward Fade
|
|
|
SlantUp
|
37
|
Upward Slant
|
|
|
SlantDown
|
38
|
Downward Slant
|
|
|
CascadeUp
|
39
|
Upward Cascade
|
|
|
CascadeDown
|
40
|
Downward Cascade
|
|
|
Custom
|
41
|
Custom
|
See Also