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