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
public static interface HemfComment.EmfCommentData extends GenericRecord
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcalcBounds(HemfRecord.RenderBounds holder)default voiddraw(org.apache.poi.hemf.draw.HemfGraphics ctx)Apply the record settings to the graphics contextHemfComment.HemfCommentRecordTypegetCommentRecordType()default HemfComment.HemfCommentRecordTypegetGenericRecordType()longinit(LittleEndianInputStream leis, long dataSize)-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericProperties
-
-
-
-
Method Detail
-
getCommentRecordType
HemfComment.HemfCommentRecordType getCommentRecordType()
-
init
long init(LittleEndianInputStream leis, long dataSize) throws java.io.IOException
- Throws:
java.io.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
default void calcBounds(HemfRecord.RenderBounds holder)
-
getGenericRecordType
default HemfComment.HemfCommentRecordType getGenericRecordType()
- Specified by:
getGenericRecordTypein interfaceGenericRecord
-
-