Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emf.records |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
com.aspose.imaging.fileformats.wmf.objects |
The package contains types [MS-WMF]: Windows
Metafile Format 2.2 WMF Objects
|
Modifier and Type | Method and Description |
---|---|
EmfLogPalette |
EmfCreatePalette.getLogPalette()
Gets or sets a LogPalette object (section 2.2.17).
|
Modifier and Type | Method and Description |
---|---|
void |
EmfCreatePalette.setLogPalette(EmfLogPalette value)
Gets or sets a LogPalette object (section 2.2.17).
|
Modifier and Type | Method and Description |
---|---|
EmfLogPalette |
WmfSetPalentries.getLogPalette()
Gets or sets the log palette.
|
EmfLogPalette |
WmfCreatePalette.getLogPalette()
Gets the log palette.
|
EmfLogPalette |
WmfAnimatePalette.getLogPalette()
Gets or sets the log palette.
|
Modifier and Type | Method and Description |
---|---|
void |
WmfSetPalentries.setLogPalette(EmfLogPalette value)
Gets or sets the log palette.
|
void |
WmfCreatePalette.setLogPalette(EmfLogPalette value)
Sets the log palette.
|
void |
WmfAnimatePalette.setLogPalette(EmfLogPalette value)
Gets or sets the log palette.
|