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

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

    • NORMAL

      public static final FontWeight NORMAL
      Static value normal for FontWeight.
    • BOLD

      public static final FontWeight BOLD
      Static value bold for FontWeight.
  • Constructor Details

  • Method Details

    • fromString

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

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