officefileapi-devexpress-dot-spreadsheet-dot-shapetext-94107d47.md
Gets or sets the transformation effect applied to shape text.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
ShapeTextWarpFormat TextWarpFormat { get; set; }
Property TextWarpFormat As ShapeTextWarpFormat
| Type | Description |
|---|---|
| ShapeTextWarpFormat |
A ShapeTextWarpFormat enumeration member that specifies the text warp type.
|
Available values:
Show 41 items
| Name | Description | Example |
|---|---|---|
| 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.
|
|
Currently, the SpreadsheetControl doesn’t display the following warp effects:
However, these effects are saved to a file, so you can use Microsoft Excel or other spreadsheet applications to view and print a document.
See Also