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,
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,
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,
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,
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,
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.
|
void |
AlternativeFormatInputPart.setAltChunkType(AltChunkType altChunkType) |
|