|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POIXMLDocumentPart | |
---|---|
org.apache.poi | |
org.apache.poi.xslf | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xwpf.usermodel |
Uses of POIXMLDocumentPart in org.apache.poi |
---|
Subclasses of POIXMLDocumentPart in org.apache.poi | |
---|---|
class |
POIXMLDocument
|
Methods in org.apache.poi that return POIXMLDocumentPart | |
---|---|
abstract POIXMLDocumentPart |
POIXMLFactory.createDocumentPart(PackageRelationship rel,
PackagePart part)
Create a POIXMLDocumentPart from existing package part and relation. |
protected POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory)
Create a new child POIXMLDocumentPart |
protected 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. |
Methods in org.apache.poi that return types with arguments of type POIXMLDocumentPart | |
---|---|
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 |
Methods in org.apache.poi with parameters of type POIXMLDocumentPart | |
---|---|
protected void |
POIXMLDocumentPart.addRelation(POIXMLDocumentPart part)
Add a new child POIXMLDocumentPart |
Constructor parameters in org.apache.poi with type arguments of type POIXMLDocumentPart | |
---|---|
POIXMLRelation(java.lang.String type,
java.lang.String rel,
java.lang.String defaultName,
java.lang.Class<? extends POIXMLDocumentPart> cls)
Instantiates a POIXMLRelation. |
Uses of POIXMLDocumentPart in org.apache.poi.xslf |
---|
Subclasses of POIXMLDocumentPart in org.apache.poi.xslf | |
---|---|
class |
XSLFSlideShow
Experimental class to do low level processing of pptx files. |
Uses of POIXMLDocumentPart in org.apache.poi.xssf.model |
---|
Subclasses of POIXMLDocumentPart in org.apache.poi.xssf.model | |
---|---|
class |
CalculationChain
The cells in a workbook can be calculated in different orders depending on various optimizations and dependencies. |
class |
CommentsTable
|
class |
SharedStringsTable
Table of strings shared across all sheets in a workbook. |
class |
StylesTable
Table of styles shared across all sheets in a workbook. |
Uses of POIXMLDocumentPart in org.apache.poi.xssf.usermodel |
---|
Subclasses of POIXMLDocumentPart in org.apache.poi.xssf.usermodel | |
---|---|
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 |
XSSFWorkbook
High level representation of a SpreadsheetML workbook. |
Methods in org.apache.poi.xssf.usermodel that return POIXMLDocumentPart | |
---|---|
POIXMLDocumentPart |
XSSFFactory.createDocumentPart(PackageRelationship rel,
PackagePart part)
|
POIXMLDocumentPart |
XSSFFactory.newDocumentPart(POIXMLRelation descriptor)
|
Uses of POIXMLDocumentPart in org.apache.poi.xwpf.usermodel |
---|
Subclasses of POIXMLDocumentPart in org.apache.poi.xwpf.usermodel | |
---|---|
class |
XWPFDocument
Experimental class to do low level processing of docx files. |
Methods in org.apache.poi.xwpf.usermodel that return POIXMLDocumentPart | |
---|---|
POIXMLDocumentPart |
XWPFFactory.createDocumentPart(PackageRelationship rel,
PackagePart part)
|
POIXMLDocumentPart |
XWPFFactory.newDocumentPart(POIXMLRelation descriptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |