Uses of Class
org.apache.poi.util.NotImplemented
-
Packages that use NotImplemented Package Description org.apache.poi.hpsf org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.hssf.usermodel.helpers org.apache.poi.hwpf org.apache.poi.hwpf.model org.apache.poi.ooxml.extractor org.apache.poi.openxml4j.opc org.apache.poi.sl.draw org.apache.poi.xdgf.usermodel.section.geometry org.apache.poi.xslf.usermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel org.apache.poi.xwpf.usermodel -
-
Uses of NotImplemented in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with annotations of type NotImplemented Modifier and Type Method Description int
PropertySet. hashCode()
-
Uses of NotImplemented in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with annotations of type NotImplemented Modifier and Type Method Description void
EscherGraphics. clearRect(int x, int y, int width, int height)
void
EscherGraphics. clipRect(int x, int y, int width, int height)
void
EscherGraphics. copyArea(int x, int y, int width, int height, int dx, int dy)
void
EscherGraphics. drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)
boolean
EscherGraphics. drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
boolean
EscherGraphics. drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.image.ImageObserver observer)
void
EscherGraphics. drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
void
EscherGraphics. drawRect(int x, int y, int width, int height)
void
EscherGraphics. drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
void
EscherGraphics. setClip(java.awt.Shape shape)
void
EscherGraphics. setPaintMode()
void
EscherGraphics. setXORMode(java.awt.Color color)
void
EscherGraphics. 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 NotImplemented Modifier and Type Method Description void
HSSFColumnShifter. updateConditionalFormatting(FormulaShifter formulaShifter)
void
HSSFRowShifter. updateConditionalFormatting(FormulaShifter formulaShifter)
void
HSSFColumnShifter. updateFormulas(FormulaShifter formulaShifter)
void
HSSFRowShifter. updateFormulas(FormulaShifter formulaShifter)
void
HSSFColumnShifter. updateHyperlinks(FormulaShifter formulaShifter)
void
HSSFRowShifter. updateHyperlinks(FormulaShifter formulaShifter)
void
HSSFColumnShifter. updateNamedRanges(FormulaShifter formulaShifter)
void
HSSFRowShifter. updateNamedRanges(FormulaShifter formulaShifter)
-
Uses of NotImplemented in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf with annotations of type NotImplemented Modifier and Type Method Description FontTable
HWPFOldDocument. 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 NotImplemented Modifier and Type Method Description void
OldTextPiece. adjustForDelete(int start, int length)
Deprecated.boolean
OldTextPiece. isUnicode()
java.lang.String
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 NotImplemented Modifier and Type Method Description static 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 NotImplemented Modifier and Type Method Description void
ZipPackagePart. close()
void
ZipPackagePart. flush()
boolean
ZipPackagePart. load(java.io.InputStream ios)
boolean
OPCPackage. 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 NotImplemented Modifier and Type Method Description void
SLGraphics. clip(java.awt.Shape s)
Intersects the currentClip
with the interior of the specifiedShape
and sets theClip
to the resulting intersection.boolean
SLGraphics. drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.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.boolean
SLGraphics. drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.image.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.boolean
SLGraphics. drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.boolean
SLGraphics. drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.image.ImageObserver observer)
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.boolean
SLGraphics. drawImage(java.awt.Image img, int x, int y, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
Draws as much of the specified image as is currently available.boolean
SLGraphics. drawImage(java.awt.Image img, int x, int y, java.awt.image.ImageObserver observer)
Draws as much of the specified image as is currently available.boolean
SLGraphics. drawImage(java.awt.Image img, java.awt.geom.AffineTransform xform, java.awt.image.ImageObserver obs)
Renders an image, applying a transform from image space into user space before drawing.void
SLGraphics. drawRenderableImage(java.awt.image.renderable.RenderableImage img, java.awt.geom.AffineTransform xform)
Renders aRenderedImage
, applying a transform from image space into user space before drawing.void
SLGraphics. drawRenderedImage(java.awt.image.RenderedImage img, java.awt.geom.AffineTransform xform)
Renders aRenderableImage
, applying a transform from image space into user space before drawing.void
SLGraphics. drawString(java.text.AttributedCharacterIterator iterator, float x, float y)
Renders the text of the specified iterator, using theGraphics2D
context's currentPaint
.java.awt.Shape
SLGraphics. getClip()
Gets the current clipping area.java.awt.Composite
SLGraphics. getComposite()
Returns the currentComposite
in theGraphics2D
context.void
SLGraphics. setClip(java.awt.Shape clip)
Sets the current clipping area to an arbitrary clip shape.void
SLGraphics. setComposite(java.awt.Composite comp)
Sets theComposite
for theGraphics2D
context.void
SLGraphics. setPaintMode()
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.void
SLGraphics. setXORMode(java.awt.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 NotImplemented Modifier and Type Method Description void
PolyLineTo. addToPath(java.awt.geom.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 NotImplemented Modifier and Type Method Description void
XSLFSlide. setFollowMasterBackground(boolean follow)
void
XSLFSlide. setFollowMasterColourScheme(boolean follow)
void
XSLFSlide. 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 NotImplemented Modifier and Type Method Description Sheet
SXSSFWorkbook. cloneSheet(int sheetNum)
Not implemented for SXSSFWorkbook Create an Sheet from an existing sheet in the Workbook.CellRangeAddress
SXSSFCell. getArrayFormulaRange()
Only valid for array formula cellsboolean
SXSSFWorkbook. isHidden()
boolean
SXSSFCell. isPartOfArrayFormulaGroup()
int
SXSSFWorkbook. linkExternalWorkbook(java.lang.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.void
SXSSFWorkbook. setHidden(boolean hiddenFlag)
void
SXSSFRow. shiftCellsLeft(int firstShiftColumnIndex, int lastShiftColumnIndex, int step)
void
SXSSFRow. shiftCellsRight(int firstShiftColumnIndex, int lastShiftColumnIndex, int step)
void
SXSSFSheet. shiftColumns(int startColumn, int endColumn, int n)
void
SXSSFSheet. shiftRows(int startRow, int endRow, int n)
Not implemented for SXSSFSheets Shifts rows between startRow and endRow n number of rows.void
SXSSFSheet. 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 NotImplemented Modifier and Type Method Description int
BaseXSSFEvaluationWorkbook. getExternalSheetIndex(java.lang.String workbookName, java.lang.String sheetName)
boolean
XSSFWorkbook. isHidden()
int
XSSFWorkbook. linkExternalWorkbook(java.lang.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.void
XSSFWorkbook. setHidden(boolean hiddenFlag)
-
Uses of NotImplemented in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel with annotations of type NotImplemented Modifier and Type Method Description void
XWPFTable. addNewRowBetween(int start, int end)
Deprecated.4.0.0 due to lack of implementation.
-