public class PptxSaveOptions extends PaginatedSaveOptions
| Constructor and Description |
|---|
PptxSaveOptions()
Represents the pptx save options.
|
PptxSaveOptions(boolean saveAsImage)
Represents options of saving .pptx file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAdjustFontSizeForRowType()
Represents what type of line needs to be adjusted size of font if height of row is small.
|
int |
getExportViewType()
Gets the display type when exporting to PowerPoint.
|
boolean |
getIgnoreHiddenRows()
Inidicates whether ignoring hidden rows when converting Excel to PowerPoint.
|
void |
setAdjustFontSizeForRowType(int value)
Represents what type of line needs to be adjusted size of font if height of row is small.
|
void |
setExportViewType(int value)
Sets the display type when exporting to PowerPoint.
|
void |
setIgnoreHiddenRows(boolean value)
Inidicates whether ignoring hidden rows when converting Excel to PowerPoint.
|
getAllColumnsInOnePagePerSheet, getCheckFontCompatibility, getCheckWorkbookDefaultFont, getDefaultEditLanguage, getDefaultFont, getDrawObjectEventHandler, getEmfRenderSetting, getGridlineType, getIgnoreError, getOnePagePerSheet, getOutputBlankPageWhenNothingToPrint, getPageCount, getPageIndex, getPageSavingCallback, getPrintingPageType, getSheetSet, getTextCrossType, isFontSubstitutionCharGranularity, setAllColumnsInOnePagePerSheet, setCheckFontCompatibility, setCheckWorkbookDefaultFont, setDefaultEditLanguage, setDefaultFont, setDrawObjectEventHandler, setEmfRenderSetting, setFontSubstitutionCharGranularity, setGridlineType, setIgnoreError, setOnePagePerSheet, setOutputBlankPageWhenNothingToPrint, setPageCount, setPageIndex, setPageSavingCallback, setPrintingPageType, setSheetSet, setTextCrossTypegetCachedFileFolder, getClearData, getCreateDirectory, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setClearData, setCreateDirectory, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic PptxSaveOptions()
public PptxSaveOptions(boolean saveAsImage)
saveAsImage - If True, the workbook will be converted into some pictures of .pptx file.
If False, the workbook will be converted into some tables of .pptx file.public boolean getIgnoreHiddenRows()
public void setIgnoreHiddenRows(boolean value)
public int getAdjustFontSizeForRowType()
public void setAdjustFontSizeForRowType(int value)
public int getExportViewType()
See SlideViewType.
public void setExportViewType(int value)
See SlideViewType.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.