Uses of Class
org.apache.poi.ooxml.POIXMLFactory
-
-
Uses of POIXMLFactory in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml with parameters of type POIXMLFactory Modifier and Type Method Description POIXMLDocumentPartPOIXMLDocumentPart. 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 POIXMLDocumentPartprotected voidPOIXMLDocument. load(POIXMLFactory factory)protected voidPOIXMLDocumentPart. read(POIXMLFactory factory, Map<PackagePart,POIXMLDocumentPart> context)Iterate through the underlying PackagePart and create child POIXMLFactory instances using the specified factory -
Uses of POIXMLFactory in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return POIXMLFactory Modifier and Type Method Description protected abstract POIXMLFactoryXDDFChart. getChartFactory()Methods in org.apache.poi.xddf.usermodel.chart with parameters of type POIXMLFactory 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 POIXMLFactory in org.apache.poi.xdgf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xdgf.usermodel Modifier and Type Class Description classXDGFFactoryInstantiates sub-classes of POIXMLDocumentPart depending on their relationship type -
Uses of POIXMLFactory in org.apache.poi.xslf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXSLFFactoryInstantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xslf.usermodel that return POIXMLFactory Modifier and Type Method Description protected POIXMLFactoryXSLFChart. getChartFactory() -
Uses of POIXMLFactory in org.apache.poi.xssf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xssf.usermodel Modifier and Type Class Description classXSSFFactoryInstantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xssf.usermodel that return POIXMLFactory Modifier and Type Method Description protected POIXMLFactoryXSSFChart. getChartFactory() -
Uses of POIXMLFactory in org.apache.poi.xwpf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xwpf.usermodel Modifier and Type Class Description classXWPFFactoryInstantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLFactory Modifier and Type Method Description protected POIXMLFactoryXWPFChart. getChartFactory()
-