Class DocxSaveOptions

Class DocxSaveOptions

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

表示保存 .docx 文件的选项。

public class DocxSaveOptions : PaginatedSaveOptions

继承

objectSaveOptionsPaginatedSaveOptionsDocxSaveOptions

继承的成员

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()

构造函数

DocxSaveOptions()

表示保存 .docx 文件的选项。

public DocxSaveOptions()

DocxSaveOptions(bool)

表示保存 .docx 文件的选项。

public DocxSaveOptions(bool saveAsImage)

参数

saveAsImage bool

如果为 True,工作簿将被转换为一些 .docx 文件的图片。 如果为 False,工作簿将被转换为一些 .docx 文件的表格。

 中文