Uses of Class
org.apache.poi.hssf.record.aggregates.PageSettingsBlock

Packages that use PageSettingsBlock
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project  
 

Uses of PageSettingsBlock in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return PageSettingsBlock
 PageSettingsBlock InternalSheet.getPageSettings()
           
 

Uses of PageSettingsBlock in org.apache.poi.hssf.usermodel
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type PageSettingsBlock
HSSFFooter(PageSettingsBlock psb)
           
HSSFHeader(PageSettingsBlock psb)
           
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.