Package | Description |
---|---|
org.apache.poi.ddf |
This package contains classes for decoding the Microsoft Office Drawing format otherwise
known as escher henceforth known in POI as the Dreadful Drawing Format.
|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.record.aggregates |
The record aggregates are not real "records" but collections of records that act as a single record.
|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ooxml.util | |
org.apache.poi.poifs.crypt.dsig | |
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.apache.poi.ss.formula.atp | |
org.apache.poi.ss.usermodel | |
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
static boolean |
DefaultEscherRecordFactory.isContainer(short options,
short recordId)
Deprecated.
this method is not used anymore to identify container records
|
Constructor and Description |
---|
EscherArrayProperty(short propertyNumber,
boolean isBlipId,
byte[] complexData)
|
Modifier and Type | Method and Description |
---|---|
int |
DocumentAtom.getSlideSizeType()
Deprecated.
to be replaced by enum
|
Modifier and Type | Method and Description |
---|---|
static <T extends EscherProperty> |
HSLFShape.getEscherProperty(AbstractEscherOptRecord opt,
int propId)
Deprecated.
use
HSLFShape.getEscherProperty(EscherPropertyTypes) instead |
int |
HSLFShape.getEscherProperty(short propId,
int defaultValue)
Deprecated.
|
static void |
HSLFShape.setEscherProperty(AbstractEscherOptRecord opt,
short propId,
int value)
|
void |
HSLFShape.setEscherProperty(short propId,
int value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
FormulaRecord.getCachedResultType()
Deprecated.
POI 5.0.0, will be removed in 6.0, use getCachedResultTypeEnum until switch to enum is fully done
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ValueRecordsAggregate.clone()
Deprecated.
use
HSSFSheet.cloneSheet(HSSFWorkbook) instead |
Modifier and Type | Method and Description |
---|---|
int |
HSSFCellStyle.getFontIndexAsInt()
Deprecated.
use
HSSFCellStyle.getFontIndex() instead |
int |
HSSFFont.getIndexAsInt()
Deprecated.
|
int |
HSSFWorkbook.getNumberOfFontsAsInt()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXHelper
Deprecated.
use
XMLHelper |
class |
TransformerHelper
Deprecated.
use
XMLHelper |
Modifier and Type | Method and Description |
---|---|
javax.xml.crypto.dsig.keyinfo.KeyInfoFactory |
SignatureConfig.getKeyInfoFactory()
Deprecated.
in POI 5.0.0 - will be handled by SignatureInfo internally
|
OPCPackage |
SignatureConfig.getOpcPackage()
Deprecated.
in POI 5.0.0 - use
SignatureInfo.setOpcPackage(OPCPackage) instead |
java.security.Provider |
SignatureConfig.getProvider()
Deprecated.
in POI 5.0.0 - will be handled by SignatureInfo internally
|
javax.xml.crypto.dsig.XMLSignatureFactory |
SignatureConfig.getSignatureFactory()
Deprecated.
in POI 5.0.0 - will be handled by SignatureInfo internally
|
javax.xml.crypto.URIDereferencer |
SignatureConfig.getUriDereferencer()
Deprecated.
in POI 5.0.0 - use
SignatureInfo.getUriDereferencer() instead |
void |
SignatureConfig.setKeyInfoFactory(javax.xml.crypto.dsig.keyinfo.KeyInfoFactory keyInfoFactory)
Deprecated.
in POI 5.0.0 - use
SignatureInfo.setKeyInfoFactory(KeyInfoFactory) |
void |
SignatureConfig.setOpcPackage(OPCPackage opcPackage)
Deprecated.
in POI 5.0.0 - use
SignatureInfo.setOpcPackage(OPCPackage) instead |
void |
SignatureConfig.setProvider(java.security.Provider provider)
Deprecated.
in POI 5.0.0 - use
SignatureInfo.setProvider(Provider) |
void |
SignatureConfig.setSignatureFactory(javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory)
Deprecated.
in POI 5.0.0 - use
SignatureInfo.setSignatureFactory(XMLSignatureFactory) |
void |
SignatureConfig.setUriDereferencer(javax.xml.crypto.URIDereferencer uriDereferencer)
Deprecated.
in POI 5.0.0 - use
SignatureInfo.setUriDereferencer(URIDereferencer) instead |
Modifier and Type | Method and Description |
---|---|
static boolean |
DocumentFactoryHelper.hasOOXMLHeader(java.io.InputStream inp)
Deprecated.
in 3.17-beta2, use
FileMagic.valueOf(InputStream) == FileMagic.OOXML instead |
Modifier and Type | Class and Description |
---|---|
class |
DateParser
Deprecated.
in 5.0.0 - use
DateParser |
Modifier and Type | Class and Description |
---|---|
class |
FontCharset
Deprecated.
enum will be replaced by common version org.apache.poi.common.usermodel.FontCharset
|
Modifier and Type | Method and Description |
---|---|
int |
CellStyle.getFontIndexAsInt()
Deprecated.
use
CellStyle.getFontIndex() instead |
int |
Font.getIndexAsInt()
Deprecated.
use
Font.getIndex() instead |
int |
Workbook.getNumberOfFontsAsInt()
Deprecated.
|
void |
Cell.setCellType(CellType cellType)
Deprecated.
This method is deprecated and will be removed in POI 5.0.
Use explicit
Cell.setCellFormula(String) , setCellValue(...) or Cell.setBlank()
to get the desired result. |
Modifier and Type | Class and Description |
---|---|
class |
StaxHelper
Deprecated.
use
XMLHelper |
Modifier and Type | Method and Description |
---|---|
int |
SXSSFWorkbook.getNumberOfFontsAsInt()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
XSSFCellStyle.getFontIndexAsInt()
Deprecated.
use
XSSFCellStyle.getFontIndex() instead |
int |
XSSFFont.getIndexAsInt()
Deprecated.
|
int |
XSSFWorkbook.getNumberOfFontsAsInt()
Deprecated.
|
void |
XSSFFont.setCharSet(FontCharset charSet)
Deprecated.
use
XSSFFont.setCharSet(FontCharset) instead |
Constructor and Description |
---|
XSSFColor()
Deprecated.
as of 4.0.0, we want to have the indexed map, and all calling contexts have access to it.
|
XSSFColor(java.awt.Color clr)
Deprecated.
3.17 beta 1 - pass the workbook styles indexed color map, if any
|
XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
Deprecated.
3.17 beta 1 - pass the workbook styles indexed color map, if any
|
XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color,
IndexedColorMap map)
Deprecated.
4.0.0 - use the factory
XSSFColor.from(CTColor, IndexedColorMap) method instead to check for null CTColor instances. Make private eventually |
Modifier and Type | Method and Description |
---|---|
int |
XWPFRun.getFontSize()
Deprecated.
|
int |
XWPFDefaultRunStyle.getFontSize()
Deprecated.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.