| 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 |
|---|---|
AltChunkType |
AlternativeFormatInputPart.getAltChunkType() |
static AltChunkType |
AltChunkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AltChunkType[] |
AltChunkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
void |
AlternativeFormatInputPart.setAltChunkType(AltChunkType altChunkType) |
| Constructor and Description |
|---|
AlternativeFormatInputPart(AltChunkType type) |
Copyright © 2007–2023. All rights reserved.