com.aspose.diagram

Class CaseValue

  • java.lang.Object
    • com.aspose.diagram.CaseValue
public class CaseValue 
extends java.lang.Object

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
static final intNORMAL_CASE
Normal case.
static final intALL_CAPITAL_LETTERS
All capital (uppercase) letters.
static final intINITIAL_CAPITAL_LETTERS_ONLY
Initial capital letters only.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • NORMAL_CASE

        public static final int NORMAL_CASE
        Normal case.
      • ALL_CAPITAL_LETTERS

        public static final int ALL_CAPITAL_LETTERS
        All capital (uppercase) letters.
      • INITIAL_CAPITAL_LETTERS_ONLY

        public static final int INITIAL_CAPITAL_LETTERS_ONLY
        Initial capital letters only.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.