Class HemfPlusHeader
- java.lang.Object
-
- org.apache.poi.hemf.hemfplus.record.HemfPlusHeader
-
- All Implemented Interfaces:
HemfPlusRecord
@Internal public class HemfPlusHeader extends java.lang.Object implements HemfPlusRecord
-
-
Constructor Summary
Constructors Constructor Description HemfPlusHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEmfPlusFlags()intgetFlags()longgetLogicalDpiX()longgetLogicalDpiY()HemfPlusRecordTypegetRecordType()longgetVersion()voidinit(byte[] dataBytes, int recordId, int flags)java.lang.StringtoString()
-
-
-
Method Detail
-
getRecordType
public HemfPlusRecordType getRecordType()
- Specified by:
getRecordTypein interfaceHemfPlusRecord
-
getFlags
public int getFlags()
- Specified by:
getFlagsin interfaceHemfPlusRecord
-
init
public void init(byte[] dataBytes, int recordId, int flags) throws java.io.IOException- Specified by:
initin interfaceHemfPlusRecord- 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 idflags- flags- Throws:
java.io.IOException
-
getVersion
public long getVersion()
-
getEmfPlusFlags
public long getEmfPlusFlags()
-
getLogicalDpiX
public long getLogicalDpiX()
-
getLogicalDpiY
public long getLogicalDpiY()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-