8 #include <system/object.h>
10 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
17 namespace Visualization
19 class ApsTextStyleManager;
30 namespace Visualization {
38 typedef System::Object BaseType;
40 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
41 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
43 friend class Aspose::Tasks::Visualization::ApsTextStyleManager;
50 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<TextStyle>& get_CellTextStyle()
const;
54 ASPOSE_TASKS_SHARED_API
void set_CellTextStyle(
const System::SharedPtr<TextStyle>& value);
58 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<Aspose::Tasks::Task>& get_Task()
const;
62 ASPOSE_TASKS_SHARED_API
const System::SharedPtr<ViewColumn>& get_Column()
const;
69 ASPOSE_TASKS_SHARED_API
TaskTextStyleEventArgs(
const System::SharedPtr<TextStyle>& cellTextStyle,
const System::SharedPtr<Aspose::Tasks::Task>& task,
const System::SharedPtr<ViewColumn>& column);
71 ASPOSE_TASKS_SHARED_API MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(TaskTextStyleEventArgs, CODEPORTING_ARGS(
const System::SharedPtr<TextStyle>& cellTextStyle,
const System::SharedPtr<Aspose::Tasks::Task>& task,
const System::SharedPtr<ViewColumn>& column));
72 #ifdef ASPOSE_GET_SHARED_MEMBERS
73 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
79 System::SharedPtr<TextStyle> pr_CellTextStyle;
80 System::SharedPtr<Aspose::Tasks::Task> pr_Task;
85 ASPOSE_TASKS_SHARED_API
void set_Task(
const System::SharedPtr<Aspose::Tasks::Task>& value);
87 System::SharedPtr<ViewColumn> pr_Column;
92 ASPOSE_TASKS_SHARED_API
void set_Column(
const System::SharedPtr<ViewColumn>& value);
This class represents set of data that related to the rendering of table cell's content.
Definition: TaskTextStyleEventArgs.h:35