Back to Devexpress

ShapeTextWarpFormat Enum

officefileapi-devexpress-dot-spreadsheet-e4f90ed0.md

latest7.9 KB
Original Source

ShapeTextWarpFormat Enum

Lists warp types for shape text.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeTextWarpFormat
vb
Public Enum ShapeTextWarpFormat

Members

NameDescriptionExample
NoWarp

Shape text is not warped.

| | | ArchDown |

The downward arch text shape.

|

| | ArchDownPour |

The downward pour arch text shape.

|

| | ArchUp |

The upward arch text shape.

|

| | ArchUpPour |

The upward pour arch text shape.

|

| | ButtonCurve |

The button text shape.

|

| | ButtonPour |

The button pour text shape.

|

| | CanDown |

The downward can text shape.

|

| | CanUp |

The upward can text shape.

|

| | CascadeDown |

The downward cascade text shape.

|

| | CascadeUp |

The upward cascade text shape.

|

| | ChevronUp |

The upward chevron text shape.

|

| | ChevronDown |

The downward chevron text shape.

|

| | CircleCurve |

The circle text shape.

|

| | CirclePour |

The circle pour text shape.

|

| | CurveDown |

The downward curve text shape.

|

| | CurveUp |

The upward curve text shape.

|

| | Deflate |

The deflate text shape.

|

| | DeflateBottom |

The bottom deflate text shape.

|

| | DeflateInflate |

The deflate-inflate text shape.

|

| | DeflateInflateDeflate |

The deflate-inflate-deflate text shape.

|

| | DeflateTop |

The top deflate text shape.

|

| | DoubleWave1 |

The double wave 1 text shape.

|

| | FadeDown |

The downward fade text shape.

|

| | FadeLeft |

The left fade text shape.

|

| | FadeRight |

The right fade text shape.

|

| | FadeUp |

The upward fade text shape.

|

| | Inflate |

The inflate text shape.

|

| | InflateBottom |

The bottom inflate text shape.

|

| | InflateTop |

The top inflate text shape.

|

| | PlainText |

The plain text shape.

|

| | RingInside |

The inside ring text shape.

|

| | RingOutside |

The outside ring text shape.

|

| | SlantDown |

The downward slant text shape.

|

| | SlantUp |

The upward slant text shape.

|

| | Stop |

The stop sign text shape.

|

| | TriangleUp |

The upward triangle text shape.

|

| | TriangleDown |

The downward triangle text shape.

|

| | Wave1 |

The wave 1 text shape.

|

| | Wave2 |

The wave 2 text shape.

|

| | DoubleWave2 |

The double wave 2 text shape.

|

|

The following properties accept/return ShapeTextWarpFormat values:

See Also

DevExpress.Spreadsheet Namespace