Uses of Annotation Interface
org.apache.poi.util.Beta
Packages that use Beta
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Beta in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel with annotations of type Beta -
Uses of Beta in org.apache.poi.hssf.converter
Classes in org.apache.poi.hssf.converter with annotations of type BetaModifier and TypeClassDescriptionclass
Common class forExcelToFoConverter
andExcelToHtmlConverter
class
Common class forExcelToFoUtils
andExcelToHtmlUtils
class
Converts xls files (97-2007) to XSL FO.class
Converts xls files (97-2007) to HTML file.class
-
Uses of Beta in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel with annotations of type BetaMethods in org.apache.poi.hssf.usermodel with annotations of type BetaModifier and TypeMethodDescriptionvoid
HSSFSheet.shiftColumns
(int startColumn, int endColumn, int n) Shifts columns in range [startColumn, endColumn] for n places to the right. -
Uses of Beta in org.apache.poi.hssf.usermodel.helpers
Classes in org.apache.poi.hssf.usermodel.helpers with annotations of type BetaModifier and TypeClassDescriptionfinal class
Helper for shifting columns up or down -
Uses of Beta in org.apache.poi.hwpf.converter
Classes in org.apache.poi.hwpf.converter with annotations of type BetaModifier and TypeClassDescriptionclass
class
class
class
interface
class
final class
Utility class to translate numbers in letters, usually for lists.interface
User-implemented pictures manager to store images on-diskclass
class
class
class
Converts Word files (95-2007) into HTML files.class
class
-
Uses of Beta in org.apache.poi.hwpf.dev
Classes in org.apache.poi.hwpf.dev with annotations of type BetaModifier and TypeClassDescriptionfinal class
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 BetaModifier and TypeClassDescriptionfinal class
An exampleZipEntrySource
that has encrypted temp files to ensure that sensitive data is not stored in raw format on disk.class
EncryptedTempData can be used to buffer binary data in a secure way, by using encrypted temp files.class
class
-
Uses of Beta in org.apache.poi.sl.usermodel
Classes in org.apache.poi.sl.usermodel with annotations of type Beta -
Uses of Beta in org.apache.poi.ss.extractor
Classes in org.apache.poi.ss.extractor with annotations of type BetaModifier and TypeClassDescriptionclass
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 BetaModifier and TypeClassDescriptionclass
enum
Enum mapping the values of STDataConsolidateFunctionclass
-
Uses of Beta in org.apache.poi.ss.usermodel.helpers
Classes in org.apache.poi.ss.usermodel.helpers with annotations of type Beta -
Uses of Beta in org.apache.poi.xddf.usermodel
Classes in org.apache.poi.xddf.usermodel with annotations of type BetaModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
interface
class
class
class
class
class
class
class
class
class
interface
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Beta in org.apache.poi.xddf.usermodel.chart
Classes in org.apache.poi.xddf.usermodel.chart with annotations of type BetaModifier and TypeClassDescriptionclass
class
interface
class
class
Base class for all axis types.class
Base of all XDDF Chart Dataclass
final class
Represents a DrawingML chart legendinterface
class
ClassXDDFDataSourcesFactory
is a factory forXDDFDataSource
instances.class
Date axis type.class
class
class
final class
Represents a DrawingML manual layout.interface
XDDFNumericalDataSource<T extends Number>
class
class
class
class
class
class
Methods in org.apache.poi.xddf.usermodel.chart with annotations of type BetaModifier and TypeMethodDescriptionXDDFChart.getFormattedTitle()
Get the chart title body if there is one, i.e. -
Uses of Beta in org.apache.poi.xddf.usermodel.text
Classes in org.apache.poi.xddf.usermodel.text with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
interface
class
interface
class
class
class
interface
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Represents a paragraph of text within the containing text body.class
-
Uses of Beta in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel with annotations of type BetaModifier and TypeClassDescriptionclass
High level representation of a ooxml slideshow.class
Represents a shape with a preset geometry.final class
Represents a Chart in a .pptx presentationclass
Encapsulates logic to read color definitions from DrawingML and convert them to java.awt.Colorclass
class
class
Specifies a connection shape.class
class
Represents a custom geometric shape.class
class
Represents a group shape that consists of many shapes grouped together.final class
class
Notes master object associated with this layout.final class
An XSLFOleData instance holds the ole binary stream/objectfinal class
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeclass
Represents a picture shapefinal class
class
Base super-class class for all shapes in PresentationMLclass
class
Represents a single (non-group) shape in a .pptx slide showfinal class
class
class
Slide master object associated with this layout.class
class
class
Represents a paragraph of text within the containing text body.class
Represents a run of text within the containing text body.class
Represents a shape that can hold text.class
A shared style sheet in a .pptx slide showMethods in org.apache.poi.xslf.usermodel with annotations of type Beta -
Uses of Beta in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel with annotations of type BetaMethods in org.apache.poi.xssf.usermodel with annotations of type BetaModifier and TypeMethodDescriptionvoid
XSSFPivotTable.addColLabel
(int columnIndex) Add a col label using data from the given column.void
XSSFPivotTable.addColLabel
(int columnIndex, String valueFormat) Add a col label using data from the given column.void
XSSFPivotTable.addColumnLabel
(DataConsolidateFunction function, int columnIndex) Add a column label using data from the given column and specified functionvoid
XSSFPivotTable.addColumnLabel
(DataConsolidateFunction function, int columnIndex, String valueFieldName) Add a column label using data from the given column and specified functionvoid
XSSFPivotTable.addColumnLabel
(DataConsolidateFunction function, int columnIndex, String valueFieldName, String valueFormat) Add a column label using data from the given column and specified functionvoid
XSSFPivotTable.addDataColumn
(int columnIndex, boolean isDataField) Add column containing data from the referenced area.protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache
XSSFWorkbook.addPivotCache
(String rId) Add pivotCache to the workbookvoid
XSSFPivotTable.addReportFilter
(int columnIndex) Add filter for the column with the corresponding index and cell valuevoid
XSSFPivotTable.addRowLabel
(int columnIndex) Add a row label using data from the given column.protected void
XSSFPivotCacheDefinition.commit()
protected void
XSSFPivotCacheRecords.commit()
protected void
XSSFPivotTable.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 workbookvoid
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 forXSSFSheet.copyRows(List, int, CellCopyPolicy)
Equivalent to copyRows(getRows(srcStartRow, srcEndRow, false), destStartRow, cellCopyPolicy)void
XSSFSheet.copyRows
(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()
XSSFSheet.createPivotTable
(Name source, CellReference position) Create a pivot table using the Name range, at the given position.XSSFSheet.createPivotTable
(Name source, CellReference position, Sheet sourceSheet) Create a pivot table using the Name range reference on sourceSheet, at the given position.XSSFSheet.createPivotTable
(Table source, CellReference position) Create a pivot table using the Table, at the given position.XSSFSheet.createPivotTable
(AreaReference source, CellReference position) Create a pivot table using the AreaReference range, at the given position.XSSFSheet.createPivotTable
(AreaReference source, CellReference position, Sheet sourceSheet) Create a pivot table using the AreaReference range on sourceSheet, 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 tableXSSFPivotTable.getColLabelColumns()
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()
XSSFPivotTable.getDataSheet()
XSSFPivotTable.getParentSheet()
XSSFPivotCacheDefinition.getPivotArea
(Workbook wb) Find the 2D base data area for the pivot table, either from its direct reference or named table/range.XSSFPivotTable.getPivotCache()
XSSFPivotTable.getPivotCacheDefinition()
XSSFPivotTable.getPivotCacheRecords()
XSSFSheet.getPivotTables()
Returns all the pivot tables for this SheetXSSFWorkbook.getPivotTables()
XSSFPivotTable.getRowLabelColumns()
XSSFSimpleShape.getTextBody()
protected void
XSSFPivotCache.readFrom
(InputStream is) void
XSSFPivotCacheDefinition.readFrom
(InputStream is) protected void
XSSFPivotCacheRecords.readFrom
(InputStream is) void
XSSFPivotTable.readFrom
(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
(List<XSSFPivotTable> pivotTables) Constructors in org.apache.poi.xssf.usermodel with annotations of type BetaModifierConstructorDescriptionprotected
XSSFPivotCache
(PackagePart part) Creates n XSSFPivotCache representing the given package part and relationship.XSSFPivotCache
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache ctPivotCache) protected
Creates an XSSFPivotCacheDefintion representing the given package part and relationship.protected
Creates an XSSFPivotCacheRecords representing the given package part and relationship.protected
protected
XSSFPivotTable
(PackagePart part) Creates an XSSFPivotTable representing the given package part and relationship. -
Uses of Beta in org.apache.poi.xssf.usermodel.helpers
Classes in org.apache.poi.xssf.usermodel.helpers with annotations of type BetaModifier and TypeClassDescriptionfinal class
Helper for shifting columns up or down -
Uses of Beta in org.apache.poi.xwpf.usermodel
Classes in org.apache.poi.xwpf.usermodel with annotations of type Beta