Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.xslf | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
POIXMLDocument |
Modifier and Type | Method and Description |
---|---|
abstract POIXMLDocumentPart |
POIXMLFactory.createDocumentPart(PackageRelationship rel,
PackagePart part)
Create a POIXMLDocumentPart from existing package part and relation.
|
POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory)
Create a new child POIXMLDocumentPart
|
POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx) |
protected POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx,
boolean noRelation)
Create a new child POIXMLDocumentPart
|
POIXMLDocumentPart |
POIXMLDocumentPart.getParent()
Returns the parent POIXMLDocumentPart.
|
abstract POIXMLDocumentPart |
POIXMLFactory.newDocumentPart(POIXMLRelation descriptor)
Create a new POIXMLDocumentPart using the supplied descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends POIXMLDocumentPart> |
POIXMLRelation.getRelationClass()
Return type of the obejct used to construct instances of this relationship
|
java.util.List<POIXMLDocumentPart> |
POIXMLDocumentPart.getRelations()
Returns the list of child relations for this POIXMLDocumentPart
|
Modifier and Type | Method and Description |
---|---|
protected void |
POIXMLDocumentPart.addRelation(POIXMLDocumentPart part)
Add a new child POIXMLDocumentPart
|
void |
POIXMLDocumentPart.removeRelation(POIXMLDocumentPart part)
Remove the specified part in this package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
POIXMLDocumentPart.read(POIXMLFactory factory,
java.util.Map<PackagePart,POIXMLDocumentPart> context)
Iterate through the underlying PackagePart and create child POIXMLFactory instances
using the specified factory
|
Constructor and Description |
---|
POIXMLRelation(java.lang.String type,
java.lang.String rel,
java.lang.String defaultName,
java.lang.Class<? extends POIXMLDocumentPart> cls)
Instantiates a POIXMLRelation.
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFSlideShow
Experimental class to do low level processing
of pptx files.
|
Modifier and Type | Class and Description |
---|---|
class |
CalculationChain
The cells in a workbook can be calculated in different orders depending on various optimizations and
dependencies.
|
class |
CommentsTable |
class |
MapInfo
This class implements the Custom XML Mapping Part (Open Office XML Part 1:
chapter 12.3.6)
An instance of this part type contains a schema for an XML file, and
information on the behavior that is used when allowing this custom XML schema
to be mapped into the spreadsheet.
|
class |
SharedStringsTable
Table of strings shared across all sheets in a workbook.
|
class |
SingleXmlCells
This class implements the Single Cell Tables Part (Open Office XML Part 4:
chapter 3.5.2)
|
class |
StylesTable
Table of styles shared across all sheets in a workbook.
|
class |
Table
This class implements the Table Part (Open Office XML Part 4:
chapter 3.5.1)
This implementation works under the assumption that a table contains mappings to a subtree of an XML.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFChartSheet
High level representation of Sheet Parts that are of type 'chartsheet'.
|
class |
XSSFDialogsheet |
class |
XSSFDrawing
Represents a SpreadsheetML drawing
|
class |
XSSFPictureData
Raw picture data, normally attached to a SpreadsheetML Drawing.
|
class |
XSSFSheet
High level representation of a SpreadsheetML worksheet.
|
class |
XSSFVMLDrawing
Represents a SpreadsheetML VML drawing.
|
class |
XSSFWorkbook
High level representation of a SpreadsheetML workbook.
|
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XSSFFactory.createDocumentPart(PackageRelationship rel,
PackagePart part) |
POIXMLDocumentPart |
XSSFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class and Description |
---|---|
class |
XWPFDocument
Experimental class to do low level processing
of docx files.
|
class |
XWPFFooter
Sketch of XWPF footer class
|
class |
XWPFHeader
Sketch of XWPF header class
|
class |
XWPFHeaderFooter
Parent of XWPF headers and footers
|
class |
XWPFSettings |
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XWPFFactory.createDocumentPart(PackageRelationship rel,
PackagePart part) |
POIXMLDocumentPart |
XWPFFactory.newDocumentPart(POIXMLRelation descriptor) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.