SimpleSaveOptions
Contents
[
Hide
]SimpleSaveOptions class
This is an abstract base class that allow the user to specify basic options when saving a project into a particular format.
Methods
| Name | Description |
|---|---|
| get_SaveFormat | Gets the format in which the document will be saved if this save options object is used. |
| get_TasksComparer | Gets the comparer to sort tasks on Gantt chart and Task Sheet chart. |
| get_TasksFilter | Gets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. |
| set_TasksComparer | Sets the comparer to sort tasks on Gantt chart and Task Sheet chart. |
| set_TasksFilter | Sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. |