Class Parts

java.lang.Object
org.docx4j.openpackaging.parts.Parts

public class Parts
extends java.lang.Object
A collection of all the parts in the package
Version:
0.1
Author:
Jason Harrop; Julien Chable
  • Constructor Summary

    Constructors 
    Constructor Description
    Parts()  
  • Method Summary

    Modifier and Type Method Description
    Part get​(PartName partName)  
    java.util.HashMap<PartName,​Part> getParts()
    Getter method for parts
    void put​(Part part)  
    void remove​(PartName partName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details