public class ProjectDisplayOptions extends Object
Represents the display options for a project instance.
Constructor and Description |
---|
ProjectDisplayOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAddSpaceBeforeLabel()
Determines whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
|
int |
getDayLabel()
Specifies how the day label displays.
|
int |
getHourLabel()
Specifies how the hour label displays.
|
int |
getMinuteLabel()
Specifies how the minute label displays.
|
int |
getMonthLabel()
Specifies how the month label displays.
|
boolean |
getShowProjectSummaryTask()
Determines 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.
|
boolean |
getShowTaskScheduleSuggestions()
Determines whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.
|
boolean |
getShowTaskScheduleWarnings()
Determines whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.
|
boolean |
getUnderlineHyperlinks()
Determines whether to underline hyperlinks.
|
int |
getWeekLabel()
Specifies how the week label displays.
|
int |
getYearLabel()
Specifies how the year label displays.
|
void |
setAddSpaceBeforeLabel(boolean value)
Determines whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
|
void |
setDayLabel(int value)
Specifies how the day label displays.
|
void |
setHourLabel(int value)
Specifies how the hour label displays.
|
void |
setMinuteLabel(int value)
Specifies how the minute label displays.
|
void |
setMonthLabel(int value)
Specifies how the month label displays.
|
void |
setShowProjectSummaryTask(boolean value)
Determines 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.
|
void |
setShowTaskScheduleSuggestions(boolean value)
Determines whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.
|
void |
setShowTaskScheduleWarnings(boolean value)
Determines whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.
|
void |
setUnderlineHyperlinks(boolean value)
Determines whether to underline hyperlinks.
|
void |
setWeekLabel(int value)
Specifies how the week label displays.
|
void |
setYearLabel(int value)
Specifies how the year label displays.
|
public boolean getAddSpaceBeforeLabel()
Determines whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
public void setAddSpaceBeforeLabel(boolean value)
Determines whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
value
- a flag which determines whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).public boolean getUnderlineHyperlinks()
Determines whether to underline hyperlinks.
public void setUnderlineHyperlinks(boolean value)
Determines whether to underline hyperlinks.
value
- a flag which determines whether to underline hyperlinks.public boolean getShowTaskScheduleWarnings()
Determines 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 void setShowTaskScheduleWarnings(boolean value)
Determines 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.
value
- a flag which determines whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.public boolean getShowTaskScheduleSuggestions()
Determines 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 void setShowTaskScheduleSuggestions(boolean value)
Determines 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.
value
- a flag which determines whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.public boolean getShowProjectSummaryTask()
Determines 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 void setShowProjectSummaryTask(boolean value)
Determines 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.
value
- a flag which determines 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 int getMinuteLabel()
Specifies how the minute label displays. Can be one of the values of the @{code MinuteLabelDisplay} enum.
public void setMinuteLabel(int value)
Specifies how the minute label displays.
value
- one of the values of the @{code MinuteLabelDisplay} enum.public int getHourLabel()
Specifies how the hour label displays.
public void setHourLabel(int value)
Specifies how the hour label displays.
value
- one of the values of the @{code HourLabelDisplay} enum.public int getDayLabel()
Specifies how the day label displays.
public void setDayLabel(int value)
Specifies how the day label displays.
value
- one of the values of the @{code DayLabelDisplay} enum.public int getWeekLabel()
Specifies how the week label displays.
public void setWeekLabel(int value)
Specifies how the week label displays.
value
- one of the values of the @{code WeekLabelDisplay} enum.public int getMonthLabel()
Specifies how the month label displays.
public void setMonthLabel(int value)
Specifies how the month label displays.
value
- one of the values of the @{code MonthLabelDisplay} enum.public int getYearLabel()
Specifies how the year label displays.
public void setYearLabel(int value)
Specifies how the year label displays.
value
- one of the values of the @{code YearLabelDisplay} enum.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.