|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotImplemented | |
---|---|
org.apache.poi.extractor | |
org.apache.poi.hpsf | |
org.apache.poi.hslf.model | |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hssf.usermodel.helpers | |
org.apache.poi.hwpf | |
org.apache.poi.hwpf.model | |
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 |
Uses of NotImplemented in org.apache.poi.extractor |
---|
Methods in org.apache.poi.extractor with annotations of type NotImplemented | |
---|---|
static POITextExtractor[] |
ExtractorFactory.getEmbededDocsTextExtractors(POIXMLTextExtractor ext)
Returns an array of text extractors, one for each of the embedded documents in the file (if there are any). |
Uses of NotImplemented in org.apache.poi.hpsf |
---|
Methods in org.apache.poi.hpsf with annotations of type NotImplemented | |
---|---|
int |
PropertySet.hashCode()
|
Uses of NotImplemented in org.apache.poi.hslf.model |
---|
Methods in org.apache.poi.hslf.model with annotations of type NotImplemented | |
---|---|
void |
PPGraphics2D.clip(java.awt.Shape s)
Intersects the current Clip with the interior of the
specified Shape and sets the Clip to the
resulting intersection. |
boolean |
PPGraphics2D.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. |
boolean |
PPGraphics2D.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 |
PPGraphics2D.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 |
PPGraphics2D.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 |
PPGraphics2D.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 |
PPGraphics2D.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 |
PPGraphics2D.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. |
void |
PPGraphics2D.drawRenderableImage(java.awt.image.renderable.RenderableImage img,
java.awt.geom.AffineTransform xform)
Renders a RenderedImage ,
applying a transform from image
space into user space before drawing. |
void |
PPGraphics2D.drawRenderedImage(java.awt.image.RenderedImage img,
java.awt.geom.AffineTransform xform)
Renders a RenderableImage ,
applying a transform from image space into user space before drawing. |
void |
PPGraphics2D.drawString(java.text.AttributedCharacterIterator iterator,
float x,
float y)
Renders the text of the specified iterator, using the Graphics2D context's current Paint . |
java.awt.Shape |
PPGraphics2D.getClip()
Gets the current clipping area. |
java.awt.Composite |
PPGraphics2D.getComposite()
Returns the current Composite in the
Graphics2D context. |
void |
PPGraphics2D.setClip(java.awt.Shape clip)
Sets the current clipping area to an arbitrary clip shape. |
void |
PPGraphics2D.setComposite(java.awt.Composite comp)
Sets the Composite for the Graphics2D context. |
void |
PPGraphics2D.setPaintMode()
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color. |
void |
PPGraphics2D.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.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel with annotations of type NotImplemented | |
---|---|
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)
|
Chart |
HSSFPatriarch.createChart(ClientAnchor anchor)
|
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 | |
---|---|
void |
HSSFRowShifter.updateConditionalFormatting(FormulaShifter shifter)
|
void |
HSSFRowShifter.updateFormulas(FormulaShifter shifter)
|
void |
HSSFRowShifter.updateHyperlinks(FormulaShifter shifter)
|
void |
HSSFRowShifter.updateNamedRanges(FormulaShifter shifter)
|
void |
HSSFRowShifter.updateRowFormulas(Row row,
FormulaShifter shifter)
|
Uses of NotImplemented in org.apache.poi.hwpf |
---|
Methods in org.apache.poi.hwpf with annotations of type NotImplemented | |
---|---|
FontTable |
HWPFOldDocument.getFontTable()
Use HWPFOldDocument.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 | |
---|---|
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.openxml4j.opc |
---|
Methods in org.apache.poi.openxml4j.opc with annotations of type NotImplemented | |
---|---|
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 | |
---|---|
void |
SLGraphics.clip(java.awt.Shape s)
Intersects the current Clip with the interior of the
specified Shape and sets the Clip to the
resulting intersection. |
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. |
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,
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 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. |
void |
SLGraphics.drawRenderableImage(java.awt.image.renderable.RenderableImage img,
java.awt.geom.AffineTransform xform)
Renders a RenderedImage ,
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 a RenderableImage ,
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 the Graphics2D context's current Paint . |
java.awt.Shape |
SLGraphics.getClip()
Gets the current clipping area. |
java.awt.Composite |
SLGraphics.getComposite()
Returns the current Composite in the
Graphics2D 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 the Composite for the Graphics2D 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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 cells |
boolean |
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 |
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 | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |