Package | Description |
---|---|
org.docx4j | |
org.docx4j.events | |
org.docx4j.openpackaging.packages | |
org.glox4j.openpackaging.packages |
Modifier and Type | Method and Description |
---|---|
static WordprocessingMLPackage |
Docx4J.load(PackageIdentifier pkgIdentifier,
File inFile)
Load a Docx Document from a File, assigning it an identifier for eventing
|
static WordprocessingMLPackage |
Docx4J.load(PackageIdentifier pkgIdentifier,
InputStream inStream)
Load a Docx Document from an InputStream, assigning it an identifier for eventing
|
Modifier and Type | Class and Description |
---|---|
class |
PackageIdentifierTransient
Used where we don't have a PackageIdentifier yet eg where package is being loaded.
|
Modifier and Type | Method and Description |
---|---|
PackageIdentifier |
Docx4jEvent.getPkgIdentifier() |
Constructor and Description |
---|
Docx4jEvent(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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPackage |
class |
OpcPackage
Represent a Package as defined in the Open Packaging Specification.
|
class |
PresentationMLPackage |
class |
SpreadsheetMLPackage |
class |
WordprocessingMLPackage |
class |
WordprocessingMLTemplatePackage |
Modifier and Type | Method and Description |
---|---|
static OpcPackage |
OpcPackage.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 OpcPackage |
OpcPackage.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 OpcPackage |
OpcPackage.load(PackageIdentifier pkgIdentifier,
InputStream inputStream)
Convenience method to create a WordprocessingMLPackage
or PresentationMLPackage
from an inputstream (.docx/.docxm, .ppxtx or Flat OPC .xml).
|
Modifier and Type | Class and Description |
---|---|
class |
GloxPackage |
Copyright © 2007-2019. All Rights Reserved.