public final class MetaHeader extends Object
Contains information about a windows-format (WMF) metafile.
| Constructor and Description |
|---|
MetaHeader()
Initializes a new instance of the
MetaHeader class |
| Modifier and Type | Method and Description |
|---|---|
short |
getHeaderSize()
Gets or sets the size, in bytes, of the header file.
|
int |
getMaxRecord()
Gets or sets the size, in bytes, of the largest record in the associated
Metafile object. |
short |
getNoObjects()
Gets or sets the maximum number of objects that exist in the
Metafile object at the same time. |
short |
getNoParameters()
Gets or sets the maximum number of parameters in the
Metafile object. |
int |
getSize()
Gets or sets the size, in bytes, of the associated
Metafile object. |
short |
getType()
Gets or sets the type of the associated
Metafile object. |
short |
getVersion()
Gets or sets the version number of the header format.
|
void |
setHeaderSize(short value)
Gets or sets the size, in bytes, of the header file.
|
void |
setMaxRecord(int value)
Gets or sets the size, in bytes, of the largest record in the associated
Metafile object. |
void |
setNoObjects(short value)
Gets or sets the maximum number of objects that exist in the
Metafile object at the same time. |
void |
setNoParameters(short value)
Gets or sets the maximum number of parameters in the
Metafile object. |
void |
setSize(int value)
Gets or sets the size, in bytes, of the associated
Metafile object. |
void |
setType(short value)
Gets or sets the type of the associated
Metafile object. |
void |
setVersion(short value)
Gets or sets the version number of the header format.
|
public MetaHeader()
Initializes a new instance of the MetaHeader class
public short getType()
Gets or sets the type of the associated Metafile object.
public void setType(short value)
Gets or sets the type of the associated Metafile object.
public short getHeaderSize()
Gets or sets the size, in bytes, of the header file.
public void setHeaderSize(short value)
Gets or sets the size, in bytes, of the header file.
public short getVersion()
Gets or sets the version number of the header format.
public void setVersion(short value)
Gets or sets the version number of the header format.
public int getSize()
Gets or sets the size, in bytes, of the associated Metafile object.
public void setSize(int value)
Gets or sets the size, in bytes, of the associated Metafile object.
public short getNoObjects()
Gets or sets the maximum number of objects that exist in the Metafile object at the same time.
public void setNoObjects(short value)
Gets or sets the maximum number of objects that exist in the Metafile object at the same time.
public int getMaxRecord()
Gets or sets the size, in bytes, of the largest record in the associated Metafile object.
public void setMaxRecord(int value)
Gets or sets the size, in bytes, of the largest record in the associated Metafile object.
public short getNoParameters()
Gets or sets the maximum number of parameters in the Metafile object. Not used. Always returns 0.
public void setNoParameters(short value)
Gets or sets the maximum number of parameters in the Metafile object. Not used. Always returns 0.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.