Uses of Class
org.apache.poi.util.Beta

Packages that use Beta
org.apache.poi.hslf.usermodel   
org.apache.poi.hssf.converter   
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.dev   
org.apache.poi.poifs.crypt.temp   
org.apache.poi.ss.extractor   
org.apache.poi.ss.usermodel   
org.apache.poi.ss.usermodel.charts   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.charts   
 

Uses of Beta in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel with annotations of type Beta
 class HSLFConnectorShape
          Specifies a connection shape.
 

Uses of Beta in org.apache.poi.hssf.converter
 

Classes in org.apache.poi.hssf.converter with annotations of type Beta
 class AbstractExcelConverter
          Common class for ExcelToFoConverter and ExcelToHtmlConverter
 class AbstractExcelUtils
          Common class for ExcelToFoUtils and ExcelToHtmlUtils
 class ExcelToFoConverter
          Converts xls files (97-2007) to XSL FO.
 class ExcelToFoUtils
           
 class ExcelToHtmlConverter
          Converts xls files (97-2007) to HTML file.
 class ExcelToHtmlUtils
           
 

Uses of Beta in org.apache.poi.hwpf.converter
 

Classes in org.apache.poi.hwpf.converter with annotations of type Beta
 class AbstractWordConverter
           
 class AbstractWordUtils
           
 class DefaultFontReplacer
           
 class FoDocumentFacade
           
 interface FontReplacer
           
 class HtmlDocumentFacade
           
 class NumberFormatter
          Utility class to translate numbers in letters, usually for lists.
 interface PicturesManager
          User-implemented pictures manager to store images on-disk
 class TextDocumentFacade
           
 class WordToFoConverter
           
 class WordToFoUtils
           
 class WordToHtmlConverter
          Converts Word files (95-2007) into HTML files.
 class WordToHtmlUtils
           
 class WordToTextConverter
           
 

Uses of Beta in org.apache.poi.hwpf.dev
 

Classes in org.apache.poi.hwpf.dev with annotations of type Beta
 class HWPFLister
          Used by developers to list out key information on a HWPF file.
 

Uses of Beta in org.apache.poi.poifs.crypt.temp
 

Classes in org.apache.poi.poifs.crypt.temp with annotations of type Beta
 class AesZipFileZipEntrySource
          An example ZipEntrySource that has encrypted temp files to ensure that sensitive data is not stored in raw format on disk.
 class EncryptedTempData
          EncryptedTempData can be used to buffer binary data in a secure way, by using encrypted temp files.
 class SheetDataWriterWithDecorator
           
 class SXSSFWorkbookWithCustomZipEntrySource
           
 

Uses of Beta in org.apache.poi.ss.extractor
 

Classes in org.apache.poi.ss.extractor with annotations of type Beta
 class EmbeddedExtractor
          This extractor class tries to identify various embedded documents within Excel files and provide them via a common interface, i.e.
 

Uses of Beta in org.apache.poi.ss.usermodel
 

Classes in org.apache.poi.ss.usermodel with annotations of type Beta
 class CellCopyPolicy
           
 class DataConsolidateFunction
          Enum mapping the values of STDataConsolidateFunction
 

Uses of Beta in org.apache.poi.ss.usermodel.charts
 

Classes in org.apache.poi.ss.usermodel.charts with annotations of type Beta
 interface ChartAxis
          High level representation of chart axis.
 interface ChartAxisFactory
          A factory for different chart axis.
 interface ChartData
          A base for all charts data types.
 interface ChartDataFactory
          A factory for different charts data types.
 interface ChartDataSource<T>
          Represents data model of the charts.
 interface ChartLegend
          High level representation of chart legend.
 class DataSources
          Class DataSources is a factory for ChartDataSource instances.
 interface LineChartData
          Data for a Line Chart
 interface LineChartSeries
          Represents a line chart series.
 interface ManualLayout
          High level representation of chart element manual layout.
 interface ManuallyPositionable
          Abstraction of chart element that can be positioned with manual layout.
 interface ScatterChartSeries
          Represents scatter charts series.
 interface ValueAxis
           
 

Uses of Beta in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel with annotations of type Beta
 class XMLSlideShow
          High level representation of a ooxml slideshow.
 class XSLFAutoShape
          Represents a shape with a preset geometry.
 class XSLFChart
          Represents a Chart in a .pptx presentation
 class XSLFColor
          Encapsulates logic to read color definitions from DrawingML and convert them to java.awt.Color
 class XSLFCommentAuthors
           
 class XSLFComments
           
 class XSLFCommonSlideData
           
 class XSLFConnectorShape
          Specifies a connection shape.
 class XSLFDrawing
           
 class XSLFFreeformShape
          Represents a custom geometric shape.
 class XSLFGraphicFrame
           
 class XSLFGroupShape
          Represents a group shape that consists of many shapes grouped together.
 class XSLFNotes
           
 class XSLFNotesMaster
          Notes master object associated with this layout.
 class XSLFPictureData
          Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
 class XSLFPictureShape
          Represents a picture shape
 class XSLFRelation
           
 class XSLFShape
          Base super-class class for all shapes in PresentationML
 class XSLFSheet
           
 class XSLFSimpleShape
          Represents a single (non-group) shape in a .pptx slide show
 class XSLFSlide
           
 class XSLFSlideLayout
           
 class XSLFSlideMaster
          Slide master object associated with this layout.
 class XSLFTableStyles
           
 class XSLFTextBox
           
 class XSLFTextParagraph
          Represents a paragraph of text within the containing text body.
 class XSLFTextRun
          Represents a run of text within the containing text body.
 class XSLFTextShape
          Represents a shape that can hold text.
 class XSLFTheme
          A shared style sheet in a .pptx slide show
 

Uses of Beta in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with annotations of type Beta
 void XSSFPivotTable.addColumnLabel(DataConsolidateFunction function, int columnIndex)
          Add a column label using data from the given column and specified function
 void XSSFPivotTable.addColumnLabel(DataConsolidateFunction function, int columnIndex, java.lang.String valueFieldName)
          Add a column label using data from the given column and specified function
 void XSSFPivotTable.addDataColumn(int columnIndex, boolean isDataField)
          Add column containing data from the referenced area.
protected  org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache XSSFWorkbook.addPivotCache(java.lang.String rId)
          Add pivotCache to the workbook
 void XSSFPivotTable.addReportFilter(int columnIndex)
          Add filter for the column with the corresponding index and cell value
 void XSSFPivotTable.addRowLabel(int columnIndex)
          Add a row label using data from the given column.
protected  void XSSFPivotCacheRecords.commit()
           
protected  void XSSFPivotTable.commit()
           
protected  void XSSFPivotCacheDefinition.commit()
           
 void XSSFCell.copyCellFrom(Cell srcCell, CellCopyPolicy policy)
          Copy cell value, formula and style, from srcCell per cell copy policy If srcCell is null, clears the cell value and cell style per cell copy policy This does not shift references in formulas.
 void XSSFRow.copyRowFrom(Row srcRow, CellCopyPolicy policy)
          Copy the cells from srcRow to this row If this row is not a blank row, this will merge the two rows, overwriting the cells in this row with the cells in srcRow If srcRow is null, overwrite cells in destination row with blank values, styles, etc per cell copy policy srcRow may be from a different sheet in the same workbook
 void XSSFSheet.copyRows(int srcStartRow, int srcEndRow, int destStartRow, CellCopyPolicy cellCopyPolicy)
          Copies rows between srcStartRow and srcEndRow to the same sheet, starting at destStartRow Convenience function for XSSFSheet.copyRows(List, int, CellCopyPolicy) Equivalent to copyRows(getRows(srcStartRow, srcEndRow, false), destStartRow, cellCopyPolicy)
 void XSSFSheet.copyRows(java.util.List<? extends Row> srcRows, int destStartRow, CellCopyPolicy policy)
          copyRows rows from srcRows to this sheet starting at destStartRow Additionally copies merged regions that are completely defined in these rows (ie.
protected  void XSSFPivotCacheDefinition.createCacheFields(Sheet sheet)
          Generates a cache field for each column in the reference area for the pivot table.
protected  void XSSFPivotTable.createDefaultDataColumns()
           
 XSSFPivotTable XSSFSheet.createPivotTable(AreaReference source, CellReference position)
          Create a pivot table using the AreaReference range, at the given position.
 XSSFPivotTable XSSFSheet.createPivotTable(AreaReference source, CellReference position, Sheet sourceSheet)
          Create a pivot table using the AreaReference range on sourceSheet, at the given position.
 XSSFPivotTable XSSFSheet.createPivotTable(Name source, CellReference position)
          Create a pivot table using the Name range, at the given position.
 XSSFPivotTable XSSFSheet.createPivotTable(Name source, CellReference position, Sheet sourceSheet)
          Create a pivot table using the Name range reference on sourceSheet, at the given position.
 XSSFPivotTable XSSFSheet.createPivotTable(Table source, CellReference position)
          Create a pivot table using the Table, at the given position.
protected  void XSSFPivotTable.createSourceReferences(CellReference position, Sheet sourceSheet, XSSFPivotTable.PivotTableReferenceConfigurator refConfig)
          Creates cacheSource and workSheetSource for pivot table and sets the source reference as well assets the location of the pivot table
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache XSSFPivotCache.getCTPivotCache()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheDefinition XSSFPivotCacheDefinition.getCTPivotCacheDefinition()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCacheRecords XSSFPivotCacheRecords.getCtPivotCacheRecords()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition XSSFPivotTable.getCTPivotTableDefinition()
           
 Sheet XSSFPivotTable.getDataSheet()
           
 Sheet XSSFPivotTable.getParentSheet()
           
 AreaReference XSSFPivotCacheDefinition.getPivotArea(Workbook wb)
          Find the 2D base data area for the pivot table, either from its direct reference or named table/range.
 XSSFPivotCache XSSFPivotTable.getPivotCache()
           
 XSSFPivotCacheDefinition XSSFPivotTable.getPivotCacheDefinition()
           
 XSSFPivotCacheRecords XSSFPivotTable.getPivotCacheRecords()
           
 java.util.List<XSSFPivotTable> XSSFSheet.getPivotTables()
          Returns all the pivot tables for this Sheet
 java.util.List<XSSFPivotTable> XSSFWorkbook.getPivotTables()
           
 java.util.List<java.lang.Integer> XSSFPivotTable.getRowLabelColumns()
           
protected  void XSSFPivotCacheRecords.readFrom(java.io.InputStream is)
           
 void XSSFPivotTable.readFrom(java.io.InputStream is)
           
 void XSSFPivotCacheDefinition.readFrom(java.io.InputStream is)
           
protected  void XSSFPivotCache.readFrom(java.io.InputStream is)
           
 void XSSFPivotTable.setCTPivotTableDefinition(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotTableDefinition pivotTableDefinition)
           
protected  void XSSFPivotTable.setDefaultPivotTableDefinition()
          Set default values for the table definition.
 void XSSFPivotTable.setParentSheet(XSSFSheet parentSheet)
           
 void XSSFPivotTable.setPivotCache(XSSFPivotCache pivotCache)
           
 void XSSFPivotTable.setPivotCacheDefinition(XSSFPivotCacheDefinition pivotCacheDefinition)
           
 void XSSFPivotTable.setPivotCacheRecords(XSSFPivotCacheRecords pivotCacheRecords)
           
protected  void XSSFWorkbook.setPivotTables(java.util.List<XSSFPivotTable> pivotTables)
           
 

Constructors in org.apache.poi.xssf.usermodel with annotations of type Beta
XSSFPivotCache()
           
XSSFPivotCache(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache)
           
XSSFPivotCache(PackagePart part)
          Creates n XSSFPivotCache representing the given package part and relationship.
XSSFPivotCacheDefinition()
           
XSSFPivotCacheDefinition(PackagePart part)
          Creates an XSSFPivotCacheDefintion representing the given package part and relationship.
XSSFPivotCacheRecords()
           
XSSFPivotCacheRecords(PackagePart part)
          Creates an XSSFPivotCacheRecords representing the given package part and relationship.
XSSFPivotTable()
           
XSSFPivotTable(PackagePart part)
          Creates an XSSFPivotTable representing the given package part and relationship.
 

Uses of Beta in org.apache.poi.xssf.usermodel.charts
 

Classes in org.apache.poi.xssf.usermodel.charts with annotations of type Beta
 class XSSFCategoryAxis
          Category axis type.
 class XSSFChartAxis
          Base class for all axis types.
 class XSSFChartDataFactory
           
 class XSSFChartLegend
          Represents a SpreadsheetML chart legend
 class XSSFDateAxis
          Date axis type.
 class XSSFLineChartData
          Holds data for a XSSF Line Chart
 class XSSFManualLayout
          Represents a SpreadsheetML manual layout.
 class XSSFScatterChartData
          Represents DrawingML scatter charts.
 class XSSFValueAxis
          Value axis type.
 



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