Class MetafileWmfPart.SvgDocument

java.lang.Object
org.docx4j.openpackaging.parts.WordprocessingML.MetafileWmfPart.SvgDocument
Enclosing class:
MetafileWmfPart

public static class MetafileWmfPart.SvgDocument
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SvgDocument​(java.io.InputStream wmfStream)  
  • Method Summary

    Modifier and Type Method Description
    org.w3c.dom.Document getDomDocument()  

    Methods inherited from class java.lang.Object

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

    • SvgDocument

      public SvgDocument​(java.io.InputStream wmfStream) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details