Uses of Class
org.apache.poi.hssf.record.aggregates.PageSettingsBlock
-
Packages that use PageSettingsBlock Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of PageSettingsBlock in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return PageSettingsBlock Modifier and Type Method Description PageSettingsBlock
InternalSheet. getPageSettings()
-
Uses of PageSettingsBlock in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type PageSettingsBlock Constructor Description HSSFEvenFooter(PageSettingsBlock psb)
HSSFEvenHeader(PageSettingsBlock psb)
HSSFFirstFooter(PageSettingsBlock psb)
HSSFFirstHeader(PageSettingsBlock psb)
HSSFFooter(PageSettingsBlock psb)
HSSFHeader(PageSettingsBlock psb)
-