Uses of Enum
org.docx4j.openpackaging.parts.WordprocessingML.AltChunkType
Packages that use AltChunkType
-
Uses of AltChunkType in org.docx4j.openpackaging.parts
Methods in org.docx4j.openpackaging.parts with parameters of type AltChunkTypeModifier 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 AltChunkType in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML that return AltChunkTypeModifier and TypeMethodDescriptionAlternativeFormatInputPart.getAltChunkType()static AltChunkTypeReturns 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.Methods in org.docx4j.openpackaging.parts.WordprocessingML with parameters of type AltChunkTypeModifier 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.voidAlternativeFormatInputPart.setAltChunkType(AltChunkType altChunkType) Constructors in org.docx4j.openpackaging.parts.WordprocessingML with parameters of type AltChunkType