| Package | Description |
|---|---|
| org.docx4j.openpackaging.parts | |
| org.docx4j.openpackaging.parts.WordprocessingML |
| Modifier and Type | Method and Description |
|---|---|
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
byte[] bytes) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
byte[] bytes,
ContentAccessor attachmentPoint) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
byte[] bytes,
ContentAccessor attachmentPoint,
int index) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
byte[] bytes,
int index) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
java.io.InputStream is) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
java.io.InputStream is,
ContentAccessor attachmentPoint) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
java.io.InputStream is,
ContentAccessor attachmentPoint,
int index) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
java.io.InputStream is,
int index) |
| Modifier and Type | Method and Description |
|---|---|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
byte[] bytes)
Add content from byte array of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
byte[] bytes,
ContentAccessor attachmentPoint)
Add content from byte array of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
byte[] bytes,
ContentAccessor attachmentPoint,
int index)
Add at index content from byte array of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
byte[] bytes,
int index)
Add at index content from byte array of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
java.io.InputStream is)
Add content from InputStream of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
java.io.InputStream is,
ContentAccessor attachmentPoint)
Add content from InputStream of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
java.io.InputStream is,
ContentAccessor attachmentPoint,
int index)
Add at index content from InputStream of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
java.io.InputStream is,
int index)
Add at index content from InputStream of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
Copyright © 2007–2023. All rights reserved.