Class XSSFRelation

java.lang.Object
org.apache.poi.ooxml.POIXMLRelation
org.apache.poi.xssf.usermodel.XSSFRelation

public final class XSSFRelation extends POIXMLRelation
Defines namespaces, content types and normal file names / naming patterns, for the well-known XSSF format parts.
  • Field Details

  • Method Details

    • getInstance

      public static XSSFRelation getInstance(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