[]
Serializable, Comparable<PageBreakExtent>, ConstableUse this enum when reading a horizontal or vertical page break to determine whether the break spans the full sheet or only the current print area.
worksheet.getRange("A1").setValue("Name");
IHPageBreak pageBreak = worksheet.getHPageBreaks().add(worksheet.getRange("A10"));
PageBreakExtent extent = pageBreak.getExtent();
Enum.EnumDesc<E extends Enum<E>>static PageBreakExtentstatic PageBreakExtent[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null