Enum Class FrameWrap

java.lang.Object
java.lang.Enum<FrameWrap>
com.independentsoft.office.word.FrameWrap
All Implemented Interfaces:
Serializable, Comparable<FrameWrap>, Constable

public enum FrameWrap extends Enum<FrameWrap>
The Enum FrameWrap.
  • Enum Constant Details

    • AROUND

      public static final FrameWrap AROUND
    • AUTO

      public static final FrameWrap AUTO
    • NOT_BESIDE

      public static final FrameWrap NOT_BESIDE
    • THROUGH

      public static final FrameWrap THROUGH
    • TIGHT

      public static final FrameWrap TIGHT
    • NONE

      public static final FrameWrap NONE
  • Method Details

    • values

      public static FrameWrap[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FrameWrap valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null