java.lang.Object
com.azure.core.util.ExpandableStringEnum<FontStyle>
com.azure.ai.formrecognizer.documentanalysis.models.FontStyle

public final class FontStyle extends com.azure.core.util.ExpandableStringEnum<FontStyle>
Font style.
  • Field Details

    • NORMAL

      public static final FontStyle NORMAL
      Static value normal for FontStyle.
    • ITALIC

      public static final FontStyle ITALIC
      Static value italic for FontStyle.
  • Constructor Details

  • Method Details

    • fromString

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

      public static Collection<FontStyle> values()
      Gets known FontStyle values.
      Returns:
      known FontStyle values.