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 java.lang.Object implements HemfComment.EmfCommentData
-
-
Constructor Summary
Constructors Constructor Description EmfCommentDataMultiformats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2DgetBounds()HemfComment.HemfCommentRecordTypegetCommentRecordType()java.util.List<HemfComment.EmfCommentDataFormat>getFormats()java.util.List<HemfComment.EmfCommentDataFormat>getGenericChildren()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()longinit(LittleEndianInputStream leis, long dataSize)-
Methods inherited from class java.lang.Object
equals, 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 java.io.IOException
- Specified by:
initin interfaceHemfComment.EmfCommentData- Throws:
java.io.IOException
-
getFormats
public java.util.List<HemfComment.EmfCommentDataFormat> getFormats()
-
getBounds
public java.awt.geom.Rectangle2D getBounds()
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
getGenericChildren
public java.util.List<HemfComment.EmfCommentDataFormat> getGenericChildren()
- Specified by:
getGenericChildrenin interfaceGenericRecord
-
-