TextCapType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TextCapType extends System.Enum
Represents the type of text capitalisation.
Fields
Field | Description |
---|---|
NotDefined | |
None | |
Small | |
All |
NotDefined
public static final byte NotDefined
None
public static final byte None
Small
public static final byte Small
All
public static final byte All