Class PptxSaveOptions

Class PptxSaveOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the pptx save options.

public class PptxSaveOptions : PaginatedSaveOptions

Inheritance

objectSaveOptionsPaginatedSaveOptionsPptxSaveOptions

Inherited Members

PaginatedSaveOptions.DefaultFont, PaginatedSaveOptions.CheckWorkbookDefaultFont, PaginatedSaveOptions.CheckFontCompatibility, PaginatedSaveOptions.IsFontSubstitutionCharGranularity, PaginatedSaveOptions.OnePagePerSheet, PaginatedSaveOptions.AllColumnsInOnePagePerSheet, PaginatedSaveOptions.IgnoreError, PaginatedSaveOptions.OutputBlankPageWhenNothingToPrint, PaginatedSaveOptions.PageIndex, PaginatedSaveOptions.PageCount, PaginatedSaveOptions.PrintingPageType, PaginatedSaveOptions.GridlineType, PaginatedSaveOptions.TextCrossType, PaginatedSaveOptions.DefaultEditLanguage, PaginatedSaveOptions.SheetSet, PaginatedSaveOptions.DrawObjectEventHandler, PaginatedSaveOptions.PageSavingCallback, PaginatedSaveOptions.EmfRenderSetting, SaveOptions.m_SaveFormat, SaveOptions.SaveFormat, SaveOptions.ClearData, SaveOptions.CachedFileFolder, SaveOptions.ValidateMergedAreas, SaveOptions.MergeAreas, SaveOptions.CreateDirectory, SaveOptions.SortNames, SaveOptions.SortExternalNames, SaveOptions.RefreshChartCache, SaveOptions.WarningCallback, SaveOptions.CheckExcelRestriction, SaveOptions.UpdateSmartArt, SaveOptions.EncryptDocumentProperties, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PptxSaveOptions()

Represents the pptx save options.

public PptxSaveOptions()

PptxSaveOptions(bool)

Represents options of saving .pptx file.

public PptxSaveOptions(bool saveAsImage)

Parameters

saveAsImage bool

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.

Properties

AdjustFontSizeForRowType

Represents what type of line needs to be adjusted size of font if height of row is small.

public AdjustFontSizeForRowType AdjustFontSizeForRowType { get; set; }

Property Value

AdjustFontSizeForRowType

ExportViewType

Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing.

public SlideViewType ExportViewType { get; set; }

Property Value

SlideViewType

IgnoreHiddenRows

Inidicates whether ignoring hidden rows when converting Excel to PowerPoint.

public bool IgnoreHiddenRows { get; set; }

Property Value

bool