Class XSLFRelation

java.lang.Object
org.apache.poi.ooxml.POIXMLRelation
org.apache.poi.xslf.usermodel.XSLFRelation

@Beta public final class XSLFRelation extends POIXMLRelation
  • Field Details

  • Method Details

    • getInstance

      public static XSLFRelation 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