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 POIXMLDocumentPart
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 void
POIXMLDocument. load(POIXMLFactory factory)
protected void
POIXMLDocumentPart. read(POIXMLFactory factory, java.util.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 POIXMLFactory
XDDFChart. getChartFactory()
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type POIXMLFactory 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 POIXMLFactory in org.apache.poi.xdgf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xdgf.usermodel Modifier and Type Class Description class
XDGFFactory
Instantiates 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 class
XSLFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xslf.usermodel that return POIXMLFactory Modifier and Type Method Description protected POIXMLFactory
XSLFChart. getChartFactory()
-
Uses of POIXMLFactory in org.apache.poi.xssf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xssf.usermodel Modifier and Type Class Description class
XSSFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xssf.usermodel that return POIXMLFactory Modifier and Type Method Description protected POIXMLFactory
XSSFChart. getChartFactory()
-
Uses of POIXMLFactory in org.apache.poi.xwpf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xwpf.usermodel Modifier and Type Class Description class
XWPFFactory
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLFactory Modifier and Type Method Description protected POIXMLFactory
XWPFChart. getChartFactory()
-