Package org.apache.poi.hemf.record
Interface HemfRecord
- All Known Implementing Classes:
HemfCommentRecord
,HemfHeader
,HemfText.ExtCreateFontIndirectW
,HemfText.ExtTextOutA
,HemfText.ExtTextOutW
,HemfText.PolyTextOutA
,HemfText.PolyTextOutW
,HemfText.SetTextAlign
,HemfText.SetTextColor
,HemfText.SetTextJustification
,UnimplementedHemfRecord
-
Method Summary
Modifier and TypeMethodDescriptionlong
init
(LittleEndianInputStream leis, long recordId, long recordSize) Init record from stream
-
Method Details
-
getRecordType
HemfRecordType getRecordType() -
init
Init record from stream- Parameters:
leis
- the little endian input stream- Returns:
- count of processed bytes
- Throws:
IOException
-