|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Removal | |
---|---|
org.apache.poi | |
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.hpsf | |
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hsmf | |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
org.apache.poi.openxml4j.opc.internal | |
org.apache.poi.poifs.crypt | Implementation of the ECMA-376 Document Encryption |
org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
org.apache.poi.ss.format | This package contains classes that implement cell formatting |
org.apache.poi.ss.formula.atp | |
org.apache.poi.ss.formula.ptg | formula package contains binary PTG structures used in Formulas |
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.util | |
org.apache.poi.xwpf.model |
Uses of Removal in org.apache.poi |
---|
Methods in org.apache.poi with annotations of type Removal | |
---|---|
static void |
POIXMLTypeLoader.setClassLoader(java.lang.ClassLoader cl)
Deprecated. in POI 3.17 - setting a classloader from the outside is now obsolete, the classloader of the SchemaType will be used |
Uses of Removal in org.apache.poi.ddf |
---|
Methods in org.apache.poi.ddf with annotations of type Removal | |
---|---|
java.util.Iterator<EscherRecord> |
EscherContainerRecord.getChildIterator()
Deprecated. POI 3.16 beta 1. use iterator() or loop over the container record instead, e.g. "for (EscherRecord r : container) ..." |
Uses of Removal in org.apache.poi.hpsf |
---|
Classes in org.apache.poi.hpsf with annotations of type Removal | |
---|---|
class |
MutableProperty
Deprecated. POI 3.16 - use Property as base class instead |
class |
MutablePropertySet
Deprecated. POI 3.16 - use PropertySet as base class instead |
class |
MutableSection
Deprecated. POI 3.16 - use Section as base class instead |
class |
SpecialPropertySet
Deprecated. POI 3.16 - use PropertySet as base class instead |
class |
TypeWriter
Deprecated. POI 3.16 beta 2 - use LittleEndian instead |
Methods in org.apache.poi.hpsf with annotations of type Removal | |
---|---|
static java.lang.String |
VariantSupport.codepageToEncoding(int codepage)
Deprecated. POI 3.16 - use CodePageUtil.codepageToEncoding(int) |
Uses of Removal in org.apache.poi.hslf.record |
---|
Methods in org.apache.poi.hslf.record with annotations of type Removal | |
---|---|
void |
RecordContainer.moveChildBefore(Record child,
Record before)
Deprecated. method is not used within POI and will be removed |
void |
RecordContainer.moveChildrenAfter(Record firstChild,
int number,
Record after)
Deprecated. method is not used within POI and will be removed |
void |
RecordContainer.moveChildrenBefore(Record firstChild,
int number,
Record before)
Deprecated. method is not used within POI and will be removed |
Uses of Removal in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel with annotations of type Removal | |
---|---|
protected DirectoryNode |
HSLFSlideShowImpl.getPOIFSDirectory()
Deprecated. POI 3.16 beta 1. use POIDocument.getDirectory() instead |
Uses of Removal in org.apache.poi.hsmf |
---|
Methods in org.apache.poi.hsmf with annotations of type Removal | |
---|---|
java.lang.String |
MAPIMessage.getMessageClass()
Deprecated. 3.16 beta 3. Use MAPIMessage.getMessageClassEnum() instead. |
Uses of Removal in org.apache.poi.hssf.model |
---|
Methods in org.apache.poi.hssf.model with annotations of type Removal | |
---|---|
int |
DrawingManager2.allocateShapeId(short drawingGroupId)
Deprecated. in POI 3.17-beta2, use allocateShapeId(EscherDgRecord) |
int |
DrawingManager2.allocateShapeId(short drawingGroupId,
EscherDgRecord dg)
Deprecated. in POI 3.17-beta2, use allocateShapeId(EscherDgRecord) |
Uses of Removal in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel with annotations of type Removal | |
---|---|
DirectoryNode |
HSSFWorkbook.getRootDirectory()
Deprecated. POI 3.16 beta 1. use POIDocument.getDirectory() instead |
void |
HSSFWorkbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated. |
Uses of Removal in org.apache.poi.hssf.util |
---|
Uses of Removal in org.apache.poi.openxml4j.opc.internal |
---|
Fields in org.apache.poi.openxml4j.opc.internal with annotations of type Removal | |
---|---|
static int |
ZipHelper.READ_WRITE_FILE_BUFFER_SIZE
Deprecated. in POI 3.16-beta3, not used anymore |
Uses of Removal in org.apache.poi.poifs.crypt |
---|
Methods in org.apache.poi.poifs.crypt with annotations of type Removal | |
---|---|
int |
EncryptionVerifier.getCipherMode()
Deprecated. POI 3.16 beta 1. use EncryptionVerifier.getChainingMode() |
HashAlgorithm |
EncryptionHeader.getHashAlgorithmEx()
Deprecated. POI 3.16 beta 1. use EncryptionHeader.getHashAlgorithm() |
Uses of Removal in org.apache.poi.poifs.filesystem |
---|
Methods in org.apache.poi.poifs.filesystem with annotations of type Removal | |
---|---|
static boolean |
DocumentFactoryHelper.hasOOXMLHeader(java.io.InputStream inp)
Deprecated. in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OOXML instead |
static boolean |
OPOIFSFileSystem.hasPOIFSHeader(byte[] header8Bytes)
Deprecated. in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
static boolean |
NPOIFSFileSystem.hasPOIFSHeader(byte[] header8Bytes)
Deprecated. in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
static boolean |
OPOIFSFileSystem.hasPOIFSHeader(java.io.InputStream inp)
Deprecated. in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
static boolean |
NPOIFSFileSystem.hasPOIFSHeader(java.io.InputStream inp)
Deprecated. in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
Uses of Removal in org.apache.poi.ss.format |
---|
Fields in org.apache.poi.ss.format with annotations of type Removal | |
---|---|
static CellFormat |
CellFormat.GENERAL_FORMAT
Deprecated. use CellFormat.getInstance(Locale, String) instead |
Uses of Removal in org.apache.poi.ss.formula.atp |
---|
Methods in org.apache.poi.ss.formula.atp with annotations of type Removal | |
---|---|
protected int |
WorkdayCalculator.isNonWorkday(double aDate,
double[] holidays)
Deprecated. POI 3.16 - will be removed, not used in POI itself |
Uses of Removal in org.apache.poi.ss.formula.ptg |
---|
Constructors in org.apache.poi.ss.formula.ptg with annotations of type Removal | |
---|---|
AreaPtg(java.lang.String arearef)
Deprecated. use AreaPtg.AreaPtg(AreaReference) instead |
Uses of Removal in org.apache.poi.ss.usermodel |
---|
Classes in org.apache.poi.ss.usermodel with annotations of type Removal | |
---|---|
class |
FontCharset
Deprecated. enum will be replaced by common version org.apache.poi.common.usermodel.FontCharset |
interface |
Textbox
Deprecated. 3.16 beta1. This interface isn't implemented ... |
Fields in org.apache.poi.ss.usermodel with annotations of type Removal | |
---|---|
static int |
Cell.CELL_TYPE_BLANK
Deprecated. POI 3.15 beta 3. Use CellType.BLANK instead. |
static int |
Cell.CELL_TYPE_BOOLEAN
Deprecated. POI 3.15 beta 3. Use CellType.BOOLEAN instead. |
static int |
Cell.CELL_TYPE_ERROR
Deprecated. POI 3.15 beta 3. Use CellType.ERROR instead. |
static int |
Cell.CELL_TYPE_FORMULA
Deprecated. POI 3.15 beta 3. Use CellType.FORMULA instead. |
static int |
Cell.CELL_TYPE_NUMERIC
Deprecated. POI 3.15 beta 3. Use CellType.NUMERIC instead. |
static int |
Cell.CELL_TYPE_STRING
Deprecated. POI 3.15 beta 3. Use CellType.STRING instead. |
static int |
Workbook.SHEET_STATE_HIDDEN
Deprecated. POI 3.16 beta 2. Use SheetVisibility.HIDDEN instead. |
static int |
Workbook.SHEET_STATE_VERY_HIDDEN
Deprecated. POI 3.16 beta 2. Use SheetVisibility.VERY_HIDDEN instead. |
static int |
Workbook.SHEET_STATE_VISIBLE
Deprecated. POI 3.16 beta 2. Use SheetVisibility.VISIBLE instead. |
Methods in org.apache.poi.ss.usermodel with annotations of type Removal | |
---|---|
CellType |
Cell.getCellTypeEnum()
Return the cell type. |
CellType |
CellValue.getCellTypeEnum()
Return the cell type. |
void |
Cell.setCellType(int cellType)
Deprecated. POI 3.15 beta 3. Use Cell.setCellType(CellType) instead. |
void |
Workbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated. POI 3.16 beta 2. Use Workbook.setSheetVisibility(int, SheetVisibility) instead. |
Uses of Removal in org.apache.poi.ss.util |
---|
Constructors in org.apache.poi.ss.util with annotations of type Removal | |
---|---|
AreaReference(CellReference topLeft,
CellReference botRight)
Deprecated. use AreaReference.AreaReference(CellReference, CellReference, SpreadsheetVersion) instead |
Uses of Removal in org.apache.poi.xslf.usermodel |
---|
Classes in org.apache.poi.xslf.usermodel with annotations of type Removal | |
---|---|
class |
DrawingParagraph
|
class |
DrawingTable
|
class |
DrawingTableCell
|
class |
DrawingTableRow
|
class |
DrawingTextBody
|
class |
DrawingTextPlaceholder
A DrawingTextBody which is a placeholder |
class |
XSLFCommonSlideData
|
Methods in org.apache.poi.xslf.usermodel with annotations of type Removal | |
---|---|
XSLFCommonSlideData |
XSLFSheet.getCommonSlideData()
|
protected void |
XSLFSheet.setCommonSlideData(org.openxmlformats.schemas.presentationml.x2006.main.CTCommonSlideData data)
|
Uses of Removal in org.apache.poi.xssf.streaming |
---|
Methods in org.apache.poi.xssf.streaming with annotations of type Removal | |
---|---|
Name |
SXSSFWorkbook.getNameAt(int nameIndex)
Deprecated. 3.16. New projects should avoid accessing named ranges by index. |
int |
SXSSFWorkbook.getNameIndex(java.lang.String name)
Deprecated. 3.16. New projects should avoid accessing named ranges by index. Use SXSSFWorkbook.getName(String) instead. |
void |
SXSSFWorkbook.removeName(int index)
Deprecated. 3.16. New projects should use SXSSFWorkbook.removeName(Name) . |
void |
SXSSFWorkbook.removeName(java.lang.String name)
Deprecated. 3.16. New projects should use SXSSFWorkbook.removeName(Name) . |
void |
SXSSFWorkbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated. |
Uses of Removal in org.apache.poi.xssf.usermodel |
---|
Fields in org.apache.poi.xssf.usermodel with annotations of type Removal | |
---|---|
static float |
XSSFWorkbook.DEFAULT_CHARACTER_WIDTH
Deprecated. POI 3.17 beta 1 |
static int |
XSSFShape.EMU_PER_PIXEL
Deprecated. POI 3.17 beta 1 |
static int |
XSSFShape.EMU_PER_POINT
Deprecated. POI 3.17 beta 1 |
static int |
XSSFShape.PIXEL_DPI
Deprecated. POI 3.17 beta 1 |
static int |
XSSFShape.POINT_DPI
Deprecated. POI 3.17 beta 1 |
Methods in org.apache.poi.xssf.usermodel with annotations of type Removal | |
---|---|
int |
XSSFCell.getCachedFormulaResultType()
Deprecated. 3.15. Will return a CellType enum in the future. |
int |
XSSFCell.getCellType()
Deprecated. 3.15. Will return a CellType enum in the future. |
java.lang.String |
XSSFDataFormat.getFormat(int index)
Deprecated. POI 3.16 beta 1 - use XSSFDataFormat.getFormat(short) instead |
XSSFRichTextString |
XSSFChart.getTitle()
Deprecated. POI 3.16, use XSSFChart.getTitleText() instead. |
void |
XSSFCell.setCellType(int cellType)
Deprecated. POI 3.15 beta 3. Use XSSFCell.setCellType(CellType) instead. |
void |
XSSFWorkbook.setSheetHidden(int sheetIx,
int state)
Deprecated. |
void |
XSSFChart.setTitle(java.lang.String newTitle)
Deprecated. POI 3.16, use XSSFChart.setTitleText(String) instead. |
Constructors in org.apache.poi.xssf.usermodel with annotations of type Removal | |
---|---|
XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
Deprecated. 3.17 beta 1 - pass the workbook styles indexed color map, if any |
Uses of Removal in org.apache.poi.xssf.util |
---|
Classes in org.apache.poi.xssf.util with annotations of type Removal | |
---|---|
class |
EvilUnclosedBRFixingInputStream
Deprecated. 3.16-beta2 - use ReplacingInputStream(source, ">br<", ">br/<") |
Uses of Removal in org.apache.poi.xwpf.model |
---|
Classes in org.apache.poi.xwpf.model with annotations of type Removal | |
---|---|
class |
XMLParagraph
Deprecated. 3.16 beta1. This class isn't used ... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |