8 #include <system/array.h>
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
17 enum class DayLabelDisplay;
18 enum class HourLabelDisplay;
23 class MPPProjectPropsReader;
26 enum class MinuteLabelDisplay;
27 enum class MonthLabelDisplay;
32 class ProjectFieldToValue;
35 enum class WeekLabelDisplay;
36 enum class YearLabelDisplay;
50 typedef System::Object BaseType;
52 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
53 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
55 friend class Aspose::Tasks::IO::MSProject::MPPProjectPropsReader;
56 friend class Aspose::Tasks::Util::Fields::ProjectFieldToValue;
158 ASPOSE_TASKS_SHARED_API
const System::ArrayPtr<uint8_t>& get_ExternallyPassedWatermark()
const;
159 ASPOSE_TASKS_SHARED_API
void set_ExternallyPassedWatermark(
const System::ArrayPtr<uint8_t>& value);
161 #ifdef ASPOSE_GET_SHARED_MEMBERS
162 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
168 bool pr_AddSpaceBeforeLabel;
169 bool pr_UnderlineHyperlinks;
170 bool pr_ShowTaskScheduleWarnings;
171 bool pr_ShowTaskScheduleSuggestions;
172 bool pr_ShowProjectSummaryTask;
173 MinuteLabelDisplay pr_MinuteLabel;
174 HourLabelDisplay pr_HourLabel;
175 DayLabelDisplay pr_DayLabel;
176 WeekLabelDisplay pr_WeekLabel;
177 MonthLabelDisplay pr_MonthLabel;
178 YearLabelDisplay pr_YearLabel;
179 System::ArrayPtr<uint8_t> pr_ExternallyPassedWatermark;
Represents the display options for a project instance.
Definition: ProjectDisplayOptions.h:48
void set_UnderlineHyperlinks(bool value)
Sets a value indicating whether to underline hyperlinks.
ProjectDisplayOptions()
Initializes a new instance of the ProjectDisplayOptions class.
void set_HourLabel(HourLabelDisplay value)
Sets how the hour label displays.
WeekLabelDisplay get_WeekLabel() const
Gets how the week label displays.
void set_YearLabel(YearLabelDisplay value)
Sets how the year label displays.
bool get_ShowTaskScheduleSuggestions() const
Gets a value indicating whether to show suggestions when Project identifies a possible scheduling con...
void set_WeekLabel(WeekLabelDisplay value)
Sets how the week label displays.
YearLabelDisplay get_YearLabel() const
Gets how the year label displays.
void set_ShowProjectSummaryTask(bool value)
Sets a value indicating whether to display summary information about an entire project on a single ro...
bool get_ShowTaskScheduleWarnings() const
Gets a value indicating whether to show warnings when Project identifies a possible scheduling confli...
void set_ShowTaskScheduleSuggestions(bool value)
Sets a value indicating whether to show suggestions when Project identifies a possible scheduling con...
void set_DayLabel(DayLabelDisplay value)
Sets how the day label displays.
void set_AddSpaceBeforeLabel(bool value)
Sets a value indicating whether to add a space before the number value and the time abbreviation (1 w...
void set_MinuteLabel(MinuteLabelDisplay value)
Sets how the minute label displays.
MinuteLabelDisplay get_MinuteLabel() const
Gets how the minute label displays.
MonthLabelDisplay get_MonthLabel() const
Gets how the month label displays.
bool get_ShowProjectSummaryTask() const
Gets a value indicating whether to display summary information about an entire project on a single ro...
void set_ShowTaskScheduleWarnings(bool value)
Sets a value indicating whether to show warnings when Project identifies a possible scheduling confli...
DayLabelDisplay get_DayLabel() const
Gets how the day label displays.
bool get_UnderlineHyperlinks() const
Gets a value indicating whether to underline hyperlinks.
void set_MonthLabel(MonthLabelDisplay value)
Sets how the month label displays.
HourLabelDisplay get_HourLabel() const
Gets how the hour label displays.
bool get_AddSpaceBeforeLabel() const
Gets a value indicating whether to add a space before the number value and the time abbreviation (1 w...