Uses of Class
org.apache.poi.hssf.record.PageBreakRecord
-
Packages that use PageBreakRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of PageBreakRecord in org.apache.poi.hssf.record
Subclasses of PageBreakRecord in org.apache.poi.hssf.record Modifier and Type Class Description class
HorizontalPageBreakRecord
HorizontalPageBreak (0x001B) record that stores page breaks at rowsclass
VerticalPageBreakRecord
VerticalPageBreak (0x001A) record that stores page breaks at columnsMethods in org.apache.poi.hssf.record that return PageBreakRecord Modifier and Type Method Description abstract PageBreakRecord
PageBreakRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type PageBreakRecord Constructor Description PageBreakRecord(PageBreakRecord other)
-