Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeTextWarpFormat Enum

Lists warp types for shape text.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum ShapeTextWarpFormat

#Members

Name Description Example
NoWarp

Shape text is not warped.

ArchDown

The downward arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchDown

ArchDownPour

The downward pour arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchDownPour

ArchUp

The upward arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchUp

ArchUpPour

The upward pour arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchUpPour

ButtonCurve

The button text shape.

Spreadsheet_ShapeTextWarpFormat_ButtonCurve

ButtonPour

The button pour text shape.

Spreadsheet_ShapeTextWarpFormat_ButtonPour

CanDown

The downward can text shape.

Spreadsheet_ShapeTextWarpFormat_CanDown

CanUp

The upward can text shape.

Spreadsheet_ShapeTextWarpFormat_CanUp

CascadeDown

The downward cascade text shape.

Spreadsheet_ShapeTextWarpFormat_CascadeDown

CascadeUp

The upward cascade text shape.

Spreadsheet_ShapeTextWarpFormat_CascadeUp

ChevronUp

The upward chevron text shape.

Spreadsheet_ShapeTextWarpFormat_ChevronUp

ChevronDown

The downward chevron text shape.

Spreadsheet_ShapeTextWarpFormat_ChevronDown

CircleCurve

The circle text shape.

Spreadsheet_ShapeTextWarpFormat_CircleCurve

CirclePour

The circle pour text shape.

Spreadsheet_ShapeTextWarpFormat_CirclePour

CurveDown

The downward curve text shape.

Spreadsheet_ShapeTextWarpFormat_CurveDown

CurveUp

The upward curve text shape.

Spreadsheet_ShapeTextWarpFormat_CurveUp

Deflate

The deflate text shape.

Spreadsheet_ShapeTextWarpFormat_Deflate

DeflateBottom

The bottom deflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateBottom

DeflateInflate

The deflate-inflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateInflate

DeflateInflateDeflate

The deflate-inflate-deflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateInflateDeflate

DeflateTop

The top deflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateTop

DoubleWave1

The double wave 1 text shape.

Spreadsheet_ShapeTextWarpFormat_DoubleWave1

FadeDown

The downward fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeDown

FadeLeft

The left fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeLeft

FadeRight

The right fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeRight

FadeUp

The upward fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeUp

Inflate

The inflate text shape.

Spreadsheet_ShapeTextWarpFormat_Inflate

InflateBottom

The bottom inflate text shape.

Spreadsheet_ShapeTextWarpFormat_InflateBottom

InflateTop

The top inflate text shape.

Spreadsheet_ShapeTextWarpFormat_InflateTop

PlainText

The plain text shape.

Spreadsheet_ShapeTextWarpFormat_PlainText

RingInside

The inside ring text shape.

Spreadsheet_ShapeTextWarpFormat_RingInside

RingOutside

The outside ring text shape.

Spreadsheet_ShapeTextWarpFormat_RingOutside

SlantDown

The downward slant text shape.

Spreadsheet_ShapeTextWarpFormat_SlantDown

SlantUp

The upward slant text shape.

Spreadsheet_ShapeTextWarpFormat_SlantUp

Stop

The stop sign text shape.

Spreadsheet_ShapeTextWarpFormat_Stop

TriangleUp

The upward triangle text shape.

Spreadsheet_ShapeTextWarpFormat_TriangleUp

TriangleDown

The downward triangle text shape.

Spreadsheet_ShapeTextWarpFormat_TriangleDown

Wave1

The wave 1 text shape.

Spreadsheeet_ShapeTextWarpFormat_Wave1

Wave2

The wave 2 text shape.

Spreadsheeet_ShapeTextWarpFormat_Wave2

DoubleWave2

The double wave 2 text shape.

Spreadsheet_ShapeTextWarpFormat_DoubleWave2

#Related API Members

The following properties accept/return ShapeTextWarpFormat values:

See Also