Aspose.Tasks for C++
|
Represents the display options for a project instance. More...
#include <ProjectDisplayOptions.h>
Inherits System::Object.
Public Member Functions | |
bool | get_AddSpaceBeforeLabel () const |
Gets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk). More... | |
void | set_AddSpaceBeforeLabel (bool value) |
Sets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk). More... | |
bool | get_UnderlineHyperlinks () const |
Gets a value indicating whether to underline hyperlinks. More... | |
void | set_UnderlineHyperlinks (bool value) |
Sets a value indicating whether to underline hyperlinks. More... | |
bool | get_ShowTaskScheduleWarnings () const |
Gets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task. More... | |
void | set_ShowTaskScheduleWarnings (bool value) |
Sets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task. More... | |
bool | get_ShowTaskScheduleSuggestions () const |
Gets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task. More... | |
void | set_ShowTaskScheduleSuggestions (bool value) |
Sets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task. More... | |
bool | get_ShowProjectSummaryTask () const |
Gets a value indicating whether to display summary information about an entire project on a single row with its own summary task bar at the top of the Gantt Chart view. More... | |
void | set_ShowProjectSummaryTask (bool value) |
Sets a value indicating whether to display summary information about an entire project on a single row with its own summary task bar at the top of the Gantt Chart view. More... | |
MinuteLabelDisplay | get_MinuteLabel () const |
Gets how the minute label displays. More... | |
void | set_MinuteLabel (MinuteLabelDisplay value) |
Sets how the minute label displays. More... | |
HourLabelDisplay | get_HourLabel () const |
Gets how the hour label displays. More... | |
void | set_HourLabel (HourLabelDisplay value) |
Sets how the hour label displays. More... | |
DayLabelDisplay | get_DayLabel () const |
Gets how the day label displays. More... | |
void | set_DayLabel (DayLabelDisplay value) |
Sets how the day label displays. More... | |
WeekLabelDisplay | get_WeekLabel () const |
Gets how the week label displays. More... | |
void | set_WeekLabel (WeekLabelDisplay value) |
Sets how the week label displays. More... | |
MonthLabelDisplay | get_MonthLabel () const |
Gets how the month label displays. More... | |
void | set_MonthLabel (MonthLabelDisplay value) |
Sets how the month label displays. More... | |
YearLabelDisplay | get_YearLabel () const |
Gets how the year label displays. More... | |
void | set_YearLabel (YearLabelDisplay value) |
Sets how the year label displays. More... | |
ProjectDisplayOptions () | |
Initializes a new instance of the ProjectDisplayOptions class. More... | |
Represents the display options for a project instance.
Aspose::Tasks::ProjectDisplayOptions::ProjectDisplayOptions | ( | ) |
Initializes a new instance of the ProjectDisplayOptions class.
bool Aspose::Tasks::ProjectDisplayOptions::get_AddSpaceBeforeLabel | ( | ) | const |
Gets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
DayLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_DayLabel | ( | ) | const |
Gets how the day label displays.
HourLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_HourLabel | ( | ) | const |
Gets how the hour label displays.
MinuteLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_MinuteLabel | ( | ) | const |
Gets how the minute label displays.
MonthLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_MonthLabel | ( | ) | const |
Gets how the month label displays.
bool Aspose::Tasks::ProjectDisplayOptions::get_ShowProjectSummaryTask | ( | ) | const |
Gets a value indicating whether to display summary information about an entire project on a single row with its own summary task bar at the top of the Gantt Chart view.
bool Aspose::Tasks::ProjectDisplayOptions::get_ShowTaskScheduleSuggestions | ( | ) | const |
bool Aspose::Tasks::ProjectDisplayOptions::get_ShowTaskScheduleWarnings | ( | ) | const |
bool Aspose::Tasks::ProjectDisplayOptions::get_UnderlineHyperlinks | ( | ) | const |
Gets a value indicating whether to underline hyperlinks.
WeekLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_WeekLabel | ( | ) | const |
Gets how the week label displays.
YearLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_YearLabel | ( | ) | const |
Gets how the year label displays.
void Aspose::Tasks::ProjectDisplayOptions::set_AddSpaceBeforeLabel | ( | bool | value | ) |
Sets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
void Aspose::Tasks::ProjectDisplayOptions::set_DayLabel | ( | DayLabelDisplay | value | ) |
Sets how the day label displays.
void Aspose::Tasks::ProjectDisplayOptions::set_HourLabel | ( | HourLabelDisplay | value | ) |
Sets how the hour label displays.
void Aspose::Tasks::ProjectDisplayOptions::set_MinuteLabel | ( | MinuteLabelDisplay | value | ) |
Sets how the minute label displays.
void Aspose::Tasks::ProjectDisplayOptions::set_MonthLabel | ( | MonthLabelDisplay | value | ) |
Sets how the month label displays.
void Aspose::Tasks::ProjectDisplayOptions::set_ShowProjectSummaryTask | ( | bool | value | ) |
Sets a value indicating whether to display summary information about an entire project on a single row with its own summary task bar at the top of the Gantt Chart view.
void Aspose::Tasks::ProjectDisplayOptions::set_ShowTaskScheduleSuggestions | ( | bool | value | ) |
void Aspose::Tasks::ProjectDisplayOptions::set_ShowTaskScheduleWarnings | ( | bool | value | ) |
void Aspose::Tasks::ProjectDisplayOptions::set_UnderlineHyperlinks | ( | bool | value | ) |
Sets a value indicating whether to underline hyperlinks.
void Aspose::Tasks::ProjectDisplayOptions::set_WeekLabel | ( | WeekLabelDisplay | value | ) |
Sets how the week label displays.
void Aspose::Tasks::ProjectDisplayOptions::set_YearLabel | ( | YearLabelDisplay | value | ) |
Sets how the year label displays.