|
virtual Aspose::Cells::PrintingPageType | GetPrintingPageType ()=0 |
| Indicates which pages will not be printed. More...
|
|
virtual void | SetPrintingPageType (Aspose::Cells::PrintingPageType value)=0 |
| Indicates which pages will not be printed. More...
|
|
virtual bool | GetEmbedStandardWindowsFonts ()=0 |
| True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true. More...
|
|
virtual void | SetEmbedStandardWindowsFonts (bool value)=0 |
| True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Rendering::IPdfBookmarkEntry > | GetIPdfBookmarkEntry ()=0 |
| Gets the PdfBookmarkEntry object. More...
|
|
virtual void | SetIPdfBookmarkEntry (intrusive_ptr< Aspose::Cells::Rendering::IPdfBookmarkEntry > value)=0 |
| Sets the PdfBookmarkEntry object. More...
|
|
virtual Aspose::Cells::Rendering::PdfCompliance | GetCompliance ()=0 |
| Workbook converts to pdf will according to PdfCompliance in this property. More...
|
|
virtual void | SetCompliance (Aspose::Cells::Rendering::PdfCompliance value)=0 |
| Workbook converts to pdf will according to PdfCompliance in this property. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetDefaultFont ()=0 |
| 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. More...
|
|
virtual void | SetDefaultFont (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| 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. More...
|
|
virtual bool | GetCheckWorkbookDefaultFont ()=0 |
| 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. More...
|
|
virtual void | SetCheckWorkbookDefaultFont (bool value)=0 |
| 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. More...
|
|
virtual bool | GetOnePagePerSheet ()=0 |
| 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. More...
|
|
virtual void | SetOnePagePerSheet (bool value)=0 |
| 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. More...
|
|
virtual bool | GetAllColumnsInOnePagePerSheet ()=0 |
| 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 ignored, and the other settings of pagesetup will still take effect. More...
|
|
virtual void | SetAllColumnsInOnePagePerSheet (bool value)=0 |
| 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 ignored, and the other settings of pagesetup will still take effect. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Imaging::ImageFormat > | GetImageType ()=0 |
| Represents the image type when converting the chart and shape . More...
|
|
virtual void | SetImageType (intrusive_ptr< Aspose::Cells::Systems::Drawing::Imaging::ImageFormat > value)=0 |
| Represents the image type when converting the chart and shape . More...
|
|
virtual bool | GetCalculateFormula ()=0 |
| Indicates whether calculate formulas before saving pdf file. More...
|
|
virtual void | SetCalculateFormula (bool value)=0 |
| Indicates whether calculate formulas before saving pdf file. More...
|
|
virtual Aspose::Cells::Rendering::PdfCompressionCore | GetPdfCompression ()=0 |
| Indicate the compression algorithm More...
|
|
virtual void | SetPdfCompression (Aspose::Cells::Rendering::PdfCompressionCore value)=0 |
| Indicate the compression algorithm More...
|
|
virtual bool | GetCheckFontCompatibility ()=0 |
| Indicates whether check font compatibility for every character in text. More...
|
|
virtual void | SetCheckFontCompatibility (bool value)=0 |
| Indicates whether check font compatibility for every character in text. More...
|
|
virtual void | SetImageResample (Aspose::Cells::Systems::Int32 desiredPPI, Aspose::Cells::Systems::Int32 jpegQuality)=0 |
| Sets desired PPI(pixels per inch) of resample images and jpeg quality
All images will be converted to JPEG with the specified quality setting, and images that are greater than the specified PPI (pixels per inch) will be resampled. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetPageIndex ()=0 |
| Gets the 0-based index of the first page to save. More...
|
|
virtual void | SetPageIndex (Aspose::Cells::Systems::Int32 value)=0 |
| Sets the 0-based index of the first page to save. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetPageCount ()=0 |
| Gets the number of pages to save. More...
|
|
virtual void | SetPageCount (Aspose::Cells::Systems::Int32 value)=0 |
| Sets the number of pages to save. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::DateTime > | GetCreatedTime ()=0 |
| Gets the time of generating the pdf document. More...
|
|
virtual void | SetCreatedTime (intrusive_ptr< Aspose::Cells::Systems::DateTime > value)=0 |
| Sets the time of generating the pdf document. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetProducer ()=0 |
| Gets producer of generated pdf document. More...
|
|
virtual void | SetProducer (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets producer of generated pdf document. More...
|
|
virtual Aspose::Cells::Rendering::PdfOptimizationType | GetOptimizationType ()=0 |
| Gets pdf optimization type. More...
|
|
virtual void | SetOptimizationType (Aspose::Cells::Rendering::PdfOptimizationType value)=0 |
| Sets pdf optimization type. More...
|
|
virtual bool | IsFontSubstitutionCharGranularity ()=0 |
| Indicates whether only substitute the font of character when the cell font is not compatibility for it. More...
|
|
virtual void | SetFontSubstitutionCharGranularity (bool value)=0 |
| Indicates whether only substitute the font of character when the cell font is not compatibility for it. More...
|
|
virtual Aspose::Cells::GridlineType | GetGridlineType ()=0 |
| Gets gridline type. More...
|
|
virtual void | SetGridlineType (Aspose::Cells::GridlineType value)=0 |
| Sets gridline type. More...
|
|
virtual Aspose::Cells::TextCrossType | GetTextCrossType ()=0 |
| Gets displaying text type when the text width is larger than cell width. More...
|
|
virtual void | SetTextCrossType (Aspose::Cells::TextCrossType value)=0 |
| Sets displaying text type when the text width is larger than cell width. More...
|
|
virtual bool | GetIgnoreError ()=0 |
| Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. More...
|
|
virtual void | SetIgnoreError (bool value)=0 |
| Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. More...
|
|
virtual bool | GetOutputBlankPageWhenNothingToPrint ()=0 |
| Indicates whether to output a blank page when there is nothing to print. More...
|
|
virtual void | SetOutputBlankPageWhenNothingToPrint (bool value)=0 |
| Indicates whether to output a blank page when there is nothing to print. More...
|
|
virtual Aspose::Cells::Rendering::PdfCustomPropertiesExport | GetCustomPropertiesExport ()=0 |
| Gets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None. More...
|
|
virtual void | SetCustomPropertiesExport (Aspose::Cells::Rendering::PdfCustomPropertiesExport value)=0 |
| Sets a value determining the way CustomDocumentPropertyCollection are exported to PDF file. Default value is None. More...
|
|
virtual bool | GetExportDocumentStructure ()=0 |
| Gets a value determining whether or not to export document structure. More...
|
|
virtual void | SetExportDocumentStructure (bool value)=0 |
| Sets a value determining whether or not to export document structure. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Rendering::IIPageSavingCallback > | GetIPageSavingCallback ()=0 |
| Control/Indicate progress of page saving process. More...
|
|
virtual void | SetIPageSavingCallback (intrusive_ptr< Aspose::Cells::Rendering::IIPageSavingCallback > value)=0 |
| Control/Indicate progress of page saving process. More...
|
|
virtual Aspose::Cells::EmfRenderSetting | GetEmfRenderSetting ()=0 |
| Setting for rendering Emf metafile. More...
|
|
virtual void | SetEmfRenderSetting (Aspose::Cells::EmfRenderSetting value)=0 |
| Setting for rendering Emf metafile. More...
|
|
virtual bool | GetDisplayDocTitle ()=0 |
| Indicate whether the window's title bar should display the document title. More...
|
|
virtual void | SetDisplayDocTitle (bool value)=0 |
| Indicate whether the window's title bar should display the document title. More...
|
|
virtual Aspose::Cells::DefaultEditLanguage | GetDefaultEditLanguage ()=0 |
| Gets default edit language. More...
|
|
virtual void | SetDefaultEditLanguage (Aspose::Cells::DefaultEditLanguage value)=0 |
| Sets default edit language. More...
|
|
virtual Aspose::Cells::Rendering::PdfFontEncoding | GetFontEncoding ()=0 |
| Gets embedded font encoding in pdf. More...
|
|
virtual void | SetFontEncoding (Aspose::Cells::Rendering::PdfFontEncoding value)=0 |
| Sets embedded font encoding in pdf. More...
|
|
virtual Aspose::Cells::SaveFormat | GetSaveFormat ()=0 |
| Gets the save file format. More...
|
|
virtual bool | GetClearData ()=0 |
| Make the workbook empty after saving the file. More...
|
|
virtual void | SetClearData (bool value)=0 |
| Make the workbook empty after saving the file. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetCachedFileFolder ()=0 |
| The cached file folder is used to store some large data. More...
|
|
virtual void | SetCachedFileFolder (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| The cached file folder is used to store some large data. More...
|
|
virtual bool | GetValidateMergedAreas ()=0 |
| Indicates whether validate merged cells before saving the file. More...
|
|
virtual void | SetValidateMergedAreas (bool value)=0 |
| Indicates whether validate merged cells before saving the file. More...
|
|
virtual bool | GetMergeAreas ()=0 |
| Indicates whether merge the areas of conditional formatting and validation before saving the file. More...
|
|
virtual void | SetMergeAreas (bool value)=0 |
| Indicates whether merge the areas of conditional formatting and validation before saving the file. More...
|
|
virtual bool | GetCreateDirectory ()=0 |
| If true and the directory does not exist, the directory will be automatically created before saving the file. More...
|
|
virtual void | SetCreateDirectory (bool value)=0 |
| If true and the directory does not exist, the directory will be automatically created before saving the file. More...
|
|
virtual bool | GetSortNames ()=0 |
| Indicates whether sorting defined names before saving file. More...
|
|
virtual void | SetSortNames (bool value)=0 |
| Indicates whether sorting defined names before saving file. More...
|
|
virtual bool | GetSortExternalNames ()=0 |
| Indicates whether sorting external defined names before saving file. More...
|
|
virtual void | SetSortExternalNames (bool value)=0 |
| Indicates whether sorting external defined names before saving file. More...
|
|
virtual bool | GetRefreshChartCache ()=0 |
| Indicates whether refreshing chart cache data More...
|
|
virtual void | SetRefreshChartCache (bool value)=0 |
| Indicates whether refreshing chart cache data More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetPdfExportImagesFolder ()=0 |
| The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string. More...
|
|
virtual void | SetPdfExportImagesFolder (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string. More...
|
|
virtual bool | GetEnableHTTPCompression ()=0 |
| Indicates if http compression is to be used in user's IIS. More...
|
|
virtual void | SetEnableHTTPCompression (bool value)=0 |
| Indicates if http compression is to be used in user's IIS. More...
|
|
virtual bool | GetUpdateSmartArt ()=0 |
| Indicates whether updating smart art setting. The default value is false. More...
|
|
virtual void | SetUpdateSmartArt (bool value)=0 |
| Indicates whether updating smart art setting. The default value is false. More...
|
|