Class ProjectDisplayOptions
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents the display options for a project instance.
public class ProjectDisplayOptions
Inheritance
object ← ProjectDisplayOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ProjectDisplayOptions()
Initializes a new instance of the Aspose.Tasks.ProjectDisplayOptions class.
public ProjectDisplayOptions()
Properties
AddSpaceBeforeLabel
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).
public bool AddSpaceBeforeLabel { get; set; }
Property Value
DayLabel
Gets or sets how the day label displays.
public DayLabelDisplay DayLabel { get; set; }
Property Value
HourLabel
Gets or sets how the hour label displays.
public HourLabelDisplay HourLabel { get; set; }
Property Value
MinuteLabel
Gets or sets how the minute label displays.
public MinuteLabelDisplay MinuteLabel { get; set; }
Property Value
MonthLabel
Gets or sets how the month label displays.
public MonthLabelDisplay MonthLabel { get; set; }
Property Value
ShowProjectSummaryTask
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.
public bool ShowProjectSummaryTask { get; set; }
Property Value
ShowTaskScheduleSuggestions
Gets or sets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.
public bool ShowTaskScheduleSuggestions { get; set; }
Property Value
ShowTaskScheduleWarnings
Gets or sets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.
public bool ShowTaskScheduleWarnings { get; set; }
Property Value
UnderlineHyperlinks
Gets or sets a value indicating whether to underline hyperlinks.
public bool UnderlineHyperlinks { get; set; }
Property Value
WeekLabel
Gets or sets how the week label displays.
public WeekLabelDisplay WeekLabel { get; set; }
Property Value
YearLabel
Gets or sets how the year label displays.
public YearLabelDisplay YearLabel { get; set; }