Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
com.aspose.imaging.fileformats.emf.emfplus.records |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.3 EMF+ Records
|
Modifier and Type | Class and Description |
---|---|
class |
EmfPlusBrush
The EmfPlusBrush object specifies a graphics brush for filling regions.
|
class |
EmfPlusCustomLineCap
The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen.
|
class |
EmfPlusFont
The EmfPlusFont object specifies properties that determine the appearance of text, including
typeface, size, and style.
|
class |
EmfPlusImage
The EmfPlusImage object specifies a graphics image in the form of a bitmap or metafile.
|
class |
EmfPlusImageAttributes
The EmfPlusImageAttributes object specifies how bitmap image
colors are manipulated during rendering.
|
class |
EmfPlusPath
The EmfPlusPath object specifies a series of line and curve segments that form a graphics path.
|
class |
EmfPlusPen
The EmfPlusPen object specifies a graphics pen for the drawing of lines.
|
class |
EmfPlusRegion
The EmfPlusRegion object specifies line and curve segments that define a non rectilinear shape
|
class |
EmfPlusStringFormat
The EmfPlusStringFormat object specifies text layout,
display manipulations, and language identification
|
Modifier and Type | Method and Description |
---|---|
EmfPlusGraphicsObjectType |
EmfPlusObject.getObjectData()
Gets or sets an array of bytes that contains data for the type of object specified in
the Flags field.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusObject.setObjectData(EmfPlusGraphicsObjectType value)
Gets or sets an array of bytes that contains data for the type of object specified in
the Flags field.
|