类 ImageSaveOptions
java.lang.Object
com.grapecity.documents.excel.ImageSaveOptions
Options for exporting image file.
-
构造器概要
-
方法概要
修饰符和类型方法说明Gets the background color of the exported image.Gets whether to save the image as a black and white image.Gets the gridline color.Gets the resolution (in DPI) for jpeg image file.Gets the scale on the X axis.Gets the scale on the Y axis.Gets whether to display column headings.Gets whether to display drawing objects (charts, shapes, and pictures).Gets whether to display gridlines.Gets whether to display row headings.void
setBackgroundColor
(Color backgroundColor) Sets the background color of the exported image.void
setBlackAndWhite
(Boolean blackAndWhite) Sets whether to save the image as a black and white image.void
setGridlineColor
(Color gridlineColor) Sets the gridline color.void
setResolution
(Integer resolution) Sets the resolution (in DPI) for jpeg image file.void
Sets the scale on the X axis.void
Sets the scale on the Y axis.void
setShowColumnHeadings
(Boolean showColumnHeadings) Sets whether to display column headings.void
setShowDrawingObjects
(Boolean showDrawingObjects) Gets whether to display drawing objects (charts, shapes, and pictures).void
setShowGridlines
(Boolean showGridlines) Sets whether to display gridlines.void
setShowRowHeadings
(Boolean showRowHeadings) Sets whether to display row headings.
-
构造器详细资料
-
ImageSaveOptions
public ImageSaveOptions()
-
-
方法详细资料
-
getBackgroundColor
Gets the background color of the exported image. -
setBackgroundColor
Sets the background color of the exported image. -
getShowRowHeadings
Gets whether to display row headings. -
setShowRowHeadings
Sets whether to display row headings. -
getShowColumnHeadings
Gets whether to display column headings. -
setShowColumnHeadings
Sets whether to display column headings. -
getShowGridlines
Gets whether to display gridlines. -
setShowGridlines
Sets whether to display gridlines. -
getShowDrawingObjects
Gets whether to display drawing objects (charts, shapes, and pictures). -
setShowDrawingObjects
Gets whether to display drawing objects (charts, shapes, and pictures). -
getScaleX
Gets the scale on the X axis. -
setScaleX
Sets the scale on the X axis. -
getScaleY
Gets the scale on the Y axis. -
setScaleY
Sets the scale on the Y axis. -
getResolution
Gets the resolution (in DPI) for jpeg image file. -
setResolution
Sets the resolution (in DPI) for jpeg image file. -
getBlackAndWhite
Gets whether to save the image as a black and white image. -
setBlackAndWhite
Sets whether to save the image as a black and white image. -
getGridlineColor
Gets the gridline color. -
setGridlineColor
Sets the gridline color.
-