Package org.apache.poi.hemf.record.emf
Interface HemfComment.EmfCommentData
- All Superinterfaces:
GenericRecord
- All Known Implementing Classes:
HemfComment.EmfCommentDataBeginGroup,HemfComment.EmfCommentDataEndGroup,HemfComment.EmfCommentDataGeneric,HemfComment.EmfCommentDataMultiformats,HemfComment.EmfCommentDataPlus,HemfComment.EmfCommentDataUnicode,HemfComment.EmfCommentDataWMF
- Enclosing class:
HemfComment
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcalcBounds(HemfRecord.RenderBounds holder) default voiddraw(org.apache.poi.hemf.draw.HemfGraphics ctx) Apply the record settings to the graphics contextlonginit(LittleEndianInputStream leis, long dataSize) Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericProperties
-
Method Details
-
getCommentRecordType
HemfComment.HemfCommentRecordType getCommentRecordType() -
init
- Throws:
IOException
-
draw
default void draw(org.apache.poi.hemf.draw.HemfGraphics ctx) Apply the record settings to the graphics context- Parameters:
ctx- the graphics context to modify
-
calcBounds
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord
-