public class WmfCreatePalette extends WmfGraphicObject
The META_CREATEPALETTE record creates a Palette Object (section 2.2.1.3).
Modifier and Type | Field and Description |
---|---|
static int |
PALETTE_START
The palette start tag
|
Constructor and Description |
---|
WmfCreatePalette()
WMFs the record.
|
Modifier and Type | Method and Description |
---|---|
EmfLogPalette |
getLogPalette()
Gets or sets the log palette.
|
void |
setLogPalette(EmfLogPalette value)
Gets or sets the log palette.
|
getIndex, setIndex
public static final int PALETTE_START
The palette start tag
public EmfLogPalette getLogPalette()
Gets or sets the log palette.
Value: The logical palette.public void setLogPalette(EmfLogPalette value)
Gets or sets the log palette.
Value: The logical palette.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.