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
@Internal
public interface HemfRecord
getRecordType
HemfRecordType getRecordType()
init
long init(LittleEndianInputStream leis,
long recordId,
long recordSize)
throws java.io.IOException
- Init record from stream
- Parameters:
leis
- the little endian input stream
- Returns:
- count of processed bytes
- Throws:
java.io.IOException
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.