Enum AFloat

java.lang.Object
java.lang.Enum<AFloat>
org.ofdrw.layout.element.AFloat
All Implemented Interfaces:
Serializable, Comparable<AFloat>, java.lang.constant.Constable

public enum AFloat extends Enum<AFloat>
在段中的浮动方向
Since:
2020-02-03 01:01:35
Author:
权观宇
  • Enum Constant Details

    • left

      public static final AFloat left
      向左浮动
    • center

      public static final AFloat center
      居中浮动
  • Method Details

    • values

      public static AFloat[] 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 AFloat 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