Package org.apache.poi.hemf.record.emf
Class HemfComment.EmfCommentDataPlus
java.lang.Object
org.apache.poi.hemf.record.emf.HemfComment.EmfCommentDataPlus
- All Implemented Interfaces:
GenericRecord,HemfComment.EmfCommentData
- Enclosing class:
HemfComment
public static class HemfComment.EmfCommentDataPlus
extends Object
implements HemfComment.EmfCommentData
The EMR_COMMENT_EMFPLUS record contains embedded EMF+ records.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcBounds(HemfRecord.RenderBounds holder) voiddraw(org.apache.poi.hemf.draw.HemfGraphics ctx) Apply the record settings to the graphics contextList<org.apache.poi.hemf.record.emfplus.HemfPlusRecord> List<org.apache.poi.hemf.record.emfplus.HemfPlusRecord> longinit(LittleEndianInputStream leis, long dataSize) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.hemf.record.emf.HemfComment.EmfCommentData
getGenericRecordType
-
Constructor Details
-
EmfCommentDataPlus
public EmfCommentDataPlus()
-
-
Method Details
-
getCommentRecordType
- Specified by:
getCommentRecordTypein interfaceHemfComment.EmfCommentData
-
init
- Specified by:
initin interfaceHemfComment.EmfCommentData- Throws:
IOException
-
getRecords
-
draw
public void draw(org.apache.poi.hemf.draw.HemfGraphics ctx) Description copied from interface:HemfComment.EmfCommentDataApply the record settings to the graphics context- Specified by:
drawin interfaceHemfComment.EmfCommentData- Parameters:
ctx- the graphics context to modify
-
calcBounds
- Specified by:
calcBoundsin interfaceHemfComment.EmfCommentData
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
getGenericChildren
- Specified by:
getGenericChildrenin interfaceGenericRecord
-