Enum Class ReplaceIn

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

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

    • ALL

      public static final ReplaceIn ALL
    • BODY

      public static final ReplaceIn BODY
    • HEADERS_AND_FOOTERS

      public static final ReplaceIn HEADERS_AND_FOOTERS
  • Method Details

    • values

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