ProjectDisplayOptions
Contents
[
Hide
]
ProjectDisplayOptions class
Represents the display options for a project instance.
public class ProjectDisplayOptions
Constructors
Name | Description |
---|---|
ProjectDisplayOptions() | Initializes a new instance of the ProjectDisplayOptions class. |
Properties
Name | Description |
---|---|
AddSpaceBeforeLabel { get; set; } | Gets or sets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk). |
DayLabel { get; set; } | Gets or sets how the day label displays. |
HourLabel { get; set; } | Gets or sets how the hour label displays. |
MinuteLabel { get; set; } | Gets or sets how the minute label displays. |
MonthLabel { get; set; } | Gets or sets how the month label displays. |
ShowProjectSummaryTask { get; set; } | Gets or 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. |
ShowTaskScheduleSuggestions { get; set; } | Gets or 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. |
ShowTaskScheduleWarnings { get; set; } | Gets or 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. |
UnderlineHyperlinks { get; set; } | Gets or sets a value indicating whether to underline hyperlinks. |
WeekLabel { get; set; } | Gets or sets how the week label displays. |
YearLabel { get; set; } | Gets or sets how the year label displays. |
See Also
- namespace Aspose.Tasks
- assembly Aspose.Tasks