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;
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:36
const System::SharedPtr< Aspose::Tasks::Task > & get_Task() const
Gets Task which corresponds to the currently rendered row.
const System::SharedPtr< TextStyle > & get_CellTextStyle() const
Gets TextStyle which will be used to draw the cell's content. This object can be use to customize app...
const System::SharedPtr< ViewColumn > & get_Column() const
Gets ViewColumn to which the currently rendered cell belongs.
void set_CellTextStyle(const System::SharedPtr< TextStyle > &value)
Sets TextStyle which will be used to draw the cell's content. This object can be use to customize app...