Uses of Annotation Interface
org.apache.poi.util.NotImplemented
Packages that use NotImplemented
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of NotImplemented in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with annotations of type NotImplemented -
Uses of NotImplemented in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidEscherGraphics.clearRect(int x, int y, int width, int height) voidEscherGraphics.clipRect(int x, int y, int width, int height) voidEscherGraphics.copyArea(int x, int y, int width, int height, int dx, int dy) voidEscherGraphics.drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) booleanEscherGraphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) booleanEscherGraphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) voidEscherGraphics.drawPolyline(int[] xPoints, int[] yPoints, int nPoints) voidEscherGraphics.drawRect(int x, int y, int width, int height) voidEscherGraphics.drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) voidvoidEscherGraphics.setPaintMode()voidEscherGraphics.setXORMode(Color color) voidEscherGraphics.translate(int x, int y) -
Uses of NotImplemented in org.apache.poi.hssf.usermodel.helpers
Methods in org.apache.poi.hssf.usermodel.helpers with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidHSSFColumnShifter.updateConditionalFormatting(FormulaShifter formulaShifter) voidHSSFRowShifter.updateConditionalFormatting(FormulaShifter formulaShifter) voidHSSFColumnShifter.updateFormulas(FormulaShifter formulaShifter) voidHSSFRowShifter.updateFormulas(FormulaShifter formulaShifter) voidHSSFColumnShifter.updateHyperlinks(FormulaShifter formulaShifter) voidHSSFRowShifter.updateHyperlinks(FormulaShifter formulaShifter) voidHSSFColumnShifter.updateNamedRanges(FormulaShifter formulaShifter) voidHSSFRowShifter.updateNamedRanges(FormulaShifter formulaShifter) -
Uses of NotImplemented in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf with annotations of type NotImplementedModifier and TypeMethodDescriptionHWPFOldDocument.getFontTable()UseHWPFOldDocument.getOldFontTable()instead!!! This always throws an IllegalArgumentException. -
Uses of NotImplemented in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidOldTextPiece.adjustForDelete(int start, int length) Deprecated.booleanOldTextPiece.isUnicode()OldTextPiece.substring(int start, int end) Deprecated. -
Uses of NotImplemented in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor with annotations of type NotImplementedModifier and TypeMethodDescriptionstatic POITextExtractor[]ExtractorFactory.getEmbeddedDocsTextExtractors(POIXMLTextExtractor ext) Returns an array of text extractors, one for each of the embedded documents in the file (if there are any).static POITextExtractor[]ExtractorFactory.getEmbededDocsTextExtractors(POIXMLTextExtractor ext) Deprecated.Use the method with correct "embedded" -
Uses of NotImplemented in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidZipPackagePart.close()voidZipPackagePart.flush()booleanZipPackagePart.load(InputStream ios) booleanOPCPackage.validatePackage(OPCPackage pkg) Validates the package compliance with the OPC specifications. -
Uses of NotImplemented in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidIntersects the currentClipwith the interior of the specifiedShapeand sets theClipto the resulting intersection.booleanSLGraphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.booleanSLGraphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.booleanSLGraphics.drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.booleanSLGraphics.drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.booleanSLGraphics.drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) Draws as much of the specified image as is currently available.booleanSLGraphics.drawImage(Image img, int x, int y, ImageObserver observer) Draws as much of the specified image as is currently available.booleanSLGraphics.drawImage(Image img, AffineTransform xform, ImageObserver obs) Renders an image, applying a transform from image space into user space before drawing.voidSLGraphics.drawRenderableImage(RenderableImage img, AffineTransform xform) Renders aRenderedImage, applying a transform from image space into user space before drawing.voidSLGraphics.drawRenderedImage(RenderedImage img, AffineTransform xform) Renders aRenderableImage, applying a transform from image space into user space before drawing.voidSLGraphics.drawString(AttributedCharacterIterator iterator, float x, float y) Renders the text of the specified iterator, using theGraphics2Dcontext's currentPaint.SLGraphics.getClip()Gets the current clipping area.SLGraphics.getComposite()Returns the currentCompositein theGraphics2Dcontext.voidSets the current clipping area to an arbitrary clip shape.voidSLGraphics.setComposite(Composite comp) Sets theCompositefor theGraphics2Dcontext.voidSLGraphics.setPaintMode()Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.voidSLGraphics.setXORMode(Color c1) Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color. -
Uses of NotImplemented in org.apache.poi.xdgf.usermodel.section.geometry
Methods in org.apache.poi.xdgf.usermodel.section.geometry with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidPolyLineTo.addToPath(Path2D.Double path, XDGFShape parent) -
Uses of NotImplemented in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidXSLFSlide.setFollowMasterBackground(boolean follow) voidXSLFSlide.setFollowMasterColourScheme(boolean follow) voidXSLFSlide.setNotes(Notes<XSLFShape, XSLFTextParagraph> notes) -
Uses of NotImplemented in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with annotations of type NotImplementedModifier and TypeMethodDescriptionSXSSFWorkbook.cloneSheet(int sheetNum) Not implemented for SXSSFWorkbook Create an Sheet from an existing sheet in the Workbook.SXSSFCell.getArrayFormulaRange()Only valid for array formula cellsbooleanSXSSFWorkbook.isHidden()booleanSXSSFCell.isPartOfArrayFormulaGroup()intSXSSFWorkbook.linkExternalWorkbook(String name, Workbook workbook) Not implemented for SXSSFWorkbook Adds the LinkTable records required to allow formulas referencing the specified external workbook to be added to this one.voidSXSSFWorkbook.setHidden(boolean hiddenFlag) voidSXSSFRow.shiftCellsLeft(int firstShiftColumnIndex, int lastShiftColumnIndex, int step) voidSXSSFRow.shiftCellsRight(int firstShiftColumnIndex, int lastShiftColumnIndex, int step) voidSXSSFSheet.shiftColumns(int startColumn, int endColumn, int n) voidSXSSFSheet.shiftRows(int startRow, int endRow, int n) Not implemented for SXSSFSheets Shifts rows between startRow and endRow n number of rows.voidSXSSFSheet.shiftRows(int startRow, int endRow, int n, boolean copyRowHeight, boolean resetOriginalRowHeight) Not implemented for SXSSFSheets Shifts rows between startRow and endRow n number of rows. -
Uses of NotImplemented in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with annotations of type NotImplementedModifier and TypeMethodDescriptionintBaseXSSFEvaluationWorkbook.getExternalSheetIndex(String workbookName, String sheetName) booleanXSSFWorkbook.isHidden()intXSSFWorkbook.linkExternalWorkbook(String name, Workbook workbook) Adds the External Link Table part and relations required to allow formulas referencing the specified external workbook to be added to this one.voidXSSFWorkbook.setHidden(boolean hiddenFlag) -
Uses of NotImplemented in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel with annotations of type NotImplementedModifier and TypeMethodDescriptionvoidXWPFTable.addNewRowBetween(int start, int end) Deprecated.4.0.0 due to lack of implementation.