Class HemfCommentRecord

java.lang.Object
org.apache.poi.hemf.record.HemfCommentRecord
All Implemented Interfaces:
HemfRecord

@Internal public class HemfCommentRecord extends Object implements HemfRecord
This is the outer comment record that is recognized by the initial parse by HemfRecordType.comment. However, there are four types of comment: EMR_COMMENT, EMR_COMMENT_EMFPLUS, EMR_COMMENT_EMFSPOOL, and EMF_COMMENT_PUBLIC. To get the underlying comment, call getComment().