Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The FontDescriptor type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|FontDescriptor(font_family, size)|Initializes a new instance of the [FontDescriptor](/tasks/python-net/aspose.tasks.visualization/fontdescriptor/) class with the specified font family and size.|
|FontDescriptor(font_family, size, style)|Initializes a new instance of the [FontDescriptor](/tasks/python-net/aspose.tasks.visualization/fontdescriptor/) class with the specified font family, size and style.|
|FontDescriptor(font_family, size)|Initializes a new instance of the FontDescriptor class|
|FontDescriptor(font_family, size, style)|Initializes a new instance of the FontDescriptor class|
|FontDescriptor(font, style)|Initializes a new instance of the [FontDescriptor](/tasks/python-net/aspose.tasks.visualization/fontdescriptor/) class with the specified font family, size and style.|
## Properties
| Name | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The GanttChartColumn type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|GanttChartColumn(width, field)|Initializes a new instance of the GanttChartColumn class.|
|GanttChartColumn(name, width, field)|Initializes a new instance of the GanttChartColumn class.|
|GanttChartColumn(width, field)|Initializes a new instance of the GanttChartColumn class|
|GanttChartColumn(name, width, field)|Initializes a new instance of the GanttChartColumn class|
## Properties
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The ResourceViewColumn type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|ResourceViewColumn(width, field)|Initializes a new instance of the [ResourceViewColumn](/tasks/python-net/aspose.tasks.visualization/resourceviewcolumn/) class.|
|ResourceViewColumn(width, field)|Initializes a new instance of the ResourceViewColumn class|
## Properties
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ The TableTextStyle type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|TableTextStyle(row_uid)|Initializes a new instance of the [TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/) class.|
|TableTextStyle(row_uid, font)|Initializes a new instance of the [TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/) class with the specified font.|
|TableTextStyle(row_uid, font_size, font_style)|Initializes a new instance of the [TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/) class with the specified font size and font style.|
|TableTextStyle(row_uid, font_style)|Initializes a new instance of the [TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/) class with the specified font size and font style.|
|TableTextStyle(row_uid)|Initializes a new instance of the TableTextStyle class|
|TableTextStyle(row_uid, font)|Initializes a new instance of the TableTextStyle class|
|TableTextStyle(row_uid, font_size, font_style)|Initializes a new instance of the TableTextStyle class|
|TableTextStyle(row_uid, font_style)|Initializes a new instance of the TableTextStyle class|
## Properties
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The TextStyle type exposes the following members:
| Name | Description |
| :- | :- |
|TextStyle()|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with default settings.|
|TextStyle(font_size, font_style)|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with the default font and specified font size and style.|
|TextStyle(font_size, font_style)|Initializes a new instance of the TextStyle class|
|TextStyle(font_style)|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with the default font and specified font size and style.|
|TextStyle(font)|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with the specified font settings.|
## Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The TimescaleTier type exposes the following members:
| Name | Description |
| :- | :- |
|TimescaleTier()|Initializes a new instance of the [TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/) class.|
|TimescaleTier(unit, count)|Initializes a new instance of the [TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/) class.|
|TimescaleTier(unit, count)|Initializes a new instance of the TimescaleTier class|
## Properties
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The GraphicalIndicatorCriteria type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|GraphicalIndicatorCriteria(row_type, test, image_index, value1, value2)|Initializes a new instance of the [GraphicalIndicatorCriteria](/tasks/python-net/aspose.tasks/graphicalindicatorcriteria/) type.|
|GraphicalIndicatorCriteria(row_type, test, image_index, value)|Initializes a new instance of the [GraphicalIndicatorCriteria](/tasks/python-net/aspose.tasks/graphicalindicatorcriteria/) type.|
|GraphicalIndicatorCriteria(row_type, test, image_index, value1, value2)|Initializes a new instance of the GraphicalIndicatorCriteria class|
|GraphicalIndicatorCriteria(row_type, test, image_index, value)|Initializes a new instance of the GraphicalIndicatorCriteria class|
## Properties
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The ResourceCollection type exposes the following members:
| :- | :- |
|add()|Adds new resource at the last position of a project resources collection.|
|add(resource_name)|Adds new resource at the last position of a project resources collection.|
|add(resource_name, before_resource_id)|Adds new resource at the specified position of a project resources collection.|
|add(resource_name, before_resource_id)| |
|to_list()|Converts the ResourceCollection object to a list of [Resource](/tasks/python-net/aspose.tasks/resource/) objects.|
|get_by_id(id)|Returns a resource with the specified id.|
|get_by_uid(uid)|Returns a resource with the specified Uid.|
Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/task/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The Task type exposes the following members:
|get_timephased_data(start, end, timephased_type)|Returns [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) object with [timephased_data](/tasks/python-net/aspose.tasks/task/) values within given start and end dates of specified time-phased data type.|
|get_timephased_data(start, end)|Returns [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) object with [timephased_data](/tasks/python-net/aspose.tasks/task/) values within given start and end dates of specified time-phased data type.|
|move_to_sibling(before_task)|Moves the current task at the same Outline Level before the specified task.<br/> If ParentProject.CalculationMode is None user should invoke Project.Recalculate() after using this method (It will reschedule all project tasks (start/finish dates, sets early/late dates) and calculate the dependent fields such as slacks, work and cost fields, outline levels).<br/> If ParentProject.CalculationMode is Manual the method will calculate only task id, outline level and outline numbers automatically.<br/> If ParentProject.CalculationMode is Automatic the method reschedules all project's tasks automatically<br/> (start/finish dates, sets early/late dates, calculates slacks, work and cost fields, recalculates ids and outline levels).|
|move_to_sibling(before_task_id)|Moves the current task at the same Outline Level before a task with the specified Id.<br/> If ParentProject.CalculationMode is None user should invoke Project.Recalculate() after using this method (It will reschedule all project tasks (start/finish dates, sets early/late dates) and calculate the dependent fields such as slacks, work and cost fields, outline levels).<br/> If ParentProject.CalculationMode is Manual the method will calculate only task id, outline level and outline numbers automatically.<br/> If ParentProject.CalculationMode is Automatic the method reschedules all project's tasks automatically<br/> (start/finish dates, sets early/late dates, calculates slacks, work and cost fields, recalculates ids and outline levels).|
|move_to_sibling(before_task_id)| |
|select_all_child_tasks()|Recursively collects all child tasks of this task.|
|clone()|Creates full copy of a task without subtasks.|
|equals(other)|Returns a value indicating whether this instance is equal to a specified task.|
Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/taskbaseline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The TaskBaseline type exposes the following members:
| Name | Description |
| :- | :- |
|equals(other)|Returns a value indicating whether this instance is equal to the specified TaskBaseline object.|
|equals(other)|Returns a value indicating whether this instance is equal to the specified TaskBaseline object.|
|equals(other)|Returns a value indicating whether this instance is equal to a specified object.|
|compare_to(other)|IComparable interface implementation.<br/> Compares this instance to the specified Baseline object.|
|compare_to(other)|IComparable interface implementation.<br/> Compares this instance to the specified Baseline object.|

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/taskcollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The TaskCollection type exposes the following members:
| :- | :- |
|add()|Add the specified task to the instance of the [TaskCollection](/tasks/python-net/aspose.tasks/taskcollection/) class.<br/> If ParentProject.CalculationMode is None user should invoke Project.Recalculate() after using this method (It will reschedule all project tasks (start/finish dates, sets early/late dates) and calculate the dependent fields such as slacks, work and cost fields, ids and outline levels).<br/> If ParentProject.CalculationMode is Manual the method will calculate only task id, outline level and outline numbers automatically.<br/> If ParentProject.CalculationMode is Automatic the method reschedules all project's tasks automatically<br/> (start/finish dates, sets early/late dates, calculates slacks, work and cost fields, recalculates ids and outline levels).|
|add(task_name)|Adds a new task to children tasks collection.|
|add(task_name, before_task_id)|Adds a new recurring task to children tasks collection.|
|add(task_name, before_task_id)| |
|add(parameters)|Inserts a new task before a task with the specified id and on the same outline level.|
|to_list()|Converts the TaskCollection object to a list of [Task](/tasks/python-net/aspose.tasks/task/) objects.|
|get_by_uid(uid)|Returns a task with the specified Uid whose ancestor is parent task of this collection .|
Expand Down
4 changes: 2 additions & 2 deletions english/python-net/aspose.tasks/timephaseddata/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ The TimephasedData type exposes the following members:
## Methods
| Name | Description |
| :- | :- |
|create_cost_timephased(uid, start, finish, value, time_unit, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for cost-based time phased data.|
|create_cost_timephased(uid, start, finish, value, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for cost-based time phased data.|
|create_cost_timephased(uid, start, finish, value, time_unit, type)| |
|create_cost_timephased(uid, start, finish, value, type)| |
|create_work_timephased(uid, start, finish, value, time_unit, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for work-based time phased data.|
|create_unit_timephased(uid, start, finish, units, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for unit-based time phased data of an assignment of a material resource.|

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/workingtime/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The WorkingTime type exposes the following members:
| :- | :- |
|WorkingTime(from_time, to_time)|Initializes a new instance of the [WorkingTime](/tasks/python-net/aspose.tasks/workingtime/) class with a interval with the specified start and finish times.|
|WorkingTime(from_time, to_time)|Initializes a new instance of the [WorkingTime](/tasks/python-net/aspose.tasks/workingtime/) class with an interval item with the specified start and finish times.|
|WorkingTime(from_hours, to_hours)|Initializes a new instance of the [WorkingTime](/tasks/python-net/aspose.tasks/workingtime/) class with an interval item with the specified start and finish times.|
|WorkingTime(from_hours, to_hours)|Initializes a new instance of the WorkingTime class|
## Properties
| Name | Description |
| :- | :- |
Expand Down