Class TextStyle


  • public final class TextStyle
    extends com.microsoft.rest.ExpandableStringEnum<TextStyle>
    Defines values for TextStyle.
    • Field Detail

      • OTHER

        public static final TextStyle OTHER
        Static value other for TextStyle.
      • HANDWRITING

        public static final TextStyle HANDWRITING
        Static value handwriting for TextStyle.
    • Constructor Detail

      • TextStyle

        public TextStyle()
    • Method Detail

      • fromString

        public static TextStyle fromString​(String name)
        Creates or finds a TextStyle from its string representation.
        Parameters:
        name - a name to look for
        Returns:
        the corresponding TextStyle