Skip to main content
A newer version of this page is available. .
Row

ShapeTextWarpFormat Enum

Lists values used to specify the warp type for shape text.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum ShapeTextWarpFormat

Members

Name Description
NoWarp

Specifies that text should not be warped.

ArchDown

Specifies the downward arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchDown

ArchDownPour

Specifies the downward pour arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchDownPour

ArchUp

Specifies the upward arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchUp

ArchUpPour

Specifies the upward pour arch text shape.

Spreadsheet_ShapeTextWarpFormat_ArchUpPour

ButtonCurve

Specifies the button text shape.

Spreadsheet_ShapeTextWarpFormat_ButtonCurve

ButtonPour

Specifies the button pour text shape.

Spreadsheet_ShapeTextWarpFormat_ButtonPour

CanDown

Specifies the downward can text shape.

Spreadsheet_ShapeTextWarpFormat_CanDown

CanUp

Specifies the upward can text shape.

Spreadsheet_ShapeTextWarpFormat_CanUp

CascadeDown

Specifies the downward cascade text shape.

Spreadsheet_ShapeTextWarpFormat_CascadeDown

CascadeUp

Specifies the upward cascade text shape.

Spreadsheet_ShapeTextWarpFormat_CascadeUp

ChevronUp

Specifies the upward chevron text shape.

Spreadsheet_ShapeTextWarpFormat_ChevronUp

ChevronDown

Specifies the downward chevron text shape.

Spreadsheet_ShapeTextWarpFormat_ChevronDown

CircleCurve

Specifies the circle text shape.

Spreadsheet_ShapeTextWarpFormat_CircleCurve

CirclePour

Specifies the circle pour text shape.

Spreadsheet_ShapeTextWarpFormat_CirclePour

CurveDown

Specifies the downward curve text shape.

Spreadsheet_ShapeTextWarpFormat_CurveDown

CurveUp

Specifies the upward curve text shape.

Spreadsheet_ShapeTextWarpFormat_CurveUp

Deflate

Specifies the deflate text shape.

Spreadsheet_ShapeTextWarpFormat_Deflate

DeflateBottom

Specifies the bottom deflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateBottom

DeflateInflate

Specifies the deflate-inflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateInflate

DeflateInflateDeflate

Specifies the deflate-inflate-deflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateInflateDeflate

DeflateTop

Specifies the top deflate text shape.

Spreadsheet_ShapeTextWarpFormat_DeflateTop

DoubleWave1

Specifies the double wave 1 text shape.

Spreadsheet_ShapeTextWarpFormat_DoubleWave1

FadeDown

Specifies the downward fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeDown

FadeLeft

Specifies the left fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeLeft

FadeRight

Specifies the right fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeRight

FadeUp

Specifies the upward fade text shape.

Spreadsheet_ShapeTextWarpFormat_FadeUp

Inflate

Specifies the inflate text shape.

Spreadsheet_ShapeTextWarpFormat_Inflate

InflateBottom

Specifies the bottom inflate text shape.

Spreadsheet_ShapeTextWarpFormat_InflateBottom

InflateTop

Specifies the top inflate text shape.

Spreadsheet_ShapeTextWarpFormat_InflateTop

PlainText

Specifies the plain text shape.

Spreadsheet_ShapeTextWarpFormat_PlainText

RingInside

Specifies the inside ring text shape.

Spreadsheet_ShapeTextWarpFormat_RingInside

RingOutside

Specifies the outside ring text shape.

Spreadsheet_ShapeTextWarpFormat_RingOutside

SlantDown

Specifies the downward slant text shape.

Spreadsheet_ShapeTextWarpFormat_SlantDown

SlantUp

Specifies the upward slant text shape.

Spreadsheet_ShapeTextWarpFormat_SlantUp

Stop

Specifies the stop sign text shape.

Spreadsheet_ShapeTextWarpFormat_Stop

TriangleUp

Specifies the upward triangle text shape.

Spreadsheet_ShapeTextWarpFormat_TriangleUp

TriangleDown

Specifies the downward triangle text shape.

Spreadsheet_ShapeTextWarpFormat_TriangleDown

Wave1

Specifies the wave 1 text shape.

Spreadsheeet_ShapeTextWarpFormat_Wave1

Wave2

Specifies the wave 2 text shape.

Spreadsheeet_ShapeTextWarpFormat_Wave2

DoubleWave2

Specifies the double wave 2 text shape.

Spreadsheet_ShapeTextWarpFormat_DoubleWave2

Related API Members

The following properties accept/return ShapeTextWarpFormat values:

Remarks

The ShapeTextWarpFormat enumeration values are used by the ShapeText.TextWarpFormat property.

See Also