ImageExportConfigurationImpl
Inheritance: java.lang.Object, BaseExportConfigurationImpl
All Implemented Interfaces: ImageExportConfiguration
The image report configuration.
Constructors
| Constructor | Description |
|---|---|
| ImageExportConfigurationImpl() |
Methods
| Method | Description |
|---|---|
| getFullFrame() | Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false . |
| setFullFrame(boolean value) | Sets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false . |
| getPalette() | Gets the color palette. |
| setPalette(com.aspose.cad.IColorPalette value) | Sets the color palette. |
| getResolutionSettings() | Gets the resolution settings. |
| setResolutionSettings(com.aspose.cad.ResolutionSetting value) | Sets the resolution settings. |
| getSmoothingMode() | Gets the smoothing mode. |
| setSmoothingMode(SmoothingMode value) | Sets the smoothing mode. |
| getCenterDrawing() | Gets a value indicating whether center drawing. |
| getTextRenderingHint() | Gets text rendering hint. |
| setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum) | Sets text rendering hint. |
| setCenterDrawing(boolean value) | Sets a value indicating whether center drawing. |
ImageExportConfigurationImpl()
public ImageExportConfigurationImpl()
getFullFrame()
public final boolean getFullFrame()
Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
Returns: boolean - a value indicating whether [full frame].
setFullFrame(boolean value)
public final void setFullFrame(boolean value)
Sets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether [full frame]. |
getPalette()
public com.aspose.cad.IColorPalette getPalette()
Gets the color palette.
Returns: com.aspose.cad.IColorPalette - The color palette.
setPalette(com.aspose.cad.IColorPalette value)
public void setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.cad.IColorPalette | The color palette. |
getResolutionSettings()
public com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets the resolution settings.
Returns: com.aspose.cad.ResolutionSetting
setResolutionSettings(com.aspose.cad.ResolutionSetting value)
public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
getSmoothingMode()
public final SmoothingMode getSmoothingMode()
Gets the smoothing mode.
Returns: SmoothingMode - the smoothing mode.
setSmoothingMode(SmoothingMode value)
public final void setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | SmoothingMode | the smoothing mode. |
getCenterDrawing()
public boolean getCenterDrawing()
Gets a value indicating whether center drawing.
Returns: boolean - a value indicating whether center drawing.
getTextRenderingHint()
public TextRenderingHintEnum getTextRenderingHint()
Gets text rendering hint.
Returns: TextRenderingHintEnum
See Also: TextRenderingHintEnum
setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
setCenterDrawing(boolean value)
public void setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether center drawing. |