Class XDGFRelation


  • public class XDGFRelation
    extends org.apache.poi.ooxml.POIXMLRelation
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLRelation

        org.apache.poi.ooxml.POIXMLRelation.NoArgConstructor, org.apache.poi.ooxml.POIXMLRelation.PackagePartConstructor, org.apache.poi.ooxml.POIXMLRelation.ParentPartConstructor
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XDGFRelation getInstance​(java.lang.String rel)
      Get POIXMLRelation by relation type
      • Methods inherited from class org.apache.poi.ooxml.POIXMLRelation

        getContents, getContentType, getDefaultFileName, getFileName, getFileNameIndex, getNoArgConstructor, getPackagePartConstructor, getParentPartConstructor, getRelation
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static XDGFRelation getInstance​(java.lang.String rel)
        Get POIXMLRelation by relation type
        Parameters:
        rel - relation type, for example, http://schemas.openxmlformats.org/officeDocument/2006/relationships/image
        Returns:
        registered POIXMLRelation or null if not found