Back to Devexpress

TextCapType Enum

officefileapi-devexpress-dot-docs-dot-presentation-db844aaa.md

latest1.1 KB
Original Source

TextCapType Enum

Lists capitalization types that can be applied to text.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum TextCapType
vb
Public Enum TextCapType

Members

NameDescription
None

Any specific capitalization type is not applied.

| | Small |

All characters are converted to small capitals.

| | All |

All characters are capitalized.

|

The following properties accept/return TextCapType values:

See Also

DevExpress.Docs.Presentation Namespace