| 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 | |
| ChartColorStylePart<E> | Deprecated |
| ChartExSpacePart<E> | Deprecated |
| ChartStylePart<E> | Deprecated |
| CommentsExtendedPart | |
| CommentsIdsPart | |
| CommentsPart | |
| DocumentPart<E> | |
| DocumentSettingsPart | |
| DrawingPropsIdTracker |
wp:docPr/@id must be unique across all parts in a docx,
otherwise Word can't open the docx.
|
| EmbeddedPackagePart | |
| EndnotesPart | |
| FontTablePart | |
| FooterPart | |
| FootnotesPart | |
| GlossaryDocumentPart | |
| HeaderPart | |
| ImageBmpPart | |
| ImageBrokenPart |
Placeholder part used where we know there is supposed to
be an image, but we can't determine its content type
from the rel target.
|
| ImageEpsPart |
NB, Word can't read such a part.
|
| ImageGifPart | |
| ImageJpegPart | |
| ImagePngPart | |
| ImageTiffPart | |
| KeyMapCustomizationsPart | |
| MainDocumentPart | |
| MainDocumentPartFilterOutputStream |
Write comment to document.xml with docx4j / JAXB / Java / OS info.
|
| 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–2024. All rights reserved.