PaginatedSaveOptions Class
Contents
[
Hide
]PaginatedSaveOptions class
Represents the options for pagination.
type PaginatedSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewPaginatedSaveOptions | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetDefaultFont | 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. |
SetDefaultFont | 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. |
GetCheckWorkbookDefaultFont | 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. |
SetCheckWorkbookDefaultFont | 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. |
SetCheckFontCompatibility | Indicates whether to check font compatibility for every character in text. |
GetCheckFontCompatibility | Indicates whether to check font compatibility for every character in text. |
SetIsFontSubstitutionCharGranularity | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
IsFontSubstitutionCharGranularity | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
GetOnePagePerSheet | 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 pagesetupwill still take effect. |
SetOnePagePerSheet | 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 pagesetupwill still take effect. |
GetAllColumnsInOnePagePerSheet | 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 pagesetupwill still take effect. |
SetAllColumnsInOnePagePerSheet | 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 pagesetupwill still take effect. |
GetIgnoreError | Indicates if you need to hide the error while rendering.The error can be error in shape, image, chart rendering, etc. |
SetIgnoreError | Indicates if you need to hide the error while rendering.The error can be error in shape, image, chart rendering, etc. |
GetOutputBlankPageWhenNothingToPrint | Indicates whether to output a blank page when there is nothing to print. |
SetOutputBlankPageWhenNothingToPrint | Indicates whether to output a blank page when there is nothing to print. |
SetPageIndex | Gets or sets the 0-based index of the first page to save. |
GetPageIndex | Gets or sets the 0-based index of the first page to save. |
SetPageCount | Gets or sets the number of pages to save. |
GetPageCount | Gets or sets the number of pages to save. |
GetPrintingPageType | Indicates which pages will not be printed. |
SetPrintingPageType | Indicates which pages will not be printed. |
GetGridlineType | Gets or sets gridline type. |
SetGridlineType | Gets or sets gridline type. |
GetTextCrossType | Gets or sets displaying text type when the text width is larger than cell width. |
SetTextCrossType | Gets or sets displaying text type when the text width is larger than cell width. |
GetDefaultEditLanguage | Gets or sets default edit language. |
SetDefaultEditLanguage | Gets or sets default edit language. |
GetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: |
SetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: |
GetDrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. |
SetDrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. |
GetEmfRenderSetting | Setting for rendering Emf metafile. |
SetEmfRenderSetting | Setting for rendering Emf metafile. |
GetSaveFormat | Gets the save file format. |
GetClearData | Make the workbook empty after saving the file. |
SetClearData | Make the workbook empty after saving the file. |
GetCachedFileFolder | The cached file folder is used to store some large data. |
SetCachedFileFolder | The cached file folder is used to store some large data. |
GetValidateMergedAreas | Indicates whether validate merged cells before saving the file. |
SetValidateMergedAreas | Indicates whether validate merged cells before saving the file. |
GetMergeAreas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
SetMergeAreas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
GetCreateDirectory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
SetCreateDirectory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
GetSortNames | Indicates whether sorting defined names before saving file. |
SetSortNames | Indicates whether sorting defined names before saving file. |
GetSortExternalNames | Indicates whether sorting external defined names before saving file. |
SetSortExternalNames | Indicates whether sorting external defined names before saving file. |
GetRefreshChartCache | Indicates whether refreshing chart cache data |
SetRefreshChartCache | Indicates whether refreshing chart cache data |
GetCheckExcelRestriction | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K, it will be truncated. |
SetCheckExcelRestriction | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K, it will be truncated. |
GetUpdateSmartArt | Indicates whether updating smart art setting.The default value is false. |
SetUpdateSmartArt | Indicates whether updating smart art setting.The default value is false. |
GetEncryptDocumentProperties | Indicates whether encrypt document properties when saving as .xls file.The default value is true. |
SetEncryptDocumentProperties | Indicates whether encrypt document properties when saving as .xls file.The default value is true. |