Class XSSFBRelation


  • @Internal
    public class XSSFBRelation
    extends org.apache.poi.ooxml.POIXMLRelation
    Need to have this mirror class of XSSFRelation because of conflicts with regular ooxml relations. If we failed to break this into a separate class, in the cases of SharedStrings and Styles, 2 parts would exist, and "Packages shall not contain equivalent part names..."

    Also, we need to avoid the possibility of breaking the marshalling process for xml.

    • 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

      • 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
    • Field Detail