Uses of Class
org.docx4j.openpackaging.parts.WordprocessingML.BinaryPart
Packages that use BinaryPart
Package
Description
-
Uses of BinaryPart in org.docx4j.model.images
Methods in org.docx4j.model.images with parameters of type BinaryPartModifier and TypeMethodDescriptionprotected StringAbstractConversionImageHandler.createEncodedImage(BinaryPart binaryPart, byte[] bytes) protected StringAbstractConversionImageHandler.createKey(Relationship relationship, BinaryPart part) protected abstract StringAbstractConversionImageHandler.createStoredImage(BinaryPart binaryPart, byte[] bytes) protected StringFileConversionImageHandler.createStoredImage(BinaryPart binaryPart, byte[] bytes) protected StringAbstractConversionImageHandler.doHandleImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) protected byte[]AbstractConversionImageHandler.getImageData(BinaryPart binaryPart) Get the image data of the bufferprotected StringAbstractConversionImageHandler.getImageName(BinaryPart binaryPart) Get the image base nameprotected StringAbstractConversionImageHandler.handleExternalImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) AbstractConversionImageHandler.handleImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) ConversionImageHandler.handleImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) protected StringAbstractConversionImageHandler.handleInternalImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart binaryPart) protected StringAbstractWordXmlPicture.handlePart(ConversionImageHandler imageHandler, AbstractWordXmlPicture picture, Relationship relationship, BinaryPart binaryPart) protected booleanAbstractConversionImageHandler.isInternalImage(AbstractWordXmlPicture picture, Relationship relationship, BinaryPart part) protected StringAbstractConversionImageHandler.setupImageName(BinaryPart binaryPart) protected FileFileConversionImageHandler.setupRootFolder(BinaryPart binaryPart) protected StringFileConversionImageHandler.storeImage(BinaryPart binaryPart, byte[] bytes, File folder, String filename) -
Uses of BinaryPart in org.docx4j.openpackaging.io
Methods in org.docx4j.openpackaging.io that return BinaryPartModifier and TypeMethodDescriptionprotected static BinaryPartExternalResourceUtils.createBinaryPart(String absoluteTarget, String contentType) static BinaryPartExternalResourceUtils.getExternalResource(String absoluteTarget) -
Uses of BinaryPart in org.docx4j.openpackaging.parts
Subclasses of BinaryPart in org.docx4j.openpackaging.partsModifier and TypeClassDescriptionclassclassAn embedded TTF which is not obfuscated.classA PPTX containing an embedded XLSX table, then saved as Flat OPC XML, will contain something like: <pkg:part pkg:name="/ppt/drawings/vmlDrawing1.vml" pkg:contentType="application/vnd.openxmlformats-officedocument.vmlDrawing"> <pkg:binaryData>PHhtbCB4bWxuczp This part represents that. -
Uses of BinaryPart in org.docx4j.openpackaging.parts.PresentationML
Subclasses of BinaryPart in org.docx4j.openpackaging.parts.PresentationMLModifier and TypeClassDescriptionclassReferenced from main presentation part; see http://webapp.docx4java.org/OnlineDemo/ecma376/PresentationML/embeddedFontLst.html -
Uses of BinaryPart in org.docx4j.openpackaging.parts.SpreadsheetML
Subclasses of BinaryPart in org.docx4j.openpackaging.parts.SpreadsheetML -
Uses of BinaryPart in org.docx4j.openpackaging.parts.WordprocessingML
Subclasses of BinaryPart in org.docx4j.openpackaging.parts.WordprocessingMLModifier and TypeClassDescriptionfinal classclassclassclassclassPlaceholder part used where we know there is supposed to be an image, but we can't determine its content type from the rel target.classNB, Word can't read such a part.classclassclassclassclassSummary: At present, EMF files are best converted to SVG using OpenOffice.classclassSummary: docx4j can convert WMF files to SVG using pure Java approach.classclassYou can use oleObjectBinaryPart.setBinaryData( ByteBuffer.wrap(bytes) ); to populate this from a byte[]classclass