Class HemfPlusHeader
java.lang.Object
org.apache.poi.hemf.hemfplus.record.HemfPlusHeader
- All Implemented Interfaces:
HemfPlusRecord
-
Constructor Details
-
HemfPlusHeader
public HemfPlusHeader()
-
-
Method Details
-
getRecordType
- Specified by:
getRecordType
in interfaceHemfPlusRecord
-
getFlags
public int getFlags()- Specified by:
getFlags
in interfaceHemfPlusRecord
-
init
- Specified by:
init
in 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:
IOException
-
getVersion
public long getVersion() -
getEmfPlusFlags
public long getEmfPlusFlags() -
getLogicalDpiX
public long getLogicalDpiX() -
getLogicalDpiY
public long getLogicalDpiY() -
toString
-