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 | Method and Description |
---|---|
EmfPlusPalette |
EmfPlusBitmapData.getColors()
Gets or sets the palette colors
Colors (variable): An optional
EmfPlusPalette object (section 2.2.2.28), which specifies the palette
of colors used in the pixel data. |
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusBitmapData.setColors(EmfPlusPalette value)
Gets or sets the palette colors
Colors (variable): An optional
EmfPlusPalette object (section 2.2.2.28), which specifies the palette
of colors used in the pixel data. |
Modifier and Type | Method and Description |
---|---|
EmfPlusPalette |
EmfPlusSetTsGraphics.getPalette()
Gets or sets an optional EmfPlusPalette object.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusSetTsGraphics.setPalette(EmfPlusPalette value)
Gets or sets an optional EmfPlusPalette object.
|