| Interface | Description |
|---|---|
| AltChunkInterface |
An altChunk can appear wherever EG_BlockLevelElts is allowed
ie in tc, footnotes/endnotes, txbxContent, body, comment,
hdr/ftr.
|
| Class | Description |
|---|---|
| AlternativeFormatInputPart | |
| BibliographyPart | |
| BinaryPart |
A part containing binary (as opposed to XML) data.
|
| BinaryPartAbstractImage | |
| BinaryPartAbstractImage.CxCy | |
| CommentsExtendedPart | |
| CommentsPart | |
| DocumentPart<E> | |
| DocumentSettingsPart | |
| EmbeddedPackagePart | |
| EndnotesPart | |
| FontTablePart | |
| FooterPart | |
| FootnotesPart | |
| GlossaryDocumentPart | |
| HeaderPart | |
| ImageBmpPart | |
| ImageEpsPart |
NB, Word can't read such a part.
|
| ImageGifPart | |
| ImageJpegPart | |
| ImagePngPart | |
| ImageTiffPart | |
| MainDocumentPart | |
| MetafileEmfPart |
Summary: At present, EMF files are best converted to SVG using OpenOffice.
|
| MetafilePart | |
| MetafileWmfPart |
Summary: docx4j can convert WMF files to SVG using pure Java approach.
|
| MetafileWmfPart.SvgDocument | |
| NumberingDefinitionsPart | |
| ObfuscatedFontPart | |
| OleObjectBinaryPart |
You can use oleObjectBinaryPart.setBinaryData( ByteBuffer.wrap(bytes) );
to populate this from a byte[]
|
| PeoplePart | |
| StyleDefinitionsPart | |
| VbaDataPart | |
| VbaProjectBinaryPart | |
| VbaProjectSignatureBin | |
| WebSettingsPart |
| Enum | Description |
|---|---|
| AltChunkType |
Copyright © 2007-2018. All Rights Reserved.