org.apache.poi.hemf.record
Class HemfCommentEMFPlus

java.lang.Object
  extended by org.apache.poi.hemf.record.AbstractHemfComment
      extended by org.apache.poi.hemf.record.HemfCommentEMFPlus

@Internal
public class HemfCommentEMFPlus
extends AbstractHemfComment

An HemfCommentEMFPlus may contain one or more EMFPlus records


Constructor Summary
HemfCommentEMFPlus(byte[] rawBytes)
           
 
Method Summary
 java.util.List<HemfPlusRecord> getRecords()
           
 
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

HemfCommentEMFPlus

public HemfCommentEMFPlus(byte[] rawBytes)
Method Detail

getRecords

public java.util.List<HemfPlusRecord> getRecords()


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