public abstract class ImageExportParameters extends BaseExportParameters
The image report configuration.
Constructor and Description |
---|
ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
Instantiates a new Image export parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCenterDrawing()
Gets a value indicating whether center drawing.
|
boolean |
getFullFrame()
Gets a value indicating whether [full frame].
|
com.aspose.cad.IColorPalette |
getPalette()
Gets the color palette.
|
com.aspose.cad.ResolutionSetting |
getResolutionSettings()
Gets the resolution settings.
|
SmoothingMode |
getSmoothingMode()
Gets the smoothing mode.
|
TextRenderingHintEnum |
getTextRenderingHint()
Gets text rendering hint.
|
void |
setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
|
void |
setFullFrame(boolean value)
Sets a value indicating whether [full frame].
|
void |
setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
|
void |
setPropertyValues(Object object) |
void |
setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
|
void |
setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
|
void |
setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
|
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
baseExportConfiguration
- the base export configurationpublic final boolean getFullFrame()
Gets a value indicating whether [full frame].
Value:true
if [full frame]; otherwise, false
.public final void setFullFrame(boolean value)
Sets a value indicating whether [full frame].
Value:true
if [full frame]; otherwise, false
.value
- a value indicating whether [full frame].public com.aspose.cad.IColorPalette getPalette()
Gets the color palette.
public void setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
value
- The color palette.public com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets the resolution settings.
public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
value
- the valuepublic final SmoothingMode getSmoothingMode()
Gets the smoothing mode.
public final void setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
value
- the smoothing mode.public boolean getCenterDrawing()
Gets a value indicating whether center drawing.
public TextRenderingHintEnum getTextRenderingHint()
Gets text rendering hint.
TextRenderingHintEnum
public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
textRenderingHintEnum
- the text rendering hint enumTextRenderingHint
public void setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
value
- a value indicating whether center drawing.public void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class BaseExportParameters