Package | Description |
---|---|
org.zkoss.poi | |
org.zkoss.poi.xslf.usermodel | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
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
|
abstract POIXMLDocumentPart |
POIXMLFactory.newDocumentPart(POIXMLRelation descriptor)
Create a new POIXMLDocumentPart using the supplied descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFRelation |
Modifier and Type | Field and Description |
---|---|
protected static POIXMLRelation[] |
XSLFPictureData.RELATIONS
Relationships for each known picture type
|
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XSLFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFRelation |
Modifier and Type | Field and Description |
---|---|
protected static POIXMLRelation[] |
XSSFPictureData.RELATIONS
Relationships for each known picture type
|
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XSSFFactory.newDocumentPart(POIXMLRelation descriptor) |
Modifier and Type | Class and Description |
---|---|
class |
XWPFRelation |
Modifier and Type | Field and Description |
---|---|
protected static POIXMLRelation[] |
XWPFPictureData.RELATIONS
Relationships for each known picture type
|
Modifier and Type | Method and Description |
---|---|
POIXMLDocumentPart |
XWPFFactory.newDocumentPart(POIXMLRelation descriptor) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.