Uses of Class
org.apache.poi.ooxml.POIXMLFactory
Packages that use POIXMLFactory
Package
Description
-
Uses of POIXMLFactory in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml with parameters of type POIXMLFactoryModifier and TypeMethodDescriptionfinal POIXMLDocumentPart
POIXMLDocumentPart.createRelationship
(POIXMLRelation descriptor, POIXMLFactory factory) Create a new child POIXMLDocumentPartfinal POIXMLDocumentPart
POIXMLDocumentPart.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 void
POIXMLDocument.load
(POIXMLFactory factory) protected void
POIXMLDocumentPart.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 POIXMLFactoryMethods in org.apache.poi.xddf.usermodel.chart with parameters of type POIXMLFactoryModifier 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 POIXMLFactory in org.apache.poi.xdgf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xdgf.usermodelModifier and TypeClassDescriptionclass
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.usermodelModifier and TypeClassDescriptionfinal class
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xslf.usermodel that return POIXMLFactory -
Uses of POIXMLFactory in org.apache.poi.xssf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xssf.usermodelModifier and TypeClassDescriptionclass
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xssf.usermodel that return POIXMLFactory -
Uses of POIXMLFactory in org.apache.poi.xwpf.usermodel
Subclasses of POIXMLFactory in org.apache.poi.xwpf.usermodelModifier and TypeClassDescriptionfinal class
Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xwpf.usermodel that return POIXMLFactory