Class AlteredParts
java.lang.Object
org.docx4j.openpackaging.parts.relationships.AlteredParts
public class AlteredParts
extends java.lang.Object
Output is Flat OPC XML format:
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlteredParts.Alterationstatic classAlteredParts.Alterations -
Constructor Summary
Constructors Constructor Description AlteredParts() -
Method Summary
Modifier and Type Method Description static voidrecurse(AlteredParts.Alterations alterations, RelationshipsPart thisRP, RelationshipsPart otherRP)static AlteredParts.Alterationsstart(WordprocessingMLPackage thisPackage, WordprocessingMLPackage otherPackage)
-
Constructor Details
-
AlteredParts
public AlteredParts()
-
-
Method Details
-
start
public static AlteredParts.Alterations start(WordprocessingMLPackage thisPackage, WordprocessingMLPackage otherPackage) throws Docx4JException- Throws:
Docx4JException
-
recurse
public static void recurse(AlteredParts.Alterations alterations, RelationshipsPart thisRP, RelationshipsPart otherRP) throws Docx4JException- Throws:
Docx4JException
-