Enum HwmfFill.WmfExtFloodFill.HwmfFloodFillMode

java.lang.Object
java.lang.Enum<HwmfFill.WmfExtFloodFill.HwmfFloodFillMode>
org.apache.poi.hwmf.record.HwmfFill.WmfExtFloodFill.HwmfFloodFillMode
All Implemented Interfaces:
Serializable, Comparable<HwmfFill.WmfExtFloodFill.HwmfFloodFillMode>, java.lang.constant.Constable
Enclosing class:
HwmfFill.WmfExtFloodFill

public static enum HwmfFill.WmfExtFloodFill.HwmfFloodFillMode extends Enum<HwmfFill.WmfExtFloodFill.HwmfFloodFillMode>
  • Enum Constant Details

    • FLOOD_FILL_BORDER

      public static final HwmfFill.WmfExtFloodFill.HwmfFloodFillMode FLOOD_FILL_BORDER
      The fill area is bounded by the color specified by the Color member. This style is identical to the filling performed by the META_FLOODFILL record.
    • FLOOD_FILL_SURFACE

      public static final HwmfFill.WmfExtFloodFill.HwmfFloodFillMode FLOOD_FILL_SURFACE
      The fill area is bounded by the color that is specified by the Color member. Filling continues outward in all directions as long as the color is encountered. This style is useful for filling areas with multicolored boundaries.
  • Method Details

    • values

      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static HwmfFill.WmfExtFloodFill.HwmfFloodFillMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null