WmfCreatePalette
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfGraphicObject
public class WmfCreatePalette extends WmfGraphicObject
The META_CREATEPALETTE record creates a Palette Object (section 2.2.1.3).
Constructors
Constructor | Description |
---|---|
WmfCreatePalette() | WMFs the record. |
Fields
Field | Description |
---|---|
PALETTE_START | The palette start tag |
Methods
Method | Description |
---|---|
getLogPalette() | Gets the log palette. |
setLogPalette(EmfLogPalette value) | Sets the log palette. |
WmfCreatePalette()
public WmfCreatePalette()
WMFs the record.
PALETTE_START
public static final int PALETTE_START
The palette start tag
getLogPalette()
public EmfLogPalette getLogPalette()
Gets the log palette.
Returns: EmfLogPalette - The logical palette.
setLogPalette(EmfLogPalette value)
public void setLogPalette(EmfLogPalette value)
Sets the log palette.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfLogPalette | The logical palette. |