Uses of Class
loci.poi.hssf.record.PageBreakRecord
Packages that use PageBreakRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
-
Uses of PageBreakRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as PageBreakRecordModifier and TypeFieldDescriptionprotected PageBreakRecordSheet.colBreaksprotected PageBreakRecordSheet.rowBreaksMethods in loci.poi.hssf.model with parameters of type PageBreakRecordModifier and TypeMethodDescriptionvoidSheet.shiftBreaks(PageBreakRecord breaks, short start, short stop, int count) Shifts all the page breaks in the range "count" number of rows/columns -
Uses of PageBreakRecord in loci.poi.hssf.record
Subclasses of PageBreakRecord in loci.poi.hssf.recordModifier and TypeClassDescriptionclassHorizontalPageBreak record that stores page breaks at rowsclassVerticalPageBreak record that stores page breaks at columns