Aspose.Tasks for C++
Aspose::Tasks::ProjectDisplayOptions Class Reference

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...
 

Detailed Description

Represents the display options for a project instance.

Constructor & Destructor Documentation

◆ ProjectDisplayOptions()

Aspose::Tasks::ProjectDisplayOptions::ProjectDisplayOptions ( )

Initializes a new instance of the ProjectDisplayOptions class.

Member Function Documentation

◆ get_AddSpaceBeforeLabel()

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).

◆ get_DayLabel()

DayLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_DayLabel ( ) const

Gets how the day label displays.

◆ get_HourLabel()

HourLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_HourLabel ( ) const

Gets how the hour label displays.

◆ get_MinuteLabel()

MinuteLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_MinuteLabel ( ) const

Gets how the minute label displays.

◆ get_MonthLabel()

MonthLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_MonthLabel ( ) const

Gets how the month label displays.

◆ get_ShowProjectSummaryTask()

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.

◆ get_ShowTaskScheduleSuggestions()

bool Aspose::Tasks::ProjectDisplayOptions::get_ShowTaskScheduleSuggestions ( ) const

Gets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.

This option is available for Project 2010 version and later.

◆ get_ShowTaskScheduleWarnings()

bool Aspose::Tasks::ProjectDisplayOptions::get_ShowTaskScheduleWarnings ( ) const

Gets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.

This option is available for Project 2010 version and later.

◆ get_UnderlineHyperlinks()

bool Aspose::Tasks::ProjectDisplayOptions::get_UnderlineHyperlinks ( ) const

Gets a value indicating whether to underline hyperlinks.

◆ get_WeekLabel()

WeekLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_WeekLabel ( ) const

Gets how the week label displays.

◆ get_YearLabel()

YearLabelDisplay Aspose::Tasks::ProjectDisplayOptions::get_YearLabel ( ) const

Gets how the year label displays.

◆ set_AddSpaceBeforeLabel()

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).

◆ set_DayLabel()

void Aspose::Tasks::ProjectDisplayOptions::set_DayLabel ( DayLabelDisplay  value)

Sets how the day label displays.

◆ set_HourLabel()

void Aspose::Tasks::ProjectDisplayOptions::set_HourLabel ( HourLabelDisplay  value)

Sets how the hour label displays.

◆ set_MinuteLabel()

void Aspose::Tasks::ProjectDisplayOptions::set_MinuteLabel ( MinuteLabelDisplay  value)

Sets how the minute label displays.

◆ set_MonthLabel()

void Aspose::Tasks::ProjectDisplayOptions::set_MonthLabel ( MonthLabelDisplay  value)

Sets how the month label displays.

◆ set_ShowProjectSummaryTask()

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.

◆ set_ShowTaskScheduleSuggestions()

void Aspose::Tasks::ProjectDisplayOptions::set_ShowTaskScheduleSuggestions ( bool  value)

Sets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.

This option is available for Project 2010 version and later.

◆ set_ShowTaskScheduleWarnings()

void Aspose::Tasks::ProjectDisplayOptions::set_ShowTaskScheduleWarnings ( bool  value)

Sets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.

This option is available for Project 2010 version and later.

◆ set_UnderlineHyperlinks()

void Aspose::Tasks::ProjectDisplayOptions::set_UnderlineHyperlinks ( bool  value)

Sets a value indicating whether to underline hyperlinks.

◆ set_WeekLabel()

void Aspose::Tasks::ProjectDisplayOptions::set_WeekLabel ( WeekLabelDisplay  value)

Sets how the week label displays.

◆ set_YearLabel()

void Aspose::Tasks::ProjectDisplayOptions::set_YearLabel ( YearLabelDisplay  value)

Sets how the year label displays.