Class CapStyle

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: UIAutomationTypes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: UIAutomationTypes
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Automation.Text.CapStyle
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
      • SmallCap

        public static CapStyle SmallCap
      • AllPetiteCaps

        public static CapStyle AllPetiteCaps
      • PetiteCaps

        public static CapStyle PetiteCaps
      • Unicase

        public static CapStyle Unicase
      • Titling

        public static CapStyle Titling
    • Constructor Detail

      • CapStyle

        public CapStyle​(java.lang.Object instance)
        Internal constructor. Use with caution
      • CapStyle

        public CapStyle()