Uses of Class
org.docx4j.openpackaging.parts.WordprocessingML.AlternativeFormatInputPart
Packages that use AlternativeFormatInputPart
-
Uses of AlternativeFormatInputPart in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts that return AlternativeFormatInputPartModifier and TypeMethodDescriptionJaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, byte[] bytes) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, byte[] bytes, int index) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, byte[] bytes, ContentAccessor attachmentPoint) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, byte[] bytes, ContentAccessor attachmentPoint, int index) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, InputStream is) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, InputStream is, int index) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, InputStream is, ContentAccessor attachmentPoint) JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type, InputStream is, ContentAccessor attachmentPoint, int index) -
Uses of AlternativeFormatInputPart in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML that return AlternativeFormatInputPartModifier and TypeMethodDescriptionAltChunkInterface.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.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.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.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.AltChunkInterface.addAltChunk(AltChunkType type, 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.AltChunkInterface.addAltChunk(AltChunkType type, 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.AltChunkInterface.addAltChunk(AltChunkType type, 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.AltChunkInterface.addAltChunk(AltChunkType type, 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.