Enum Class WrapInfluence

java.lang.Object
java.lang.Enum<WrapInfluence>
com.independentsoft.office.odf.styles.WrapInfluence
All Implemented Interfaces:
Serializable, Comparable<WrapInfluence>, Constable

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

    • ITERATIVE

      public static final WrapInfluence ITERATIVE
      Images are placed iteratively until all specified layout formatting properties are satisfied.
    • ONCE_CONCURRENT

      public static final WrapInfluence ONCE_CONCURRENT
      Images are aligned with one another.
    • ONCE_SUCCESSIVE

      public static final WrapInfluence ONCE_SUCCESSIVE
      Subsequent image is placed after the preceding image.
    • NONE

      public static final WrapInfluence NONE
      None.
  • Method Details

    • values

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