Back to Devexpress

ShapeTextCapsType Enum

officefileapi-devexpress-dot-spreadsheet-dot-drawings-1bf7f3da.md

latest1.1 KB
Original Source

ShapeTextCapsType Enum

Lists the types of text capitalization.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeTextCapsType
vb
Public Enum ShapeTextCapsType

Members

NameDescription
None

Lower case formatting.

| | Small |

Small capital formatting.

| | All |

All capital formatting.

|

The following properties accept/return ShapeTextCapsType values:

See Also

DevExpress.Spreadsheet.Drawings Namespace