org.apache.poi.hslf.blip
public static class Metafile.Header extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Rectangle |
bounds
Boundary of the metafile drawing commands
|
int |
compression
Reserved.
|
int |
filter
Reserved.
|
java.awt.Dimension |
size
Size of the metafile in EMUs
|
int |
wmfsize
size of the original file
|
int |
zipsize
size of the compressed metafile data
|
Constructor and Description |
---|
Metafile.Header() |
public int wmfsize
public java.awt.Rectangle bounds
public java.awt.Dimension size
public int zipsize
public int compression
public int filter
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.