org.apache.poi.hemf.hemfplus.record
Interface HemfPlusRecord

All Known Implementing Classes:
HemfPlusHeader, UnimplementedHemfPlusRecord

@Internal
public interface HemfPlusRecord


Method Summary
 int getFlags()
           
 HemfPlusRecordType getRecordType()
           
 void init(byte[] dataBytes, int recordId, int flags)
           
 

Method Detail

getRecordType

HemfPlusRecordType getRecordType()

getFlags

int getFlags()

init

void init(byte[] dataBytes,
          int recordId,
          int flags)
          throws java.io.IOException
Parameters:
dataBytes - these are the bytes that start after the id, flags, record size and go to the end of the record; they do not include any required padding at the end.
recordId - record type id
flags - flags
Throws:
IOException, - RecordFormatException
java.io.IOException


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.