@Internal public class HemfCommentRecord extends Object implements HemfRecord
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().| Modifier and Type | Field and Description |
|---|---|
static long |
COMMENT_EMFPLUS |
static long |
COMMENT_EMFSPOOL |
static long |
COMMENT_PUBLIC |
| Constructor and Description |
|---|
HemfCommentRecord() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHemfComment |
getComment() |
HemfRecordType |
getRecordType() |
long |
init(LittleEndianInputStream leis,
long recordId,
long recordSize)
Init record from stream
|
public static final long COMMENT_EMFSPOOL
public static final long COMMENT_EMFPLUS
public static final long COMMENT_PUBLIC
public HemfRecordType getRecordType()
getRecordType in interface HemfRecordpublic long init(LittleEndianInputStream leis, long recordId, long recordSize) throws IOException
HemfRecordinit in interface HemfRecordleis - the little endian input streamIOExceptionpublic AbstractHemfComment getComment()
Copyright © 2010 - 2020 Adobe. All Rights Reserved