asposecells.api

Class TextCapsType

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

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

    • Field Detail

      • NONE

        const int NONE
        None caps
      • ALL

        const int ALL
        Apply all caps on the text.
      • SMALL

        const int SMALL
        Apply small caps to the text.