Class ImageConvertEmbeddedToLinked

java.lang.Object
org.docx4j.samples.ImageConvertEmbeddedToLinked

public class ImageConvertEmbeddedToLinked extends Object
Takes existing images internal to the package, and points at them with TargetMode="External", and r:link (instead of r:embed). Optionally saves the target part as a file.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    <w:drawing> <wp:inline distT="0" distB="0" distL="0" distR="0"> <a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"> <a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"> <pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"> <pic:blipFill> <a:blip r:embed="rId5" />
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ImageConvertEmbeddedToLinked

      public ImageConvertEmbeddedToLinked()
  • Method Details