| Package | Description | 
|---|---|
| org.apache.poi.hpsf | Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. | 
| org.apache.poi.hssf.usermodel | The usermodel package maps HSSF low level structures 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| int | PropertySet. hashCode() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HSSFRowShifter. updateConditionalFormatting(FormulaShifter formulaShifter) | 
| void | HSSFColumnShifter. updateConditionalFormatting(FormulaShifter formulaShifter) | 
| void | HSSFRowShifter. updateFormulas(FormulaShifter formulaShifter) | 
| void | HSSFColumnShifter. updateFormulas(FormulaShifter formulaShifter) | 
| void | HSSFRowShifter. updateHyperlinks(FormulaShifter formulaShifter) | 
| void | HSSFColumnShifter. updateHyperlinks(FormulaShifter formulaShifter) | 
| void | HSSFRowShifter. updateNamedRanges(FormulaShifter formulaShifter) | 
| void | HSSFColumnShifter. updateNamedRanges(FormulaShifter formulaShifter) | 
| Modifier and Type | Method and Description | 
|---|---|
| FontTable | HWPFOldDocument. getFontTable()Use  HWPFOldDocument.getOldFontTable()instead!!!
 This always throws anUnsupportedOperationException. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OldTextPiece. adjustForDelete(int start,
               int length)Deprecated.  | 
| boolean | OldTextPiece. isUnicode() | 
| java.lang.String | OldTextPiece. substring(int start,
         int end)Deprecated.  | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SLGraphics. clip(java.awt.Shape s)Intersects the current  Clipwith the interior of the
 specifiedShapeand sets theClipto 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
  Graphics2Dcontext's currentPaint. | 
| java.awt.Shape | SLGraphics. getClip()Gets the current clipping area. | 
| java.awt.Composite | SLGraphics. getComposite()Returns the current  Compositein theGraphics2Dcontext. | 
| 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  Compositefor theGraphics2Dcontext. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PolyLineTo. addToPath(java.awt.geom.Path2D.Double path,
         XDGFShape parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XSLFSlide. setFollowMasterBackground(boolean follow) | 
| void | XSLFSlide. setFollowMasterColourScheme(boolean follow) | 
| void | XSLFSlide. setNotes(Notes<XSLFShape,XSLFTextParagraph> notes) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sheet | SXSSFWorkbook. cloneSheet(int sheetNum)Not implemented for SXSSFWorkbook
 Create a Sheet from an existing sheet in the Workbook. | 
| protected SheetDataWriter | DeferredSXSSFWorkbook. createSheetDataWriter() | 
| 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 | 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. | 
| Modifier and Type | Method and 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) | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.