|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Removal in org.apache.poi.common.usermodel |
---|
Fields in org.apache.poi.common.usermodel with annotations of type Removal | |
---|---|
static int |
Hyperlink.LINK_DOCUMENT
Deprecated. POI 3.15 beta 3. Use HyperlinkType.DOCUMENT instead. |
static int |
Hyperlink.LINK_EMAIL
Deprecated. POI 3.15 beta 3. Use HyperlinkType.EMAIL instead. |
static int |
Hyperlink.LINK_FILE
Deprecated. POI 3.15 beta 3. Use HyperlinkType.FILE instead. |
static int |
Hyperlink.LINK_URL
Deprecated. POI 3.15 beta 3. Use HyperlinkType.URL instead. |
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.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 | |
---|---|
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType)
Deprecated. POI 3.15 beta 3. Use HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType) instead. |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType,
int sheetIndex)
Deprecated. POI 3.15 beta 3. Use HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int) instead. |
Uses of Removal in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel with annotations of type Removal | |
---|---|
HSSFHyperlink |
HSSFCreationHelper.createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use HSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
DirectoryNode |
HSSFWorkbook.getRootDirectory()
Deprecated. POI 3.16 beta 1. use POIDocument.getDirectory() instead |
void |
HSSFCellStyle.setAlignment(short align)
Deprecated. POI 3.15 beta 3. Use HSSFCellStyle.setAlignment(HorizontalAlignment) instead. |
void |
HSSFClientAnchor.setAnchorType(int anchorType)
Deprecated. POI 3.15. Use ClientAnchor.setAnchorType(AnchorType) instead. |
void |
HSSFCellStyle.setBorderBottom(short border)
Deprecated. 3.15 beta 2. Use HSSFCellStyle.setBorderBottom(BorderStyle) instead. |
void |
HSSFCellStyle.setBorderLeft(short border)
Deprecated. 3.15 beta 2. Use HSSFCellStyle.setBorderLeft(BorderStyle) instead. |
void |
HSSFCellStyle.setBorderRight(short border)
Deprecated. 3.15 beta 2. Use HSSFCellStyle.setBorderRight(BorderStyle) instead. |
void |
HSSFCellStyle.setBorderTop(short border)
Deprecated. 3.15 beta 2. Use HSSFCellStyle.setBorderTop(BorderStyle) instead. |
void |
HSSFCellStyle.setFillPattern(short fp)
Deprecated. POI 3.15 beta 3. Use HSSFCellStyle.setFillPattern(FillPatternType) instead. |
void |
HSSFWorkbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated. |
void |
HSSFCellStyle.setVerticalAlignment(short align)
Deprecated. POI 3.15 beta 3. Use HSSFCellStyle.setVerticalAlignment(VerticalAlignment) instead. |
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.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.usermodel |
---|
Classes in org.apache.poi.ss.usermodel with annotations of type Removal | |
---|---|
interface |
Textbox
Deprecated. 3.16 beta1. This interface isn't implemented ... |
Fields in org.apache.poi.ss.usermodel with annotations of type Removal | |
---|---|
static short |
CellStyle.ALIGN_CENTER
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.CENTER instead. |
static short |
CellStyle.ALIGN_CENTER_SELECTION
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.CENTER_SELECTION instead. |
static short |
CellStyle.ALIGN_FILL
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.FILL instead. |
static short |
CellStyle.ALIGN_GENERAL
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.GENERAL instead. |
static short |
CellStyle.ALIGN_JUSTIFY
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.JUSTIFY instead. |
static short |
CellStyle.ALIGN_LEFT
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.LEFT instead. |
static short |
CellStyle.ALIGN_RIGHT
Deprecated. POI 3.15 beta 3. Use HorizontalAlignment.RIGHT instead. |
static short |
CellStyle.ALT_BARS
Deprecated. 3.15 beta 3. Use FillPatternType.ALT_BARS instead. |
static short |
CellStyle.BIG_SPOTS
Deprecated. 3.15 beta 3. Use FillPatternType.BIG_SPOTS instead. |
static short |
CellStyle.BORDER_DASH_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.DASH_DOT instead. |
static short |
BorderFormatting.BORDER_DASH_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.DASH_DOT |
static short |
CellStyle.BORDER_DASH_DOT_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.DASH_DOT_DOT instead. |
static short |
BorderFormatting.BORDER_DASH_DOT_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.DASH_DOT_DOT |
static short |
CellStyle.BORDER_DASHED
Deprecated. 3.15 beta 2. Use BorderStyle.DASHED instead. |
static short |
BorderFormatting.BORDER_DASHED
Deprecated. 3.15 beta 2. Use BorderStyle.DASHED |
static short |
CellStyle.BORDER_DOTTED
Deprecated. 3.15 beta 2. Use BorderStyle.DOTTED instead. |
static short |
BorderFormatting.BORDER_DOTTED
Deprecated. 3.15 beta 2. Use BorderStyle.DOTTED |
static short |
CellStyle.BORDER_DOUBLE
Deprecated. 3.15 beta 2. Use BorderStyle.DOUBLE instead. |
static short |
BorderFormatting.BORDER_DOUBLE
Deprecated. 3.15 beta 2. Use BorderStyle.DOUBLE |
static short |
CellStyle.BORDER_HAIR
Deprecated. 3.15 beta 2. Use BorderStyle.HAIR instead. |
static short |
BorderFormatting.BORDER_HAIR
Deprecated. 3.15 beta 2. Use BorderStyle.HAIR |
static short |
CellStyle.BORDER_MEDIUM
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM instead. |
static short |
BorderFormatting.BORDER_MEDIUM
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM |
static short |
CellStyle.BORDER_MEDIUM_DASH_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT instead. |
static short |
BorderFormatting.BORDER_MEDIUM_DASH_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT |
static short |
CellStyle.BORDER_MEDIUM_DASH_DOT_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT_DOT instead. |
static short |
BorderFormatting.BORDER_MEDIUM_DASH_DOT_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT_DOT |
static short |
CellStyle.BORDER_MEDIUM_DASHED
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM_DASHED instead. |
static short |
BorderFormatting.BORDER_MEDIUM_DASHED
Deprecated. 3.15 beta 2. Use BorderStyle.MEDIUM_DASHED |
static short |
CellStyle.BORDER_NONE
Deprecated. 3.15 beta 2. Use BorderStyle.NONE instead. |
static short |
BorderFormatting.BORDER_NONE
Deprecated. 3.15 beta 2. Use BorderStyle.NONE |
static short |
CellStyle.BORDER_SLANTED_DASH_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.SLANTED_DASH_DOT instead. |
static short |
BorderFormatting.BORDER_SLANTED_DASH_DOT
Deprecated. 3.15 beta 2. Use BorderStyle.SLANTED_DASH_DOT |
static short |
CellStyle.BORDER_THICK
Deprecated. 3.15 beta 2. Use BorderStyle.THICK instead. |
static short |
BorderFormatting.BORDER_THICK
Deprecated. 3.15 beta 2. Use BorderStyle.THICK |
static short |
CellStyle.BORDER_THIN
Deprecated. 3.15 beta 2. Use BorderStyle.THIN instead. |
static short |
BorderFormatting.BORDER_THIN
Deprecated. 3.15 beta 2. Use BorderStyle.THIN |
static short |
CellStyle.BRICKS
Deprecated. 3.15 beta 3. Use FillPatternType.BRICKS instead. |
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 Row.MissingCellPolicy |
Row.CREATE_NULL_AS_BLANK
Deprecated. as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum |
static short |
CellStyle.DIAMONDS
Deprecated. 3.15 beta 3. Use FillPatternType.DIAMONDS instead. |
static ClientAnchor.AnchorType |
ClientAnchor.DONT_MOVE_AND_RESIZE
Deprecated. since POI 3.14beta1 (circa 2015-11-24). Use ClientAnchor.AnchorType.DONT_MOVE_AND_RESIZE instead. |
static short |
CellStyle.FINE_DOTS
Deprecated. 3.15 beta 3. Use FillPatternType.FINE_DOTS instead. |
int |
Row.MissingCellPolicy.id
Deprecated. as of POI 3.15-beta2, scheduled for removal in 3.17 - the id has no function and will be removed. The id is only kept only for backwards compatibility with applications that hard-coded the number |
static short |
CellStyle.LEAST_DOTS
Deprecated. 3.15 beta 3. Use FillPatternType.LEAST_DOTS instead. |
static short |
CellStyle.LESS_DOTS
Deprecated. 3.15 beta 3. Use FillPatternType.LESS_DOTS instead. |
static ClientAnchor.AnchorType |
ClientAnchor.MOVE_AND_RESIZE
Deprecated. since POI 3.14beta1 (circa 2015-11-24). Use ClientAnchor.AnchorType.MOVE_AND_RESIZE instead. |
static ClientAnchor.AnchorType |
ClientAnchor.MOVE_DONT_RESIZE
Deprecated. since POI 3.14beta1 (circa 2015-11-24). Use ClientAnchor.AnchorType.MOVE_DONT_RESIZE instead. |
static short |
CellStyle.NO_FILL
Deprecated. 3.15 beta 3. Use FillPatternType.NO_FILL instead. |
static Row.MissingCellPolicy |
Row.RETURN_BLANK_AS_NULL
Deprecated. as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum |
static Row.MissingCellPolicy |
Row.RETURN_NULL_AND_BLANK
Deprecated. as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum |
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. |
static short |
CellStyle.SOLID_FOREGROUND
Deprecated. 3.15 beta 3. Use FillPatternType.SOLID_FOREGROUND instead. |
static short |
CellStyle.SPARSE_DOTS
Deprecated. 3.15 beta 3. Use FillPatternType.SPARSE_DOTS instead. |
static short |
CellStyle.SQUARES
Deprecated. 3.15 beta 3. Use FillPatternType.SQUARES instead. |
static short |
CellStyle.THICK_BACKWARD_DIAG
Deprecated. 3.15 beta 3. Use FillPatternType.THICK_BACKWARD_DIAG instead. |
static short |
CellStyle.THICK_FORWARD_DIAG
Deprecated. 3.15 beta 3. Use FillPatternType.THICK_FORWARD_DIAG instead. |
static short |
CellStyle.THICK_HORZ_BANDS
Deprecated. 3.15 beta 3. Use FillPatternType.THICK_HORZ_BANDS instead. |
static short |
CellStyle.THICK_VERT_BANDS
Deprecated. 3.15 beta 3. Use FillPatternType.THICK_VERT_BANDS instead. |
static short |
CellStyle.THIN_BACKWARD_DIAG
Deprecated. 3.15 beta 3. Use FillPatternType.THIN_BACKWARD_DIAG instead. |
static short |
CellStyle.THIN_FORWARD_DIAG
Deprecated. 3.15 beta 3. Use FillPatternType.THIN_FORWARD_DIAG instead. |
static short |
CellStyle.THIN_HORZ_BANDS
Deprecated. 3.15 beta 3. Use FillPatternType.THIN_HORZ_BANDS instead. |
static short |
CellStyle.THIN_VERT_BANDS
Deprecated. 3.15 beta 3. Use FillPatternType.THIN_VERT_BANDS instead. |
static short |
CellStyle.VERTICAL_BOTTOM
Deprecated. POI 3.15 beta 3. Use VerticalAlignment.BOTTOM instead. |
static short |
CellStyle.VERTICAL_CENTER
Deprecated. POI 3.15 beta 3. Use VerticalAlignment.CENTER instead. |
static short |
CellStyle.VERTICAL_JUSTIFY
Deprecated. POI 3.15 beta 3. Use VerticalAlignment.JUSTIFY instead. |
static short |
CellStyle.VERTICAL_TOP
Deprecated. POI 3.15 beta 3. Use VerticalAlignment.TOP instead. |
Methods in org.apache.poi.ss.usermodel with annotations of type Removal | |
---|---|
Hyperlink |
CreationHelper.createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use CreationHelper.createHyperlink(HyperlinkType) instead. |
CellType |
Cell.getCellTypeEnum()
Return the cell type. |
CellType |
CellValue.getCellTypeEnum()
Return the cell type. |
void |
ClientAnchor.setAnchorType(int anchorType)
Deprecated. POI 3.15. Use ClientAnchor.setAnchorType(AnchorType) instead. |
void |
CellStyle.setBorderBottom(short border)
Deprecated. 3.15 beta 2. Use CellStyle.setBorderBottom(BorderStyle) instead. |
void |
CellStyle.setBorderLeft(short border)
Deprecated. 3.15 beta 2. Use CellStyle.setBorderLeft(BorderStyle) instead |
void |
CellStyle.setBorderRight(short border)
Deprecated. 3.15 beta 2. Use CellStyle.setBorderRight(BorderStyle) instead |
void |
CellStyle.setBorderTop(short border)
Deprecated. 3.15 beta 2. Use CellStyle.setBorderTop(BorderStyle) instead |
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. |
void |
Sheet.setZoom(int numerator,
int denominator)
Deprecated. 2015-11-23 (circa POI 3.14beta1). Use Sheet.setZoom(int) instead. |
Uses of Removal in org.apache.poi.ss.util |
---|
Methods in org.apache.poi.ss.util with annotations of type Removal | |
---|---|
static void |
CellUtil.setAlignment(Cell cell,
Workbook workbook,
short align)
Deprecated. 3.15-beta2. Use CellUtil.setAlignment(Cell, HorizontalAlignment) instead. |
static void |
RegionUtil.setBorderBottom(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated. POI 3.16 beta 1. Use RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderBottom(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderLeft(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated. 3.16 beta 1. Use RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderLeft(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderRight(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated. POI 3.16 beta 1. Use RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderRight(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderTop(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated. 3.16 beta 1. Use RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderTop(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBottomBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet) . |
static void |
CellUtil.setCellStyleProperty(Cell cell,
Workbook workbook,
java.lang.String propertyName,
java.lang.Object propertyValue)
Deprecated. 3.15-beta2. Use CellUtil.setCellStyleProperty(Cell, String, Object) instead. |
static void |
CellUtil.setFont(Cell cell,
Workbook workbook,
Font font)
Deprecated. 3.15-beta2. Use CellUtil.setFont(Cell, Font) instead. |
static void |
RegionUtil.setLeftBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setRightBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setTopBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated. 3.15 beta 2. Use RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet) . |
static void |
WorkbookUtil.validateSheetState(int state)
Deprecated. POI 3.16 beta 2. Use SheetVisibility 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 | |
---|---|
Hyperlink |
SXSSFCreationHelper.createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use SXSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
Font |
SXSSFWorkbook.findFont(short boldWeight,
short color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Deprecated. POI 3.15 beta 2. Use SXSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. |
XSSFComment |
SXSSFSheet.getCellComment(int row,
int column)
Deprecated. as of 2015-11-23 (circa POI 3.14beta1). Use SXSSFSheet.getCellComment(CellAddress) instead. |
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. |
void |
SXSSFSheet.setZoom(int numerator,
int denominator)
Deprecated. 2015-11-23 (circa POI 3.14beta1). Use SXSSFSheet.setZoom(int) instead. |
Constructors in org.apache.poi.xssf.streaming with annotations of type Removal | |
---|---|
SXSSFCell(SXSSFRow row,
int cellType)
Deprecated. POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791. |
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 | |
---|---|
XSSFHyperlink |
XSSFCreationHelper.createHyperlink(int type)
Deprecated. POI 3.15 beta 3. Use XSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
int |
XSSFCell.getCachedFormulaResultType()
Deprecated. 3.15. Will return a CellType enum in the future. |
XSSFComment |
XSSFSheet.getCellComment(int row,
int column)
Deprecated. as of 2015-11-23 (circa POI 3.14beta1). Use XSSFSheet.getCellComment(CellAddress) instead. |
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 |
XSSFSheet.setActiveCell(java.lang.String cellRef)
Deprecated. 3.14beta2 (circa 2015-12-05). Use XSSFSheet.setActiveCell(CellAddress) instead. |
void |
XSSFCellStyle.setAlignment(short align)
Deprecated. POI 3.15 beta 3. Use XSSFCellStyle.setAlignment(HorizontalAlignment) instead. |
void |
XSSFClientAnchor.setAnchorType(int anchorType)
Deprecated. POI 3.15. Use ClientAnchor.setAnchorType(AnchorType) instead |
void |
XSSFCellStyle.setBorderBottom(short border)
Deprecated. 3.15 beta 2. Use XSSFCellStyle.setBorderBottom(BorderStyle) |
void |
XSSFCellStyle.setBorderLeft(short border)
Deprecated. 3.15 beta 2. Use XSSFCellStyle.setBorderLeft(BorderStyle) |
void |
XSSFCellStyle.setBorderRight(short border)
Deprecated. 3.15 beta 2. Use XSSFCellStyle.setBorderRight(BorderStyle) |
void |
XSSFCellStyle.setBorderTop(short border)
Deprecated. 3.15 beta 2. Use XSSFCellStyle.setBorderTop(BorderStyle) |
void |
XSSFCell.setCellType(int cellType)
Deprecated. POI 3.15 beta 3. Use XSSFCell.setCellType(CellType) instead. |
void |
XSSFCellStyle.setFillPattern(short fp)
Deprecated. POI 3.15. Use XSSFCellStyle.setFillPattern(FillPatternType) instead. |
void |
XSSFWorkbook.setSheetHidden(int sheetIx,
int state)
Deprecated. |
void |
XSSFSheet.setTabColor(int colorIndex)
Deprecated. 3.15-beta2. Removed in 3.17. Use XSSFSheet.setTabColor(XSSFColor) . |
void |
XSSFChart.setTitle(java.lang.String newTitle)
Deprecated. POI 3.16, use XSSFChart.setTitleText(String) instead. |
void |
XSSFCellStyle.setVerticalAlignment(short align)
Deprecated. POI 3.15 beta 3. Use XSSFCellStyle.setVerticalAlignment(VerticalAlignment) instead. |
void |
XSSFSheet.setZoom(int numerator,
int denominator)
Deprecated. 2015-11-23 (circa POI 3.14beta1). Use XSSFSheet.setZoom(int) 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.usermodel.helpers |
---|
Classes in org.apache.poi.xssf.usermodel.helpers with annotations of type Removal | |
---|---|
class |
XSSFPaswordHelper
Deprecated. POI 3.15 beta 3. Use XSSFPasswordHelper instead. |
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 |