Package org.apache.poi.hwmf.record
Class HwmfEscape.WmfEscapeEMF
java.lang.Object
org.apache.poi.hwmf.record.HwmfEscape.WmfEscapeEMF
- All Implemented Interfaces:
GenericRecord,HwmfEscape.HwmfEscapeData
- Enclosing class:
HwmfEscape
public static class HwmfEscape.WmfEscapeEMF
extends Object
implements HwmfEscape.HwmfEscapeData, GenericRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbyte[]intintintinit(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction) booleanisValid()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
WmfEscapeEMF
public WmfEscapeEMF()
-
-
Method Details
-
init
public int init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction) throws IOException - Specified by:
initin interfaceHwmfEscape.HwmfEscapeData- Throws:
IOException
-
isValid
public boolean isValid() -
getCommentRecordCount
public int getCommentRecordCount() -
getCurrentRecordSize
public int getCurrentRecordSize() -
getRemainingBytes
public int getRemainingBytes() -
getEmfRecordSize
public int getEmfRecordSize() -
getEmfData
public byte[] getEmfData() -
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-