public class EmfRecord extends MetaObject
Base class for EMF records All EMF records MUST have a length that is a multiple of 4 bytes. This is depicted in the generic structures of the preceding EMF record types by including AlignmentPadding fields where appropriate at the ends of these structures. The contents of AlignmentPadding fields MUST always be ignored. For brevity, these fields are not shown in every individual EMF record definition.
Constructor and Description |
---|
EmfRecord()
Initializes a new instance of the
EmfRecord class. |
EmfRecord(EmfRecord source)
Initializes a new instance of the
EmfRecord class. |
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Gets or sets the size of the record
|
int |
getType()
Gets or sets the type.
|
void |
setSize(int value)
Gets or sets the size of the record
|
void |
setType(int value)
Gets or sets the type.
|
deepClone_internalized
public EmfRecord(EmfRecord source)
Initializes a new instance of the EmfRecord
class.
source
- The source.public EmfRecord()
Initializes a new instance of the EmfRecord
class.
public int getType()
Gets or sets the type.
Value: The type.public void setType(int value)
Gets or sets the type.
Value: The type.public int getSize()
Gets or sets the size of the record
public void setSize(int value)
Gets or sets the size of the record
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.