org.apache.poi.hemf.record
Class HemfCommentPublic.WindowsMetafile

java.lang.Object
  extended by org.apache.poi.hemf.record.AbstractHemfComment
      extended by org.apache.poi.hemf.record.HemfCommentPublic.WindowsMetafile
Enclosing class:
HemfCommentPublic

public static class HemfCommentPublic.WindowsMetafile
extends AbstractHemfComment

Stub, to be implemented


Constructor Summary
HemfCommentPublic.WindowsMetafile(byte[] rawBytes)
           
 
Method Summary
 java.io.InputStream getWmfInputStream()
           
 
Methods inherited from class org.apache.poi.hemf.record.AbstractHemfComment
getRawBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HemfCommentPublic.WindowsMetafile

public HemfCommentPublic.WindowsMetafile(byte[] rawBytes)
Method Detail

getWmfInputStream

public java.io.InputStream getWmfInputStream()
Returns:
an InputStream for the embedded WMF file


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.