XpsSaveOptions Class
Contents
[
Hide
]XpsSaveOptions class
Represents the additional options when saving the file as the Xps.
type XpsSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewXpsSaveOptions | Creates options for saving xps file. |
NewXpsSaveOptions_PaginatedSaveOptions | 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. |