com.aspose.cells

Class TextCapsType

  • java.lang.Object
    • com.aspose.cells.TextCapsType
public class TextCapsType 
extends java.lang.Object

Utility class containing constants. This type specifies the cap types of the text.

Field Summary
static final intNONE
None caps
static final intALL
Apply all caps on the text.
static final intSMALL
Apply small caps to the text.
 

    • Field Detail

      • NONE

        public static final int NONE
        None caps
      • ALL

        public static final int ALL
        Apply all caps on the text.
      • SMALL

        public static final int SMALL
        Apply small caps to the text.