org.apache.poi.hslf.blip
Class Metafile.Header
java.lang.Object
org.apache.poi.hslf.blip.Metafile.Header
- Enclosing class:
- Metafile
public static class Metafile.Header
- extends java.lang.Object
A structure which represents a 34-byte header preceding the compressed metafile data
- Author:
- Yegor Kozlov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Metafile.Header
public Metafile.Header()
read
public void read(byte[] data,
int offset)
write
public void write(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
getSize
public int getSize()
getWmfSize
public int getWmfSize()
setWmfSize
protected void setWmfSize(int wmfSize)
setZipSize
protected void setZipSize(int zipSize)
getBounds
public java.awt.Rectangle getBounds()
setBounds
protected void setBounds(java.awt.Rectangle bounds)
setDimension
protected void setDimension(java.awt.Dimension size)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.