Class XlsxOptions
名称: Aspose.Tasks.Saving 集合: Aspose.Tasks.dll (25.4.0)
允许在向 XLSX 播放项目页面时指定额外的选项。
public class XlsxOptions : SimpleSaveOptions
Inheritance
object ← SimpleSaveOptions ← XlsxOptions
继承人
SimpleSaveOptions.project , SimpleSaveOptions.SaveFormat , SimpleSaveOptions.TasksComparer , SimpleSaveOptions.TasksFilter , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XlsxOptions()
启动一个新的例子 Aspose.Tasks.Saving.XlsxOptions 类,可以用来保存项目在 XLSX 格式。
public XlsxOptions()
Properties
AssignmentView
收到或设置一个列表的任务显示列要提供(Aspose.Tasks.Visualization.AssignmentViewColumn)。
public ProjectView AssignmentView { get; set; }
财产价值
Encoding
获取或设置结果的 XLSX 文件的编码,默认值为 System.Text.Encoding.UTF8.
public Encoding Encoding { get; set; }
财产价值
ResourceView
获取或设置列表的资源视图列表(Aspose.Tasks.Visualization.ResourceViewColumn)。
public ProjectView ResourceView { get; set; }
财产价值
View
获取或设置视图列表(Aspose.Tasks.Visualization.GanttChartColumn)以保存到 XLSX 格式。如果不设置,则默认列将被保存。
public ProjectView View { get; set; }