Uses of Class
org.apache.poi.ooxml.POIXMLRelation
Packages that use POIXMLRelation
Package
Description
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of POIXMLRelation in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return POIXMLRelationModifier and TypeMethodDescriptionprotected abstract POIXMLRelation
POIXMLFactory.getDescriptor
(String relationshipType) returns the descriptor for the given relationship typeMethods in org.apache.poi.ooxml with parameters of type POIXMLRelationModifier and TypeMethodDescriptionPOIXMLDocumentPart.addRelation
(String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part) Add a new child POIXMLDocumentPartfinal POIXMLDocumentPart
POIXMLDocumentPart.createRelationship
(POIXMLRelation descriptor, POIXMLFactory factory) Create a new child POIXMLDocumentPartfinal POIXMLDocumentPart
POIXMLDocumentPart.createRelationship
(POIXMLRelation descriptor, POIXMLFactory factory, int idx) Create a new child POIXMLDocumentPartPOIXMLDocumentPart.createRelationship
(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation) Create a new child POIXMLDocumentPartprotected final 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.POIXMLFactory.newDocumentPart
(POIXMLRelation descriptor) Create a new POIXMLDocumentPart using the supplied descriptor. -
Uses of POIXMLRelation in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return POIXMLRelationModifier and TypeMethodDescriptionprotected abstract POIXMLRelation
XDDFChart.getChartRelation()
protected abstract POIXMLRelation
XDDFChart.getChartWorkbookRelation()
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type POIXMLRelationModifier and TypeMethodDescriptionXDDFChart.createRelationshipInChart
(POIXMLRelation chartRelation, POIXMLFactory chartFactory, int chartIndex) method to create relationship with embedded part for example writing xlsx file stream into output stream -
Uses of POIXMLRelation in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text with parameters of type POIXMLRelationModifier and TypeMethodDescriptionXDDFTextRun.linkToExternal
(String url, PackagePart localPart, POIXMLRelation relation) XDDFTextRun.linkToInternal
(String action, PackagePart localPart, POIXMLRelation relation, PackagePartName target) -
Uses of POIXMLRelation in org.apache.poi.xdgf.usermodel
Subclasses of POIXMLRelation in org.apache.poi.xdgf.usermodelMethods in org.apache.poi.xdgf.usermodel that return POIXMLRelationModifier and TypeMethodDescriptionprotected POIXMLRelation
XDGFFactory.getDescriptor
(String relationshipType) -
Uses of POIXMLRelation in org.apache.poi.xslf.usermodel
Subclasses of POIXMLRelation in org.apache.poi.xslf.usermodelMethods in org.apache.poi.xslf.usermodel that return POIXMLRelationModifier and TypeMethodDescriptionprotected POIXMLRelation
XSLFChart.getChartRelation()
protected POIXMLRelation
XSLFChart.getChartWorkbookRelation()
protected POIXMLRelation
XSLFFactory.getDescriptor
(String relationshipType) -
Uses of POIXMLRelation in org.apache.poi.xssf.binary
Subclasses of POIXMLRelation in org.apache.poi.xssf.binaryModifier and TypeClassDescriptionclass
Need to have this mirror class ofXSSFRelation
because of conflicts with regular ooxml relations. -
Uses of POIXMLRelation in org.apache.poi.xssf.usermodel
Subclasses of POIXMLRelation in org.apache.poi.xssf.usermodelModifier and TypeClassDescriptionfinal class
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 POIXMLRelationModifier and TypeFieldDescriptionprotected static final POIXMLRelation[]
XSSFPictureData.RELATIONS
Relationships for each known picture typeMethods in org.apache.poi.xssf.usermodel that return POIXMLRelationModifier and TypeMethodDescriptionprotected POIXMLRelation
XSSFChart.getChartRelation()
protected POIXMLRelation
XSSFChart.getChartWorkbookRelation()
protected POIXMLRelation
XSSFFactory.getDescriptor
(String relationshipType) -
Uses of POIXMLRelation in org.apache.poi.xwpf.usermodel
Subclasses of POIXMLRelation in org.apache.poi.xwpf.usermodelFields in org.apache.poi.xwpf.usermodel declared as POIXMLRelationModifier and TypeFieldDescriptionprotected static final POIXMLRelation[]
XWPFPictureData.RELATIONS
Relationships for each known picture typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLRelationModifier and TypeMethodDescriptionprotected POIXMLRelation
XWPFChart.getChartRelation()
protected POIXMLRelation
XWPFChart.getChartWorkbookRelation()
protected POIXMLRelation
XWPFFactory.getDescriptor
(String relationshipType)