Aspose.Tasks for C++
|
Allows to specify additional options when rendering project pages to Spreadsheet2003. More...
#include <Spreadsheet2003SaveOptions.h>
Inherits Aspose::Tasks::Saving::SimpleSaveOptions.
Public Member Functions | |
const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > & | get_ResourceView () const |
Gets a list of the resource view columns to render (ResourceViewColumn). More... | |
void | set_ResourceView (const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > &value) |
Sets a list of the resource view columns to render (ResourceViewColumn). More... | |
const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > & | get_AssignmentView () const |
Gets a list of the assignments view columns to render (AssignmentViewColumn). More... | |
void | set_AssignmentView (const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > &value) |
Sets a list of the assignments view columns to render (AssignmentViewColumn). More... | |
const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > & | get_View () const |
Gets a list of the view columns (GanttChartColumn) to save. If not set then default columns are saved. More... | |
void | set_View (const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > &value) |
Sets a list of the view columns (GanttChartColumn) to save. If not set then default columns are saved. More... | |
Spreadsheet2003SaveOptions () | |
Initializes a new instance of the Spreadsheet2003SaveOptions class. More... | |
Public Member Functions inherited from Aspose::Tasks::Saving::SimpleSaveOptions | |
SaveFileFormat | get_SaveFormat () const |
Gets the format in which the document will be saved if this save options object is used. More... | |
const System::SharedPtr< System::Collections::Generic::IComparer< System::SharedPtr< Task > > > & | get_TasksComparer () const |
Gets the comparer to sort tasks on Gantt chart and Task Sheet chart. More... | |
void | set_TasksComparer (const System::SharedPtr< System::Collections::Generic::IComparer< System::SharedPtr< Task >>> &value) |
Sets the comparer to sort tasks on Gantt chart and Task Sheet chart. More... | |
const System::SharedPtr< Aspose::Tasks::Util::ICondition< System::SharedPtr< Task > > > & | get_TasksFilter () const |
Gets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. More... | |
void | set_TasksFilter (const System::SharedPtr< Aspose::Tasks::Util::ICondition< System::SharedPtr< Task >>> &value) |
Sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. More... | |
Allows to specify additional options when rendering project pages to Spreadsheet2003.
Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::Spreadsheet2003SaveOptions | ( | ) |
Initializes a new instance of the Spreadsheet2003SaveOptions class.
const System::SharedPtr<Aspose::Tasks::Visualization::ProjectView>& Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::get_AssignmentView | ( | ) | const |
Gets a list of the assignments view columns to render (AssignmentViewColumn).
const System::SharedPtr<Aspose::Tasks::Visualization::ProjectView>& Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::get_ResourceView | ( | ) | const |
Gets a list of the resource view columns to render (ResourceViewColumn).
const System::SharedPtr<Aspose::Tasks::Visualization::ProjectView>& Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::get_View | ( | ) | const |
Gets a list of the view columns (GanttChartColumn) to save. If not set then default columns are saved.
void Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::set_AssignmentView | ( | const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > & | value | ) |
Sets a list of the assignments view columns to render (AssignmentViewColumn).
void Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::set_ResourceView | ( | const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > & | value | ) |
Sets a list of the resource view columns to render (ResourceViewColumn).
void Aspose::Tasks::Saving::Spreadsheet2003SaveOptions::set_View | ( | const System::SharedPtr< Aspose::Tasks::Visualization::ProjectView > & | value | ) |
Sets a list of the view columns (GanttChartColumn) to save. If not set then default columns are saved.