Uses of Interface
org.docx4j.events.ProcessStep
Packages that use ProcessStep
-
Uses of ProcessStep in org.docx4j.events
Classes in org.docx4j.events that implement ProcessStepMethods in org.docx4j.events that return ProcessStepModifier and TypeMethodDescriptionDocx4jEvent.getProcessStep()Retrieve the step in the process, if set.Methods in org.docx4j.events with parameters of type ProcessStepConstructors in org.docx4j.events with parameters of type ProcessStepModifierConstructorDescriptionDocx4jEvent(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, 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, ProcessStep processStep) Use this to signal the end of a process step, on some pkg in some 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, ProcessStep processStep) Use this to signal the start of a process step, on some pkg in some 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.