Uses of Class
org.apache.poi.ooxml.POIXMLRelation
-
Packages that use POIXMLRelation Package Description org.apache.poi.ooxml org.apache.poi.poifs.crypt.dsig 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 POIXMLRelationPOIXMLFactory. getDescriptor(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.RelationPartPOIXMLDocumentPart. addRelation(String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part)Add a new child POIXMLDocumentPartPOIXMLDocumentPartPOIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory)Create a new child POIXMLDocumentPartPOIXMLDocumentPartPOIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx)Create a new child POIXMLDocumentPartPOIXMLDocumentPart.RelationPartPOIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation)Create a new child POIXMLDocumentPartintPOIXMLDocumentPart. 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.POIXMLDocumentPartPOIXMLFactory. newDocumentPart(POIXMLRelation descriptor)Create a new POIXMLDocumentPart using the supplied descriptor. -
Uses of POIXMLRelation in org.apache.poi.poifs.crypt.dsig
Subclasses of POIXMLRelation in org.apache.poi.poifs.crypt.dsig Modifier and Type Class Description classDSigRelation -
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 POIXMLRelationXDDFChart. getChartRelation()protected abstract POIXMLRelationXDDFChart. getChartWorkbookRelation()Methods in org.apache.poi.xddf.usermodel.chart with parameters of type POIXMLRelation Modifier and Type Method Description PackageRelationshipXDDFChart. 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 XDDFHyperlinkXDDFTextRun. linkToExternal(String url, PackagePart localPart, POIXMLRelation relation)XDDFHyperlinkXDDFTextRun. 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.usermodel Modifier and Type Class Description classXDGFRelationMethods in org.apache.poi.xdgf.usermodel that return POIXMLRelation Modifier and Type Method Description protected POIXMLRelationXDGFFactory. getDescriptor(String relationshipType)Methods in org.apache.poi.xdgf.usermodel with parameters of type POIXMLRelation Modifier and Type Method Description POIXMLDocumentPartXDGFFactory. newDocumentPart(POIXMLRelation descriptor) -
Uses of POIXMLRelation in org.apache.poi.xslf.usermodel
Subclasses of POIXMLRelation in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXSLFRelationMethods in org.apache.poi.xslf.usermodel that return POIXMLRelation Modifier and Type Method Description protected 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.binary Modifier and Type Class Description classXSSFBRelationNeed 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.usermodel Modifier and Type Class Description classXSSFRelationDefines 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. RELATIONSRelationships for each known picture typeMethods in org.apache.poi.xssf.usermodel that return POIXMLRelation Modifier and Type Method Description protected 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.usermodel Modifier and Type Class Description classXWPFRelationFields in org.apache.poi.xwpf.usermodel declared as POIXMLRelation Modifier and Type Field Description protected static POIXMLRelation[]XWPFPictureData. RELATIONSRelationships for each known picture typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLRelation Modifier and Type Method Description protected POIXMLRelationXWPFChart. getChartRelation()protected POIXMLRelationXWPFChart. getChartWorkbookRelation()protected POIXMLRelationXWPFFactory. getDescriptor(String relationshipType)
-