Class ProjectDisplayOptions

Class ProjectDisplayOptions

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Represents the display options for a project instance.

public class ProjectDisplayOptions

Inheritance

objectProjectDisplayOptions

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

bool

DayLabel

Gets or sets how the day label displays.

public DayLabelDisplay DayLabel { get; set; }

Property Value

DayLabelDisplay

HourLabel

Gets or sets how the hour label displays.

public HourLabelDisplay HourLabel { get; set; }

Property Value

HourLabelDisplay

MinuteLabel

Gets or sets how the minute label displays.

public MinuteLabelDisplay MinuteLabel { get; set; }

Property Value

MinuteLabelDisplay

MonthLabel

Gets or sets how the month label displays.

public MonthLabelDisplay MonthLabel { get; set; }

Property Value

MonthLabelDisplay

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

bool

ShowTaskScheduleSuggestions

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.

public bool ShowTaskScheduleSuggestions { get; set; }

Property Value

bool

ShowTaskScheduleWarnings

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.

public bool ShowTaskScheduleWarnings { get; set; }

Property Value

bool

UnderlineHyperlinks

Gets or sets a value indicating whether to underline hyperlinks.

public bool UnderlineHyperlinks { get; set; }

Property Value

bool

WeekLabel

Gets or sets how the week label displays.

public WeekLabelDisplay WeekLabel { get; set; }

Property Value

WeekLabelDisplay

YearLabel

Gets or sets how the year label displays.

public YearLabelDisplay YearLabel { get; set; }

Property Value

YearLabelDisplay