Class GloxPackage

All Implemented Interfaces:
PackageIdentifier

public class GloxPackage extends OpcPackage
Since:
2.7.0
Author:
jharrop
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • GloxPackage

      public GloxPackage()
      Constructor. Also creates a new content type manager
    • GloxPackage

      public GloxPackage(ContentTypeManager contentTypeManager)
      Constructor.
      Parameters:
      contentTypeManager - The content type manager to use
  • Method Details

    • load

      public static GloxPackage load(File gloxFile) throws Docx4JException
      Throws:
      Docx4JException
    • setPartShortcut

      public boolean setPartShortcut(Part part, String relationshipType)
      Description copied from class: Base
      Tell the source Part about this target Part, so the source can use this part via a convenience method.
      Overrides:
      setPartShortcut in class OpcPackage
      Returns:
      true if the source Part does use the target Part in a convenience method.
    • getDiagramLayoutPart

      public DiagramLayoutPart getDiagramLayoutPart()
    • getDiagramLayoutHeaderPart

      public DiagramLayoutHeaderPart getDiagramLayoutHeaderPart()