Package org.apache.poi.hemf.record.emf
Class HemfComment.EmfCommentDataGeneric
java.lang.Object
org.apache.poi.hemf.record.emf.HemfComment.EmfCommentDataGeneric
- All Implemented Interfaces:
GenericRecord,HemfComment.EmfCommentData,HwmfCharsetAware
- Enclosing class:
HemfComment
public static class HemfComment.EmfCommentDataGeneric
extends Object
implements HemfComment.EmfCommentData, HwmfCharsetAware
Private data is unknown to EMF; it is meaningful only to applications that know the format of the
data and how to use it. EMR_COMMENT private data records MAY be ignored.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]longinit(LittleEndianInputStream leis, long dataSize) voidsetCharsetProvider(Supplier<Charset> provider) toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildrenMethods inherited from interface org.apache.poi.hemf.record.emf.HemfComment.EmfCommentData
calcBounds, draw, getGenericRecordType
-
Constructor Details
-
EmfCommentDataGeneric
public EmfCommentDataGeneric()
-
-
Method Details
-
getCommentRecordType
- Specified by:
getCommentRecordTypein interfaceHemfComment.EmfCommentData
-
init
- Specified by:
initin interfaceHemfComment.EmfCommentData- Throws:
IOException
-
getPrivateData
public byte[] getPrivateData() -
toString
-
getPrivateDataAsString
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
setCharsetProvider
- Specified by:
setCharsetProviderin interfaceHwmfCharsetAware
-