Documentation of 'org.apache.poi.POIXMLFactory' Java class
POIXMLFactory
org.apache.poi

Class POIXMLFactory

  • Direct Known Subclasses:
    XSLFFactory, XSSFFactory, XWPFFactory


    public abstract class POIXMLFactory
    extends java.lang.Object
    Defines a factory API that enables sub-classes to create instances of POIXMLDocumentPart
    • Constructor Detail

      • POIXMLFactory

        public POIXMLFactory()
    • Method Detail

      • newDocumentPart

        public abstract POIXMLDocumentPart newDocumentPart(POIXMLRelation descriptor)
        Create a new POIXMLDocumentPart using the supplied descriptor. This method is used when adding new parts to a document, for example, when adding a sheet to a workbook, slide to a presentation, etc.
        Parameters:
        descriptor - describes the object to create
        Returns:
        A new instance of a POIXMLDocumentPart.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.