|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POIXMLRelation | |
---|---|
org.apache.poi | |
org.apache.poi.xdgf.usermodel | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.binary | The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files. |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xwpf.usermodel |
Uses of POIXMLRelation in org.apache.poi |
---|
Methods in org.apache.poi that return POIXMLRelation | |
---|---|
protected abstract POIXMLRelation |
POIXMLFactory.getDescriptor(java.lang.String relationshipType)
returns the descriptor for the given relationship type |
Methods in org.apache.poi with parameters of type POIXMLRelation | |
---|---|
POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.addRelation(java.lang.String relId,
POIXMLRelation relationshipType,
POIXMLDocumentPart part)
Add a new child POIXMLDocumentPart |
POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory)
Create a new child POIXMLDocumentPart |
POIXMLDocumentPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx)
Create a new child POIXMLDocumentPart |
protected POIXMLDocumentPart.RelationPart |
POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor,
POIXMLFactory factory,
int idx,
boolean noRelation)
Create a new child POIXMLDocumentPart |
protected int |
POIXMLDocumentPart.getNextPartNumber(POIXMLRelation descriptor,
int minIdx)
Identifies the next available part number for a part of the given type, if possible, otherwise -1 if none are available. |
POIXMLDocumentPart |
POIXMLFactory.newDocumentPart(POIXMLRelation descriptor)
Create a new POIXMLDocumentPart using the supplied descriptor. |
Uses of POIXMLRelation in org.apache.poi.xdgf.usermodel |
---|
Subclasses of POIXMLRelation in org.apache.poi.xdgf.usermodel | |
---|---|
class |
XDGFRelation
|
Methods in org.apache.poi.xdgf.usermodel that return POIXMLRelation | |
---|---|
protected POIXMLRelation |
XDGFFactory.getDescriptor(java.lang.String relationshipType)
|
Uses of POIXMLRelation in org.apache.poi.xslf.usermodel |
---|
Subclasses of POIXMLRelation in org.apache.poi.xslf.usermodel | |
---|---|
class |
XSLFRelation
|
Methods in org.apache.poi.xslf.usermodel that return POIXMLRelation | |
---|---|
protected POIXMLRelation |
XSLFFactory.getDescriptor(java.lang.String relationshipType)
|
Uses of POIXMLRelation in org.apache.poi.xssf.binary |
---|
Subclasses of POIXMLRelation in org.apache.poi.xssf.binary | |
---|---|
class |
XSSFBRelation
Need to have this mirror class of XSSFRelation
because of conflicts with regular ooxml relations. |
Uses of POIXMLRelation in org.apache.poi.xssf.usermodel |
---|
Subclasses of POIXMLRelation in org.apache.poi.xssf.usermodel | |
---|---|
class |
XSSFRelation
Defines namespaces, content types and normal file names / naming patterns, for the well-known XSSF format parts. |
Fields in org.apache.poi.xssf.usermodel declared as POIXMLRelation | |
---|---|
protected static POIXMLRelation[] |
XSSFPictureData.RELATIONS
Relationships for each known picture type |
Methods in org.apache.poi.xssf.usermodel that return POIXMLRelation | |
---|---|
protected POIXMLRelation |
XSSFFactory.getDescriptor(java.lang.String relationshipType)
|
Uses of POIXMLRelation in org.apache.poi.xwpf.usermodel |
---|
Subclasses of POIXMLRelation in org.apache.poi.xwpf.usermodel | |
---|---|
class |
XWPFRelation
|
Fields in org.apache.poi.xwpf.usermodel declared as POIXMLRelation | |
---|---|
protected static POIXMLRelation[] |
XWPFPictureData.RELATIONS
Relationships for each known picture type |
Methods in org.apache.poi.xwpf.usermodel that return POIXMLRelation | |
---|---|
protected POIXMLRelation |
XWPFFactory.getDescriptor(java.lang.String relationshipType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |