Package org.apache.poi.hemf.record.emf
Class HemfComment.EmfCommentDataWMF
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfComment.EmfCommentDataWMF
-
- All Implemented Interfaces:
GenericRecord,HemfComment.EmfCommentData
- Enclosing class:
- HemfComment
public static class HemfComment.EmfCommentDataWMF extends Object implements HemfComment.EmfCommentData
-
-
Constructor Summary
Constructors Constructor Description EmfCommentDataWMF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2DgetBounds()HemfComment.HemfCommentRecordTypegetCommentRecordType()Map<String,Supplier<?>>getGenericProperties()byte[]getWMFData()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
-
getWMFData
public byte[] getWMFData()
-
getBounds
public Rectangle2D getBounds()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-