类 ImageSaveOptions

java.lang.Object
com.grapecity.documents.excel.ImageSaveOptions

public class ImageSaveOptions extends Object
Options for exporting image file.
  • 构造器详细资料

    • ImageSaveOptions

      public ImageSaveOptions()
  • 方法详细资料

    • getBackgroundColor

      public Color getBackgroundColor()
      Gets the background color of the exported image.
    • setBackgroundColor

      public void setBackgroundColor(Color backgroundColor)
      Sets the background color of the exported image.
    • getShowRowHeadings

      public Boolean getShowRowHeadings()
      Gets whether to display row headings.
    • setShowRowHeadings

      public void setShowRowHeadings(Boolean showRowHeadings)
      Sets whether to display row headings.
    • getShowColumnHeadings

      public Boolean getShowColumnHeadings()
      Gets whether to display column headings.
    • setShowColumnHeadings

      public void setShowColumnHeadings(Boolean showColumnHeadings)
      Sets whether to display column headings.
    • getShowGridlines

      public Boolean getShowGridlines()
      Gets whether to display gridlines.
    • setShowGridlines

      public void setShowGridlines(Boolean showGridlines)
      Sets whether to display gridlines.
    • getShowDrawingObjects

      public Boolean getShowDrawingObjects()
      Gets whether to display drawing objects (charts, shapes, and pictures).
    • setShowDrawingObjects

      public void setShowDrawingObjects(Boolean showDrawingObjects)
      Gets whether to display drawing objects (charts, shapes, and pictures).
    • getScaleX

      public Double getScaleX()
      Gets the scale on the X axis.
    • setScaleX

      public void setScaleX(Double scaleX)
      Sets the scale on the X axis.
    • getScaleY

      public Double getScaleY()
      Gets the scale on the Y axis.
    • setScaleY

      public void setScaleY(Double scaleY)
      Sets the scale on the Y axis.
    • getResolution

      public Integer getResolution()
      Gets the resolution (in DPI) for jpeg image file.
    • setResolution

      public void setResolution(Integer resolution)
      Sets the resolution (in DPI) for jpeg image file.
    • getBlackAndWhite

      public Boolean getBlackAndWhite()
      Gets whether to save the image as a black and white image.
    • setBlackAndWhite

      public void setBlackAndWhite(Boolean blackAndWhite)
      Sets whether to save the image as a black and white image.
    • getGridlineColor

      public Color getGridlineColor()
      Gets the gridline color.
    • setGridlineColor

      public void setGridlineColor(Color gridlineColor)
      Sets the gridline color.