public static class HemfComment.EmfCommentDataGeneric extends Object implements HemfComment.EmfCommentData, HwmfCharsetAware
| Constructor and Description |
|---|
EmfCommentDataGeneric() |
| Modifier and Type | Method and Description |
|---|---|
HemfComment.HemfCommentRecordType |
getCommentRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
byte[] |
getPrivateData() |
String |
getPrivateDataAsString() |
long |
init(LittleEndianInputStream leis,
long dataSize) |
void |
setCharsetProvider(Supplier<Charset> provider) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalcBounds, draw, getGenericRecordTypegetGenericChildrenpublic HemfComment.HemfCommentRecordType getCommentRecordType()
getCommentRecordType in interface HemfComment.EmfCommentDatapublic long init(LittleEndianInputStream leis, long dataSize) throws IOException
init in interface HemfComment.EmfCommentDataIOExceptionpublic byte[] getPrivateData()
public String getPrivateDataAsString()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordpublic void setCharsetProvider(Supplier<Charset> provider)
setCharsetProvider in interface HwmfCharsetAware