Aspose.Tasks for C++
Aspose::Tasks::Saving::PrimaveraSaveOptions Class Reference

Allows to specify additional options when saving project to Primavera XER format. More...

#include <PrimaveraSaveOptions.h>

Inherits Aspose::Tasks::Saving::SimpleSaveOptions.

Public Member Functions

int32_t get_ActivityIdIncrement () const
 Gets the increment used in renumbering of activity IDs. More...
 
void set_ActivityIdIncrement (int32_t value)
 Sets the increment used in renumbering of activity IDs. More...
 
System::String get_ActivityIdPrefix () const
 Gets the prefix used in renumbering of activity IDs. More...
 
void set_ActivityIdPrefix (const System::String &value)
 Sets the prefix used in renumbering of activity IDs. More...
 
int32_t get_ActivityIdSuffix () const
 Gets the suffix used in renumbering of activity IDs. More...
 
void set_ActivityIdSuffix (int32_t value)
 Sets the suffix used in renumbering of activity IDs. More...
 
bool get_RenumberActivityIds () const
 Gets a value indicating whether is need to renumbers activity IDs. More...
 
void set_RenumberActivityIds (bool value)
 Sets a value indicating whether is need to renumbers activity IDs. More...
 
 PrimaveraSaveOptions ()
 Initializes a new instance of the PrimaveraSaveOptions 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...
 

Detailed Description

Allows to specify additional options when saving project to Primavera XER format.

Constructor & Destructor Documentation

◆ PrimaveraSaveOptions()

Aspose::Tasks::Saving::PrimaveraSaveOptions::PrimaveraSaveOptions ( )

Initializes a new instance of the PrimaveraSaveOptions class.

Member Function Documentation

◆ get_ActivityIdIncrement()

int32_t Aspose::Tasks::Saving::PrimaveraSaveOptions::get_ActivityIdIncrement ( ) const

Gets the increment used in renumbering of activity IDs.

◆ get_ActivityIdPrefix()

System::String Aspose::Tasks::Saving::PrimaveraSaveOptions::get_ActivityIdPrefix ( ) const

Gets the prefix used in renumbering of activity IDs.

◆ get_ActivityIdSuffix()

int32_t Aspose::Tasks::Saving::PrimaveraSaveOptions::get_ActivityIdSuffix ( ) const

Gets the suffix used in renumbering of activity IDs.

◆ get_RenumberActivityIds()

bool Aspose::Tasks::Saving::PrimaveraSaveOptions::get_RenumberActivityIds ( ) const

Gets a value indicating whether is need to renumbers activity IDs.

◆ set_ActivityIdIncrement()

void Aspose::Tasks::Saving::PrimaveraSaveOptions::set_ActivityIdIncrement ( int32_t  value)

Sets the increment used in renumbering of activity IDs.

◆ set_ActivityIdPrefix()

void Aspose::Tasks::Saving::PrimaveraSaveOptions::set_ActivityIdPrefix ( const System::String &  value)

Sets the prefix used in renumbering of activity IDs.

◆ set_ActivityIdSuffix()

void Aspose::Tasks::Saving::PrimaveraSaveOptions::set_ActivityIdSuffix ( int32_t  value)

Sets the suffix used in renumbering of activity IDs.

◆ set_RenumberActivityIds()

void Aspose::Tasks::Saving::PrimaveraSaveOptions::set_RenumberActivityIds ( bool  value)

Sets a value indicating whether is need to renumbers activity IDs.