Package org.apache.poi.xssf.usermodel
Class XSSFChartSheet
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFSheet
org.apache.poi.xssf.usermodel.XSSFChartSheet
- All Implemented Interfaces:
Iterable<Row>,Sheet,OoxmlSheetExtensions
High level representation of Sheet Parts that are of type 'chartsheet'.
Chart sheet is a special kind of Sheet that contains only chart and no data.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart -
Field Summary
Fields inherited from interface org.apache.poi.ss.usermodel.Sheet
BottomMargin, FooterMargin, HeaderMargin, LeftMargin, PANE_LOWER_LEFT, PANE_LOWER_RIGHT, PANE_UPPER_LEFT, PANE_UPPER_RIGHT, RightMargin, TopMargin -
Method Summary
Modifier and TypeMethodDescriptionProvide access to the CTChartsheet bean holding this sheet's dataMethods inherited from class org.apache.poi.xssf.usermodel.XSSFSheet
addHyperlink, addIgnoredErrors, addIgnoredErrors, addMergedRegion, addMergedRegionUnsafe, addValidationData, autoSizeColumn, autoSizeColumn, copyRows, copyRows, createDrawingPatriarch, createFreezePane, createFreezePane, createPivotTable, createPivotTable, createPivotTable, createPivotTable, createPivotTable, createRow, createSplitPane, createSplitPane, createTable, disableLocking, enableLocking, findEndOfRowOutlineGroup, getActiveCell, getAutobreaks, getCellComment, getCellComments, getColumnBreaks, getColumnHelper, getColumnOutlineLevel, getColumnStyle, getColumnWidth, getColumnWidthInPixels, getCTWorksheet, getDataValidationHelper, getDataValidations, getDefaultColumnWidth, getDefaultRowHeight, getDefaultRowHeightInPoints, getDimension, getDisplayGuts, getDrawingPatriarch, getEvenFooter, getEvenHeader, getFirstFooter, getFirstHeader, getFirstRowNum, getFitToPage, getFooter, getForceFormulaRecalculation, getHeader, getHeaderFooterProperties, getHorizontallyCenter, getHyperlink, getHyperlink, getHyperlinkList, getIgnoredErrors, getLastRowNum, getLeftCol, getMargin, getMargin, getMergedRegion, getMergedRegions, getNumHyperlinks, getNumMergedRegions, getOddFooter, getOddHeader, getPaneInformation, getPhysicalNumberOfRows, getPivotTables, getPrintSetup, getProtect, getRepeatingColumns, getRepeatingRows, getRow, getRowBreaks, getRowSumsBelow, getRowSumsRight, getScenarioProtect, getSharedFormula, getSheetConditionalFormatting, getSheetName, getTabColor, getTables, getTopRow, getVerticallyCenter, getVMLDrawing, getWorkbook, groupColumn, groupRow, hasComments, isAutoFilterLocked, isColumnBroken, isColumnHidden, isDeleteColumnsLocked, isDeleteRowsLocked, isDisplayFormulas, isDisplayGridlines, isDisplayRowColHeadings, isDisplayZeros, isFormatCellsLocked, isFormatColumnsLocked, isFormatRowsLocked, isInsertColumnsLocked, isInsertHyperlinksLocked, isInsertRowsLocked, isObjectsLocked, isPivotTablesLocked, isPrintGridlines, isPrintRowAndColumnHeadings, isRightToLeft, isRowBroken, isScenariosLocked, isSelected, isSelectLockedCellsLocked, isSelectUnlockedCellsLocked, isSheetLocked, isSortLocked, lockAutoFilter, lockDeleteColumns, lockDeleteRows, lockFormatCells, lockFormatColumns, lockFormatRows, lockInsertColumns, lockInsertHyperlinks, lockInsertRows, lockObjects, lockPivotTables, lockScenarios, lockSelectLockedCells, lockSelectUnlockedCells, lockSort, protectSheet, removeArrayFormula, removeColumnBreak, removeHyperlink, removeHyperlink, removeMergedRegion, removeMergedRegions, removeRow, removeRowBreak, removeTable, rowIterator, setActiveCell, setArrayFormula, setAutobreaks, setAutoFilter, setColumnBreak, setColumnGroupCollapsed, setColumnHidden, setColumnWidth, setDefaultColumnStyle, setDefaultColumnWidth, setDefaultRowHeight, setDefaultRowHeightInPoints, setDimensionOverride, setDisplayFormulas, setDisplayGridlines, setDisplayGuts, setDisplayRowColHeadings, setDisplayZeros, setFitToPage, setForceFormulaRecalculation, setHorizontallyCenter, setMargin, setMargin, setPrintGridlines, setPrintRowAndColumnHeadings, setRepeatingColumns, setRepeatingRows, setRightToLeft, setRowBreak, setRowGroupCollapsed, setRowSumsBelow, setRowSumsRight, setSelected, setSheetPassword, setTabColor, setVerticallyCenter, setZoom, shiftColumns, shiftRows, shiftRows, showInPane, spliterator, ungroupColumn, ungroupRow, validateMergedRegions, validateSheetPasswordMethods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommitted, setCommitted, toString
-
Method Details
-
getCTChartsheet
Provide access to the CTChartsheet bean holding this sheet's data- Returns:
- the CTChartsheet bean holding this sheet's data
-