com.aspose.metafiles
Class MetafileComment

java.lang.Object
  extended by com.aspose.metafiles.MetafileComment

public final class MetafileComment
extends java.lang.Object

Represents text comments embedded to a metafile.


Method Summary
 byte[] getCommentData()
          Returns a copy of commentary binary data.
 int getRecordIndex()
          Returns an index of a record, containing this commentary.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRecordIndex

public int getRecordIndex()
Returns an index of a record, containing this commentary.


getCommentData

public byte[] getCommentData()
Returns a copy of commentary binary data.