asposediagram.api

Class CaseValue

Utility class containing constants. Determines the case of a shape's text. All capital (uppercase) letters (1) and initial capital letters (2) do not change the appearance of text that was entered in all capital letters. The text must be entered in lowercase letters for these options to show an effect.

Field Summary
const  intNORMAL_CASE
Normal case.
const  intALL_CAPITAL_LETTERS
All capital (uppercase) letters.
const  intINITIAL_CAPITAL_LETTERS_ONLY
Initial capital letters only.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NORMAL_CASE

        const int NORMAL_CASE
        Normal case.
      • ALL_CAPITAL_LETTERS

        const int ALL_CAPITAL_LETTERS
        All capital (uppercase) letters.
      • INITIAL_CAPITAL_LETTERS_ONLY

        const int INITIAL_CAPITAL_LETTERS_ONLY
        Initial capital letters only.
      • UNDEFINED

        const int UNDEFINED
        Undefined.