Class XSLFFactory


  • public final class XSLFFactory
    extends POIXMLFactory
    Instantiates sub-classes of POIXMLDocumentPart depending on their relationship type
    • Method Detail

      • getInstance

        public static XSLFFactory getInstance()
      • getDescriptor

        protected POIXMLRelation getDescriptor​(String relationshipType)
        Description copied from class: POIXMLFactory
        returns the descriptor for the given relationship type
        Specified by:
        getDescriptor in class POIXMLFactory
        Parameters:
        relationshipType - the relationship type of the descriptor
        Returns:
        the descriptor or null if type is unknown
        Since:
        POI 3.14-Beta1