Modifier and Type | Method and Description |
---|---|
protected String |
AbstractConversionImageHandler.createEncodedImage(BinaryPart binaryPart,
byte[] bytes) |
protected String |
AbstractConversionImageHandler.createKey(Relationship relationship,
BinaryPart part) |
protected abstract String |
AbstractConversionImageHandler.createStoredImage(BinaryPart binaryPart,
byte[] bytes) |
protected String |
FileConversionImageHandler.createStoredImage(BinaryPart binaryPart,
byte[] bytes) |
protected String |
AbstractConversionImageHandler.doHandleImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
protected byte[] |
AbstractConversionImageHandler.getImageData(BinaryPart binaryPart)
Get the image data of the buffer
|
protected String |
AbstractConversionImageHandler.getImageName(BinaryPart binaryPart)
Get the image base name
|
protected String |
AbstractConversionImageHandler.handleExternalImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
String |
AbstractConversionImageHandler.handleImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
String |
ConversionImageHandler.handleImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
protected String |
AbstractConversionImageHandler.handleInternalImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart binaryPart) |
protected String |
AbstractWordXmlPicture.handlePart(ConversionImageHandler imageHandler,
AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart binaryPart) |
protected boolean |
AbstractConversionImageHandler.isInternalImage(AbstractWordXmlPicture picture,
Relationship relationship,
BinaryPart part) |
protected String |
AbstractConversionImageHandler.setupImageName(BinaryPart binaryPart) |
protected File |
FileConversionImageHandler.setupRootFolder(BinaryPart binaryPart) |
protected String |
FileConversionImageHandler.storeImage(BinaryPart binaryPart,
byte[] bytes,
File folder,
String filename) |
Modifier and Type | Method and Description |
---|---|
protected static BinaryPart |
ExternalResourceUtils.createBinaryPart(String absoluteTarget,
String contentType) |
static BinaryPart |
ExternalResourceUtils.getExternalResource(String absoluteTarget) |
Modifier and Type | Class and Description |
---|---|
class |
VMLBinaryPart
A PPTX containing an embedded XLSX table,
then saved as Flat OPC XML, will contain something
like:
|
Modifier and Type | Class and Description |
---|---|
class |
FontDataPart
Referenced from main presentation part; see http://webapp.docx4java.org/OnlineDemo/ecma376/PresentationML/embeddedFontLst.html
|
Modifier and Type | Class and Description |
---|---|
class |
PrinterSettings |
Modifier and Type | Class and Description |
---|---|
class |
AlternativeFormatInputPart |
class |
BinaryPartAbstractImage |
class |
EmbeddedPackagePart |
class |
ImageBmpPart |
class |
ImageEpsPart
NB, Word can't read such a part.
|
class |
ImageGifPart |
class |
ImageJpegPart |
class |
ImagePngPart |
class |
ImageTiffPart |
class |
MetafileEmfPart
Summary: At present, EMF files are best converted to SVG using OpenOffice.
|
class |
MetafilePart |
class |
MetafileWmfPart
Summary: docx4j can convert WMF files to SVG using pure Java approach.
|
class |
ObfuscatedFontPart |
class |
OleObjectBinaryPart
You can use oleObjectBinaryPart.setBinaryData( ByteBuffer.wrap(bytes) );
to populate this from a byte[]
|
class |
VbaProjectBinaryPart |
class |
VbaProjectSignatureBin |
Copyright © 2007-2019. All Rights Reserved.