[]
        
(Showing Draft Content)

PageBreakExtent

Enum Class PageBreakExtent

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

public enum PageBreakExtent extends Enum<PageBreakExtent>
Specifies whether a page break is full screen or applies only within the print area.
  • Enum Constant Details

    • PageBreakFull

      public static final PageBreakExtent PageBreakFull
      Specifies the page break is full screen.
    • PageBreakPartial

      public static final PageBreakExtent PageBreakPartial
      Specifies the page break is only within print area.
  • Method Details

    • values

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