TextProperties.Caps Property
Gets or sets the capitalization type for the text.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<TextCapType> | Specifies the capitalization type. |
Available values:
| Name | Description |
|---|---|
| None | Any specific capitalization type is not applied. |
| Small | All characters are converted to small capitals. |
| All | All characters are capitalized. |
See Also