Package | Description |
---|---|
com.aspose.cad.jasperreports.svg |
The package contains SVG file format exporter classes.
|
Modifier and Type | Method and Description |
---|---|
SvgColorModeEnum |
ASSvgExportParametersBean.getColorType()
Gets or sets the color type for SVG image.
|
SvgColorModeEnum |
ASSvgExportConfigurationImpl.getColorType()
Gets or sets the color type for SVG image.
|
SvgColorModeEnum |
ASSvgExportConfiguration.getColorType()
Gets or sets the color type for SVG image.
|
static SvgColorModeEnum |
SvgColorModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvgColorModeEnum[] |
SvgColorModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ASSvgExportParametersBean.setColorType(SvgColorModeEnum value)
Gets or sets the color type for SVG image.
|
void |
ASSvgExportConfigurationImpl.setColorType(SvgColorModeEnum value)
Gets or sets the color type for SVG image.
|