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.
|
boolean |
getAsFlatOpc()
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
|
boolean |
getEmbedXlsxAsChartDataSource()
Indicates whether embedding an xlsx file as data source of the chart.
|
int |
getExportViewType()
Gets the display type when exporting to PowerPoint.
|
boolean |
getIgnoreHiddenRows()
Inidicates whether ignoring hidden rows when converting Excel to PowerPoint.
|
boolean |
getSaveAsEditableShapes()
Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint.
|
void |
setAdjustFontSizeForRowType(int value)
Represents what type of line needs to be adjusted size of font if height of row is small.
|
void |
setAsFlatOpc(boolean value)
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
|
void |
setEmbedXlsxAsChartDataSource(boolean value)
Indicates whether embedding an xlsx file as data source of the chart.
|
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.
|
void |
setSaveAsEditableShapes(boolean value)
Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint.
|
getAllColumnsInOnePagePerSheet, getCheckFontCompatibility, getCheckWorkbookDefaultFont, getCustomRenderSettings, getDefaultEditLanguage, getDefaultFont, getDrawObjectEventHandler, getEmfRenderSetting, getGridlineColor, getGridlineType, getIgnoreError, getOnePagePerSheet, getOutputBlankPageWhenNothingToPrint, getPageCount, getPageIndex, getPageSavingCallback, getPrintingPageType, getSheetSet, getTextCrossType, isFontSubstitutionCharGranularity, setAllColumnsInOnePagePerSheet, setCheckFontCompatibility, setCheckWorkbookDefaultFont, setCustomRenderSettings, setDefaultEditLanguage, setDefaultFont, setDrawObjectEventHandler, setEmfRenderSetting, setFontSubstitutionCharGranularity, setGridlineColor, setGridlineType, setIgnoreError, setOnePagePerSheet, setOutputBlankPageWhenNothingToPrint, setPageCount, setPageIndex, setPageSavingCallback, setPrintingPageType, setSheetSet, setTextCrossTypegetCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, 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 boolean getSaveAsEditableShapes()
Remarks
Only for charts.public void setSaveAsEditableShapes(boolean value)
Remarks
Only for charts.public boolean getEmbedXlsxAsChartDataSource()
Remarks
The default value is true.public void setEmbedXlsxAsChartDataSource(boolean value)
Remarks
The default value is true.public int getAdjustFontSizeForRowType()
public void setAdjustFontSizeForRowType(int value)
public int getExportViewType()
See SlideViewType.
public void setExportViewType(int value)
See SlideViewType.
public boolean getAsFlatOpc()
public void setAsFlatOpc(boolean value)
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 2003-2025. All Rights Reserved.