Aspose.Cells.Rendering
Contents
[
Hide
]The Aspose.Cells.Rendering namespace provides classes for rendering image and pdf.
Classes
| Class | Description |
|---|---|
| CustomRenderSettings | Represents custom settings during rendering. |
| DrawObject | DrawObject will be initialized and returned when rendering. |
| DrawObjectEventHandler | Interface to get DrawObject and Bound when rendering. |
| ImageOrPrintOptions | Allows to specify options when rendering worksheet to images, printing worksheet or rendering chart to image. |
| PageEndSavingArgs | Info for a page ends saving process. |
| PageSavingArgs | Info for a page saving process. |
| PageStartSavingArgs | Info for a page starts saving process. |
| PdfBookmarkEntry | PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or “”, current instance will be hidden and children will be inserted on current level. |
| RenderingFont | Font for rendering. |
| RenderingWatermark | Watermark for rendering. |
| SheetPrintingPreview | Worksheet printing preview. |
| SheetRender | Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..) The constructor of this class , must be used after modification of pagesetup, cell style. |
| SheetSet | Describes a set of sheets. |
| SvgImageOptions | Options for generating Svg image. |
| WorkbookPrintingPreview | Workbook printing preview. |
| WorkbookRender | Represents a Workbook render. The constructor of this class , must be used after modification of pagesetup, cell style. |
Interfaces
| Interface | Description |
|---|---|
| IPageSavingCallback | Control/Indicate progress of page saving process. |
Enumeration
| Enumeration | Description |
|---|---|
| ColorDepth | Enumerates Bit Depth Type for tiff image. |
| CommentTitleType | Represents comment title type while rendering when comment is set to display at end of sheet. |
| DrawObjectEnum | Indicate Cell or Image of DrawObject. |
| HtmlEmbeddedFontType | Represents the embedded font type in html. |
| ImageBinarizationMethod | Specifies the method used to binarize image. |
| PdfCompliance | Allowing user to set PDF conversion’s Compatibility |
| PdfCompressionCore | Specifies a type of compression applied to all content in the PDF file except images. |
| PdfCustomPropertiesExport | Specifies the way CustomDocumentPropertyCollection are exported to PDF file. |
| PdfFontEncoding | Represents pdf embedded font encoding. |
| PdfOptimizationType | Specifies a type of optimization. |
| SvgEmbeddedFontType | Represents the embedded font type in Svg image. |
| TiffCompression | Specifies what type of compression to apply when saving images into TIFF format file. |