Package org.apache.poi.hemf.record.emf
Class HemfComment.EmfCommentDataEndGroup
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfComment.EmfCommentDataEndGroup
-
- All Implemented Interfaces:
GenericRecord,HemfComment.EmfCommentData
- Enclosing class:
- HemfComment
public static class HemfComment.EmfCommentDataEndGroup extends Object implements HemfComment.EmfCommentData
-
-
Constructor Summary
Constructors Constructor Description EmfCommentDataEndGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HemfComment.HemfCommentRecordTypegetCommentRecordType()Map<String,Supplier<?>>getGenericProperties()longinit(LittleEndianInputStream leis, long dataSize)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hemf.record.emf.HemfComment.EmfCommentData
calcBounds, draw, getGenericRecordType
-
-
-
-
Method Detail
-
getCommentRecordType
public HemfComment.HemfCommentRecordType getCommentRecordType()
- Specified by:
getCommentRecordTypein interfaceHemfComment.EmfCommentData
-
init
public long init(LittleEndianInputStream leis, long dataSize) throws IOException
- Specified by:
initin interfaceHemfComment.EmfCommentData- Throws:
IOException
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-