Class AlteredParts.Alteration

java.lang.Object
org.docx4j.openpackaging.parts.relationships.AlteredParts.Alteration
Enclosing class:
AlteredParts

public static class AlteredParts.Alteration
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Alteration​(PartName sourcePartName, Part part)  
    Alteration​(RelationshipsPart rp, Part part)  
  • Method Summary

    Modifier and Type Method Description
    Part getPart()  
    PartName getSourcePartName()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getSourcePartName

      public PartName getSourcePartName()
    • getPart

      public Part getPart()