@Internal public class HemfCommentRecord extends java.lang.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 HemfRecord
public long init(LittleEndianInputStream leis, long recordId, long recordSize) throws java.io.IOException
HemfRecord
init
in interface HemfRecord
leis
- the little endian input streamjava.io.IOException
public AbstractHemfComment getComment()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.