public abstract class EmfPlusGraphicsObjectType extends EmfPlusObject
The Graphics Objects specify parameters for graphics output. They are part of the playback device context and are persistent during the playback of an EMF+ metafile.
Constructor and Description |
---|
EmfPlusGraphicsObjectType() |
Modifier and Type | Method and Description |
---|---|
EmfPlusGraphicsVersion |
getVersion()
Gets or sets the version.
|
void |
setVersion(EmfPlusGraphicsVersion value)
Gets or sets the version.
|
public EmfPlusGraphicsVersion getVersion()
Gets or sets the version.
Value: AnEmfPlusGraphicsVersion
object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this object.public void setVersion(EmfPlusGraphicsVersion value)
Gets or sets the version.
Value: AnEmfPlusGraphicsVersion
object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this object.