ProjectDisplayOptions
Contents
[
Hide
]ProjectDisplayOptions class
Represents the display options for a project instance.
Constructors
| Name | Description |
|---|---|
| ProjectDisplayOptions | Initializes a new instance of the ProjectDisplayOptions class. |
Methods
| Name | Description |
|---|---|
| get_AddSpaceBeforeLabel | 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 | Gets how the day label displays. |
| get_HourLabel | Gets how the hour label displays. |
| get_MinuteLabel | Gets how the minute label displays. |
| get_MonthLabel | Gets how the month label displays. |
| get_ShowProjectSummaryTask | 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 | Gets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task. |
| get_ShowTaskScheduleWarnings | Gets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task. |
| get_UnderlineHyperlinks | Gets a value indicating whether to underline hyperlinks. |
| get_WeekLabel | Gets how the week label displays. |
| get_YearLabel | Gets how the year label displays. |
| set_AddSpaceBeforeLabel | 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 | Sets how the day label displays. |
| set_HourLabel | Sets how the hour label displays. |
| set_MinuteLabel | Sets how the minute label displays. |
| set_MonthLabel | Sets how the month label displays. |
| set_ShowProjectSummaryTask | 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 | Sets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task. |
| set_ShowTaskScheduleWarnings | Sets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task. |
| set_UnderlineHyperlinks | Sets a value indicating whether to underline hyperlinks. |
| set_WeekLabel | Sets how the week label displays. |
| set_YearLabel | Sets how the year label displays. |