TextCapType
TextCapType enum
Represents the type of text capitalisation.
enum class TextCapType : int8_t
Values
Name | Value | Description |
---|---|---|
NotDefined | -1 | |
None | 0 | |
Small | 1 | |
All | 2 |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides
Represents the type of text capitalisation.
enum class TextCapType : int8_t
Name | Value | Description |
---|---|---|
NotDefined | -1 | |
None | 0 | |
Small | 1 | |
All | 2 |