Class PageBreakRecord.Break

  • All Implemented Interfaces:
    GenericRecord
    Enclosing class:
    PageBreakRecord

    public static final class PageBreakRecord.Break
    extends java.lang.Object
    implements GenericRecord
    Since both records store 2byte integers (short), no point in differentiating it in the records.

    The subs (rows or columns, don't seem to be able to set but excel sets them automatically)

    • Method Detail

      • getMain

        public int getMain()
      • getSubFrom

        public int getSubFrom()
      • getSubTo

        public int getSubTo()
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()
        Specified by:
        getGenericProperties in interface GenericRecord