Uses of Interface
org.docx4j.events.PackageIdentifier
Packages that use PackageIdentifier
Package
Description
-
Uses of PackageIdentifier in org.docx4j
Methods in org.docx4j with parameters of type PackageIdentifierModifier and TypeMethodDescriptionstatic WordprocessingMLPackageDocx4J.load(PackageIdentifier pkgIdentifier, File inFile) Load a Docx Document from a File, assigning it an identifier for eventingstatic WordprocessingMLPackageDocx4J.load(PackageIdentifier pkgIdentifier, InputStream inStream) Load a Docx Document from an InputStream, assigning it an identifier for eventing -
Uses of PackageIdentifier in org.docx4j.events
Classes in org.docx4j.events that implement PackageIdentifierModifier and TypeClassDescriptionclassUsed where we don't have a PackageIdentifier yet eg where package is being loaded.Methods in org.docx4j.events that return PackageIdentifierConstructors in org.docx4j.events with parameters of type PackageIdentifierModifierConstructorDescriptionDocx4jEvent(JobIdentifier job, PackageIdentifier pkgIdentifier) Use this to signal the start or end of work on a specific pkg in a job.Docx4jEvent(JobIdentifier job, PackageIdentifier pkgIdentifier, ProcessStep processStep) Use this to signal the start or end of a process step, on some pkg in some overall job.Docx4jEvent(PackageIdentifier pkgIdentifier) Use this to signal the start or end of work on a specific pkg, where you didn't define an overall job.Docx4jEvent(PackageIdentifier pkgIdentifier, ProcessStep processStep) Use this to signal the start or end of a process step, where you didn't define an overall job.EventFinished(JobIdentifier job, PackageIdentifier pkgIdentifier) Use this to signal the end of work on a specific pkg in a job.EventFinished(JobIdentifier job, PackageIdentifier pkgIdentifier, ProcessStep processStep) Use this to signal the end of a process step, on some pkg in some overall job.EventFinished(PackageIdentifier pkgIdentifier) Use this to signal the end of work on a specific pkg, where you didn't define an overall job.EventFinished(PackageIdentifier pkgIdentifier, ProcessStep processStep) Use this to signal the end of a process step, where you didn't define an overall job.StartEvent(JobIdentifier job, PackageIdentifier pkgIdentifier) Use this to signal the start of work on a specific pkg in a job.StartEvent(JobIdentifier job, PackageIdentifier pkgIdentifier, ProcessStep processStep) Use this to signal the start of a process step, on some pkg in some overall job.StartEvent(PackageIdentifier pkgIdentifier) Use this to signal the start of work on a specific pkg, where you didn't define an overall job.StartEvent(PackageIdentifier pkgIdentifier, ProcessStep processStep) Use this to signal the start of a process step, where you didn't define an overall job. -
Uses of PackageIdentifier in org.docx4j.openpackaging.packages
Classes in org.docx4j.openpackaging.packages that implement PackageIdentifierModifier and TypeClassDescriptionclassclassRepresent a Package as defined in the Open Packaging Specification.classclassclassclassMethods in org.docx4j.openpackaging.packages with parameters of type PackageIdentifierModifier and TypeMethodDescriptionstatic OpcPackageOpcPackage.load(PackageIdentifier pkgIdentifier, File docxFile) Convenience method to create a WordprocessingMLPackage or PresentationMLPackage from an existing File (.docx/.docxm, .ppxtx or Flat OPC .xml).static OpcPackageOpcPackage.load(PackageIdentifier pkgIdentifier, File docxFile, String password) Convenience method to create a WordprocessingMLPackage or PresentationMLPackage from an existing File (.docx/.docxm, .ppxtx or Flat OPC .xml).static OpcPackageOpcPackage.load(PackageIdentifier pkgIdentifier, InputStream inputStream) Convenience method to create a WordprocessingMLPackage or PresentationMLPackage from an inputstream (.docx/.docxm, .ppxtx or Flat OPC .xml). -
Uses of PackageIdentifier in org.glox4j.openpackaging.packages
Classes in org.glox4j.openpackaging.packages that implement PackageIdentifier