public class ImageOrPrintOptions
Example:
//Set Image Or Print Options
ImageOrPrintOptions options = new ImageOrPrintOptions();
//set Horizontal resolution
options.setHorizontalResolution(200);
//set Vertica; Resolution
options.setVerticalResolution(300);
//Instantiate Workbook
Workbook book = new Workbook("c:\\test.xls");
//Save chart as Image using ImageOrPrint Options
book.getWorksheets().get(0).getCharts().get(0).toImage("res.bmp", options);
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAllColumnsInOnePagePerSheet() | |
void | setAllColumnsInOnePagePerSheet(booleanvalue) | |
If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | ||
com.aspose.cells.ImageFormat | getChartImageType() | |
void | setChartImageType(com.aspose.cells.ImageFormatvalue) | |
Indicate the chart imagetype when converting. | ||
boolean | getCheckWorkbookDefaultFont() | |
void | setCheckWorkbookDefaultFont(booleanvalue) | |
When characters in the Excel are unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | ||
java.lang.String | getDefaultFont() | |
void | setDefaultFont(java.lang.Stringvalue) | |
When characters in the Excel are unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use system default font to show these unicode characters. | ||
DrawObjectEventHandler | getDrawObjectEventHandler() | |
void | ||
Implements this interface to get DrawObject and Bound when rendering. | ||
java.lang.String | getEmbededImageNameInSvg() | |
void | setEmbededImageNameInSvg(java.lang.Stringvalue) | |
Indicate the filename of embeded image in svg. This should be full path with directory like "c:\\xpsEmbeded" | ||
int | getGridlineType() | |
void | setGridlineType(intvalue) | |
Gets or sets gridline type. The value of the property is GridlineType integer constant. | ||
int | getHorizontalResolution() | |
void | setHorizontalResolution(intvalue) | |
Gets or sets the horizontal resolution for generated images, in dots per inch. Applies generating image method except Emf format images. | ||
com.aspose.cells.ImageFormat | getImageFormat() | |
void | setImageFormat(com.aspose.cells.ImageFormatvalue) | |
Gets or sets the format of the generated images.
Don't apply the method that returns a Bitmap object.
|
||
int | getImageType() | |
void | setImageType(intvalue) | |
Gets or sets the format of the generated images.
Don't apply the method that returns a Bitmap object.
The value of the property is ImageType integer constant. |
||
boolean | isCellAutoFit() | |
void | setCellAutoFit(booleanvalue) | |
Indicates whether the width and height of the cells is automatically fitted by cell value. The default value is false. | ||
boolean | isFontSubstitutionCharGranularity() | |
void | setFontSubstitutionCharGranularity(booleanvalue) | |
Indicates whether only substitute the font of character when the cell font is not compatibility for it. | ||
boolean | isImageFitToPage() | |
void | setImageFitToPage(booleanvalue) | |
When set the value to true, the page only include the cells that have data. The default value is false. | ||
boolean | getOnePagePerSheet() | |
void | setOnePagePerSheet(booleanvalue) | |
If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | ||
boolean | getOnlyArea() | |
void | setOnlyArea(booleanvalue) | |
If this property is true , onle Area will be output, and no scale will take effect. | ||
boolean | getOutputBlankPageWhenNothingToPrint() | |
void | setOutputBlankPageWhenNothingToPrint(booleanvalue) | |
Indicates whether to output a blank page when there is nothing to print. | ||
int | getPageCount() | |
void | setPageCount(intvalue) | |
Gets or sets the number of pages to save. | ||
int | getPageIndex() | |
void | setPageIndex(intvalue) | |
Gets or sets the 0-based index of the first page to save. | ||
IPageSavingCallback | getPageSavingCallback() | |
void | ||
Control/Indicate progress of page saving process. | ||
int | getPrintingPage() | |
void | setPrintingPage(intvalue) | |
Indicates which pages will not be printed. The value of the property is PrintingPageType integer constant. | ||
boolean | getPrintWithStatusDialog() | |
void | setPrintWithStatusDialog(booleanvalue) | |
If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. | ||
int | getQuality() | |
void | setQuality(intvalue) | |
Gets or sets a value determining the quality of the generated images
to apply only when saving pages to the Jpeg format. The default value is 100
|
||
int | getSaveFormat() | |
void | setSaveFormat(intvalue) | |
Gets or sets the output file format type Support Tiff/XPS The value of the property is SaveFormat integer constant. | ||
boolean | getSVGFitToViewPort() | |
void | setSVGFitToViewPort(booleanvalue) | |
if this property is true, the generated svg will fit to view port. | ||
int | getTextCrossType() | |
void | setTextCrossType(intvalue) | |
Gets or sets displaying text type when the text width is larger than cell width. The value of the property is TextCrossType integer constant. | ||
int | getTiffColorDepth() | |
void | setTiffColorDepth(intvalue) | |
Gets or sets bit depth to apply only when saving pages to the Tiff format.
The value of the property is ColorDepth integer constant. |
||
int | getTiffCompression() | |
void | setTiffCompression(intvalue) | |
Gets or sets the type of compression to apply only when saving pages to the Tiff format.
The value of the property is TiffCompression integer constant. |
||
boolean | getTransparent() | |
void | setTransparent(booleanvalue) | |
Indicates if the background of generated image should be transparent. | ||
int | getVerticalResolution() | |
void | setVerticalResolution(intvalue) | |
Gets or sets the vertical resolution for generated images, in dots per inch. Applies generating image method except Emf format image. | ||
IWarningCallback | getWarningCallback() | |
void | ||
Gets or sets warning callback. |
Method Summary | ||
---|---|---|
void | setDesiredSize(int desiredWidth, int desiredHeight) | |
Sets desired width and height of image.
|
public int getSaveFormat() / public void setSaveFormat(int value)
public boolean getPrintWithStatusDialog() / public void setPrintWithStatusDialog(boolean value)
public int getHorizontalResolution() / public void setHorizontalResolution(int value)
public int getVerticalResolution() / public void setVerticalResolution(int value)
public int getTiffCompression() / public void setTiffCompression(int value)
Tiff
format.
The value of the property is TiffCompression integer constant.public int getTiffColorDepth() / public void setTiffColorDepth(int value)
Tiff
format.
The value of the property is ColorDepth integer constant.public int getPrintingPage() / public void setPrintingPage(int value)
public int getQuality() / public void setQuality(int value)
Jpeg
format. The default value is 100
public com.aspose.cells.ImageFormat getImageFormat() / public void setImageFormat(com.aspose.cells.ImageFormat value)
Bitmap
object.
public int getImageType() / public void setImageType(int value)
Bitmap
object.
The value of the property is ImageType integer constant.Bitmap
object.
public boolean isCellAutoFit() / public void setCellAutoFit(boolean value)
public boolean isImageFitToPage() / public void setImageFitToPage(boolean value)
public boolean getOnePagePerSheet() / public void setOnePagePerSheet(boolean value)
public boolean getAllColumnsInOnePagePerSheet() / public void setAllColumnsInOnePagePerSheet(boolean value)
public DrawObjectEventHandler getDrawObjectEventHandler() / public void setDrawObjectEventHandler(DrawObjectEventHandler value)
public com.aspose.cells.ImageFormat getChartImageType() / public void setChartImageType(com.aspose.cells.ImageFormat value)
public java.lang.String getEmbededImageNameInSvg() / public void setEmbededImageNameInSvg(java.lang.String value)
public boolean getSVGFitToViewPort() / public void setSVGFitToViewPort(boolean value)
public boolean getOnlyArea() / public void setOnlyArea(boolean value)
public boolean getTransparent() / public void setTransparent(boolean value)
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)
public IPageSavingCallback getPageSavingCallback() / public void setPageSavingCallback(IPageSavingCallback value)
public boolean isFontSubstitutionCharGranularity() / public void setFontSubstitutionCharGranularity(boolean value)
public int getPageIndex() / public void setPageIndex(int value)
public int getPageCount() / public void setPageCount(int value)
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value)
public boolean getCheckWorkbookDefaultFont() / public void setCheckWorkbookDefaultFont(boolean value)
public boolean getOutputBlankPageWhenNothingToPrint() / public void setOutputBlankPageWhenNothingToPrint(boolean value)
public int getGridlineType() / public void setGridlineType(int value)
public int getTextCrossType() / public void setTextCrossType(int value)