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 POIXMLRelationPOIXMLFactory.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 POIXMLDocumentPartPOIXMLDocumentPart.createRelationship(POIXMLRelation descriptor, POIXMLFactory factory) Create a new child POIXMLDocumentPartfinal POIXMLDocumentPartPOIXMLDocumentPart.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 intPOIXMLDocumentPart.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 POIXMLRelationXDDFChart.getChartRelation()protected abstract POIXMLRelationXDDFChart.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 POIXMLRelationXDGFFactory.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 POIXMLRelationXSLFChart.getChartRelation()protected POIXMLRelationXSLFChart.getChartWorkbookRelation()protected POIXMLRelationXSLFFactory.getDescriptor(String relationshipType) -
Uses of POIXMLRelation in org.apache.poi.xssf.binary
Subclasses of POIXMLRelation in org.apache.poi.xssf.binaryModifier and TypeClassDescriptionclassNeed to have this mirror class ofXSSFRelationbecause 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 classDefines 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.RELATIONSRelationships for each known picture typeMethods in org.apache.poi.xssf.usermodel that return POIXMLRelationModifier and TypeMethodDescriptionprotected POIXMLRelationXSSFChart.getChartRelation()protected POIXMLRelationXSSFChart.getChartWorkbookRelation()protected POIXMLRelationXSSFFactory.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.RELATIONSRelationships for each known picture typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLRelationModifier and TypeMethodDescriptionprotected POIXMLRelationXWPFChart.getChartRelation()protected POIXMLRelationXWPFChart.getChartWorkbookRelation()protected POIXMLRelationXWPFFactory.getDescriptor(String relationshipType)