org.apache.poi.hemf.record
Class AbstractHemfComment

java.lang.Object
  extended by org.apache.poi.hemf.record.AbstractHemfComment
Direct Known Subclasses:
HemfComment, HemfCommentEMFPlus, HemfCommentEMFSpool, HemfCommentPublic.BeginGroup, HemfCommentPublic.EndGroup, HemfCommentPublic.MultiFormats, HemfCommentPublic.WindowsMetafile

@Internal
public abstract class AbstractHemfComment
extends java.lang.Object

Syntactic utility to allow for four different comment classes


Constructor Summary
AbstractHemfComment(byte[] rawBytes)
           
 
Method Summary
 byte[] getRawBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHemfComment

public AbstractHemfComment(byte[] rawBytes)
Method Detail

getRawBytes

public byte[] getRawBytes()


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