EmfPlusGraphicsObjectType

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject

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.

Constructors

ConstructorDescription
EmfPlusGraphicsObjectType()

Methods

MethodDescription
getVersion()Gets or sets the version.
setVersion(EmfPlusGraphicsVersion value)Gets or sets the version.

EmfPlusGraphicsObjectType()

public EmfPlusGraphicsObjectType()

getVersion()

public EmfPlusGraphicsVersion getVersion()

Gets or sets the version.

Value: An EmfPlusGraphicsVersion object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this object.

Returns: EmfPlusGraphicsVersion

setVersion(EmfPlusGraphicsVersion value)

public void setVersion(EmfPlusGraphicsVersion value)

Gets or sets the version.

Value: An EmfPlusGraphicsVersion object (section 2.2.2.19) that specifies the version of operating system graphics that was used to create this object.

Parameters:

ParameterTypeDescription
valueEmfPlusGraphicsVersion