Uses of Class
org.apache.poi.ooxml.POIXMLRelation
-
Packages that use POIXMLRelation Package Description org.apache.poi.ooxml org.apache.poi.xddf.usermodel.chart org.apache.poi.xddf.usermodel.text 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.ooxml
Methods in org.apache.poi.ooxml that return POIXMLRelation Modifier and Type Method Description protected abstract POIXMLRelation
POIXMLFactory. getDescriptor(java.lang.String relationshipType)
returns the descriptor for the given relationship typeMethods in org.apache.poi.ooxml with parameters of type POIXMLRelation Modifier and Type Method Description POIXMLDocumentPart.RelationPart
POIXMLDocumentPart. addRelation(java.lang.String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part)
Add a new child POIXMLDocumentPartPOIXMLDocumentPart
POIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory)
Create a new child POIXMLDocumentPartPOIXMLDocumentPart
POIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx)
Create a new child POIXMLDocumentPartPOIXMLDocumentPart.RelationPart
POIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation)
Create a new child POIXMLDocumentPartprotected 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.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return POIXMLRelation Modifier and Type Method Description protected abstract POIXMLRelation
XDDFChart. getChartRelation()
protected abstract POIXMLRelation
XDDFChart. getChartWorkbookRelation()
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type POIXMLRelation Modifier and Type Method Description PackageRelationship
XDDFChart. 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 POIXMLRelation Modifier and Type Method Description XDDFHyperlink
XDDFTextRun. linkToExternal(java.lang.String url, PackagePart localPart, POIXMLRelation relation)
XDDFHyperlink
XDDFTextRun. linkToInternal(java.lang.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.usermodel Modifier and Type Class Description class
XDGFRelation
Methods in org.apache.poi.xdgf.usermodel that return POIXMLRelation Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFRelation
Methods in org.apache.poi.xslf.usermodel that return POIXMLRelation Modifier and Type Method Description protected POIXMLRelation
XSLFChart. getChartRelation()
protected POIXMLRelation
XSLFChart. getChartWorkbookRelation()
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 Modifier and Type Class Description class
XSSFBRelation
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.usermodel Modifier and Type Class Description 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 Modifier and Type Field Description protected static POIXMLRelation[]
XSSFPictureData. RELATIONS
Relationships for each known picture typeMethods in org.apache.poi.xssf.usermodel that return POIXMLRelation Modifier and Type Method Description protected POIXMLRelation
XSSFChart. getChartRelation()
protected POIXMLRelation
XSSFChart. getChartWorkbookRelation()
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 Modifier and Type Class Description class
XWPFRelation
Fields in org.apache.poi.xwpf.usermodel declared as POIXMLRelation Modifier and Type Field Description protected static POIXMLRelation[]
XWPFPictureData. RELATIONS
Relationships for each known picture typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLRelation Modifier and Type Method Description protected POIXMLRelation
XWPFChart. getChartRelation()
protected POIXMLRelation
XWPFChart. getChartWorkbookRelation()
protected POIXMLRelation
XWPFFactory. getDescriptor(java.lang.String relationshipType)
-