HSSFSheet

java.lang. Object
+Object()
+hashCode() :int
#finalize() :void
+notify() :void
+notifyAll() :void
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
+getClass() :java.lang.Class
#clone() :java.lang.Object
+equals(java.lang.Object ) :boolean
+toString() :java.lang.String
org.apache.poi.hssf.usermodel. HSSFSheet
+LeftMargin :short
+RightMargin :short
+TopMargin :short
+BottomMargin :short
+PANE_LOWER_RIGHT :byte
+PANE_UPPER_RIGHT :byte
+PANE_LOWER_LEFT :byte
+PANE_UPPER_LEFT :byte
+INITIAL_CAPACITY :int
#HSSFSheet(org.apache.poi.hssf.model.Workbook book)
#HSSFSheet(org.apache.poi.hssf.model.Workbook book, org.apache.poi.hssf.model.Sheet sheet)
+createRow(int rownum) :org.apache.poi.hssf.usermodel.HSSFRow
+removeRow(org.apache.poi.hssf.usermodel.HSSFRow row) :void
+getRow(int rownum) :org.apache.poi.hssf.usermodel.HSSFRow
+getPhysicalNumberOfRows() :int
+getFirstRowNum() :int
+getLastRowNum() :int
+setColumnWidth(short column, short width) :void
+getColumnWidth(short column) :short
+getDefaultColumnWidth() :short
+getDefaultRowHeight() :short
+getDefaultRowHeightInPoints() :float
+setDefaultColumnWidth(short width) :void
+setDefaultRowHeight(short height) :void
+setDefaultRowHeightInPoints(float height) :void
+isGridsPrinted() :boolean
+setGridsPrinted(boolean value) :void
+addMergedRegion(org.apache.poi.hssf.util.Region region) :int
+setVerticallyCenter(boolean value) :void
+getVerticallyCenter(boolean value) :boolean
+setHorizontallyCenter(boolean value) :void
+getHorizontallyCenter() :boolean
+removeMergedRegion(int index) :void
+getNumMergedRegions() :int
+getMergedRegionAt(int index) :org.apache.poi.hssf.util.Region
+rowIterator() :java.util.Iterator
#getSheet() :org.apache.poi.hssf.model.Sheet
+setAlternativeExpression(boolean b) :void
+setAlternativeFormula(boolean b) :void
+setAutobreaks(boolean b) :void
+setDialog(boolean b) :void
+setDisplayGuts(boolean b) :void
+setFitToPage(boolean b) :void
+setRowSumsBelow(boolean b) :void
+setRowSumsRight(boolean b) :void
+getAlternateExpression() :boolean
+getAlternateFormula() :boolean
+getAutobreaks() :boolean
+getDialog() :boolean
+getDisplayGuts() :boolean
+getFitToPage() :boolean
+getRowSumsBelow() :boolean
+getRowSumsRight() :boolean
+isPrintGridlines() :boolean
+setPrintGridlines(boolean newPrintGridlines) :void
+getPrintSetup() :org.apache.poi.hssf.usermodel.HSSFPrintSetup
+getHeader() :org.apache.poi.hssf.usermodel.HSSFHeader
+getFooter() :org.apache.poi.hssf.usermodel.HSSFFooter
+setSelected(boolean sel) :void
+getMargin(short margin) :double
+setMargin(short margin, double size) :void
+setZoom(int numerator, int denominator) :void
+shiftRows(int startRow, int endRow, int n) :void
#insertChartRecords(java.util.List records) :void
+createFreezePane(int colSplit, int rowSplit, int leftmostColumn, int topRow) :void
+createFreezePane(int colSplit, int rowSplit) :void
+createSplitPane(int xSplitPos, int ySplitPos, int leftmostColumn, int topRow, int activePane) :void