ShapeText.TextWarpFormat Property
Gets or sets the transformation effect applied to shape text.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeTextWarpFormat TextWarpFormat { get; set; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
Available values:
Name | Description | Example |
---|---|---|
No |
Shape text is not warped. |
|
Arch |
The downward arch text shape. |
|
Arch |
The downward pour arch text shape. |
|
Arch |
The upward arch text shape. |
|
Arch |
The upward pour arch text shape. |
|
Button |
The button text shape. |
|
Button |
The button pour text shape. |
|
Can |
The downward can text shape. |
|
Can |
The upward can text shape. |
|
Cascade |
The downward cascade text shape. |
|
Cascade |
The upward cascade text shape. |
|
Chevron |
The upward chevron text shape. |
|
Chevron |
The downward chevron text shape. |
|
Circle |
The circle text shape. |
|
Circle |
The circle pour text shape. |
|
Curve |
The downward curve text shape. |
|
Curve |
The upward curve text shape. |
|
Deflate | The deflate text shape. |
|
Deflate |
The bottom deflate text shape. |
|
Deflate |
The deflate-inflate text shape. |
|
Deflate |
The deflate-inflate-deflate text shape. |
|
Deflate |
The top deflate text shape. |
|
Double |
The double wave 1 text shape. |
|
Fade |
The downward fade text shape. |
|
Fade |
The left fade text shape. |
|
Fade |
The right fade text shape. |
|
Fade |
The upward fade text shape. |
|
Inflate | The inflate text shape. |
|
Inflate |
The bottom inflate text shape. |
|
Inflate |
The top inflate text shape. |
|
Plain |
The plain text shape. |
|
Ring |
The inside ring text shape. |
|
Ring |
The outside ring text shape. |
|
Slant |
The downward slant text shape. |
|
Slant |
The upward slant text shape. |
|
Stop | The stop sign text shape. |
|
Triangle |
The upward triangle text shape. |
|
Triangle |
The downward triangle text shape. |
|
Wave1 | The wave 1 text shape. |
|
Wave2 | The wave 2 text shape. |
|
Double |
The double wave 2 text shape. |
#Remarks
Currently, the SpreadsheetControl doesn’t display the following warp effects:
- ShapeTextWarpFormat.ArchUp
- ShapeTextWarpFormat.ArchDown
- ShapeTextWarpFormat.ButtonCurve
- ShapeTextWarpFormat.CircleCurve
However, these effects are saved to a file, so you can use Microsoft Excel or other spreadsheet applications to view and print a document.