org.apache.poi.hemf.record
Class UnimplementedHemfRecord

java.lang.Object
  extended by org.apache.poi.hemf.record.UnimplementedHemfRecord
All Implemented Interfaces:
HemfRecord
Direct Known Subclasses:
HemfText.ExtCreateFontIndirectW, HemfText.PolyTextOutA, HemfText.PolyTextOutW, HemfText.SetTextAlign, HemfText.SetTextColor, HemfText.SetTextJustification

@Internal
public class UnimplementedHemfRecord
extends java.lang.Object
implements HemfRecord


Constructor Summary
UnimplementedHemfRecord()
           
 
Method Summary
 HemfRecordType getRecordType()
           
 long init(LittleEndianInputStream leis, long recordId, long recordSize)
          Init record from stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnimplementedHemfRecord

public UnimplementedHemfRecord()
Method Detail

getRecordType

public HemfRecordType getRecordType()
Specified by:
getRecordType in interface HemfRecord

init

public long init(LittleEndianInputStream leis,
                 long recordId,
                 long recordSize)
          throws java.io.IOException
Description copied from interface: HemfRecord
Init record from stream

Specified by:
init in interface HemfRecord
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.