[]
        
(Showing Draft Content)

HeaderFooterPosition

Enum Class HeaderFooterPosition

java.lang.Object
java.lang.Enum<HeaderFooterPosition>
com.grapecity.documents.excel.HeaderFooterPosition
All Implemented Interfaces:
Serializable, Comparable<HeaderFooterPosition>, Constable

public enum HeaderFooterPosition extends Enum<HeaderFooterPosition>
Specifies the header/footer's position in the sheet.
  • Enum Constant Details

    • Center

      public static final HeaderFooterPosition Center
      Indicates the header/footer's position in center.
    • Left

      public static final HeaderFooterPosition Left
      Indicates the header/footer's position in left.
  • Method Details

    • values

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