Skip to content

Commit 66aabe0

Browse files
Merge pull request #125 from aspose-tasks/tasks-python-api-25.9.0-200329
Tasks python api 25.9.0 200329
2 parents 4ac5eb2 + daeef94 commit 66aabe0

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

english/python-net/aspose.tasks.visualization/fontdescriptor/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The FontDescriptor type exposes the following members:
1515
## Constructors
1616
| Name | Description |
1717
| :- | :- |
18-
|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.|
19-
|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.|
18+
|FontDescriptor(font_family, size)|Initializes a new instance of the FontDescriptor class|
19+
|FontDescriptor(font_family, size, style)|Initializes a new instance of the FontDescriptor class|
2020
|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.|
2121
## Properties
2222
| Name | Description |

english/python-net/aspose.tasks.visualization/ganttchartcolumn/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The GanttChartColumn type exposes the following members:
1515
## Constructors
1616
| Name | Description |
1717
| :- | :- |
18-
|GanttChartColumn(width, field)|Initializes a new instance of the GanttChartColumn class.|
19-
|GanttChartColumn(name, width, field)|Initializes a new instance of the GanttChartColumn class.|
18+
|GanttChartColumn(width, field)|Initializes a new instance of the GanttChartColumn class|
19+
|GanttChartColumn(name, width, field)|Initializes a new instance of the GanttChartColumn class|
2020
## Properties
2121
| Name | Description |
2222
| :- | :- |

english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The ResourceViewColumn type exposes the following members:
1515
## Constructors
1616
| Name | Description |
1717
| :- | :- |
18-
|ResourceViewColumn(width, field)|Initializes a new instance of the [ResourceViewColumn](/tasks/python-net/aspose.tasks.visualization/resourceviewcolumn/) class.|
18+
|ResourceViewColumn(width, field)|Initializes a new instance of the ResourceViewColumn class|
1919
## Properties
2020
| Name | Description |
2121
| :- | :- |

english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The TableTextStyle type exposes the following members:
1515
## Constructors
1616
| Name | Description |
1717
| :- | :- |
18-
|TableTextStyle(row_uid)|Initializes a new instance of the [TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/) class.|
19-
|TableTextStyle(row_uid, font)|Initializes a new instance of the [TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/) class with the specified font.|
20-
|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.|
21-
|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.|
18+
|TableTextStyle(row_uid)|Initializes a new instance of the TableTextStyle class|
19+
|TableTextStyle(row_uid, font)|Initializes a new instance of the TableTextStyle class|
20+
|TableTextStyle(row_uid, font_size, font_style)|Initializes a new instance of the TableTextStyle class|
21+
|TableTextStyle(row_uid, font_style)|Initializes a new instance of the TableTextStyle class|
2222
## Properties
2323
| Name | Description |
2424
| :- | :- |

english/python-net/aspose.tasks.visualization/textstyle/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The TextStyle type exposes the following members:
1616
| Name | Description |
1717
| :- | :- |
1818
|TextStyle()|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with default settings.|
19-
|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.|
19+
|TextStyle(font_size, font_style)|Initializes a new instance of the TextStyle class|
2020
|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.|
2121
|TextStyle(font)|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with the specified font settings.|
2222
## Properties

english/python-net/aspose.tasks.visualization/timescaletier/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The TimescaleTier type exposes the following members:
1616
| Name | Description |
1717
| :- | :- |
1818
|TimescaleTier()|Initializes a new instance of the [TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/) class.|
19-
|TimescaleTier(unit, count)|Initializes a new instance of the [TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/) class.|
19+
|TimescaleTier(unit, count)|Initializes a new instance of the TimescaleTier class|
2020
## Properties
2121
| Name | Description |
2222
| :- | :- |

english/python-net/aspose.tasks/graphicalindicatorcriteria/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The GraphicalIndicatorCriteria type exposes the following members:
1515
## Constructors
1616
| Name | Description |
1717
| :- | :- |
18-
|GraphicalIndicatorCriteria(row_type, test, image_index, value1, value2)|Initializes a new instance of the [GraphicalIndicatorCriteria](/tasks/python-net/aspose.tasks/graphicalindicatorcriteria/) type.|
19-
|GraphicalIndicatorCriteria(row_type, test, image_index, value)|Initializes a new instance of the [GraphicalIndicatorCriteria](/tasks/python-net/aspose.tasks/graphicalindicatorcriteria/) type.|
18+
|GraphicalIndicatorCriteria(row_type, test, image_index, value1, value2)|Initializes a new instance of the GraphicalIndicatorCriteria class|
19+
|GraphicalIndicatorCriteria(row_type, test, image_index, value)|Initializes a new instance of the GraphicalIndicatorCriteria class|
2020
## Properties
2121
| Name | Description |
2222
| :- | :- |

english/python-net/aspose.tasks/resourcecollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The ResourceCollection type exposes the following members:
2121
| :- | :- |
2222
|add()|Adds new resource at the last position of a project resources collection.|
2323
|add(resource_name)|Adds new resource at the last position of a project resources collection.|
24-
|add(resource_name, before_resource_id)|Adds new resource at the specified position of a project resources collection.|
24+
|add(resource_name, before_resource_id)| |
2525
|to_list()|Converts the ResourceCollection object to a list of [Resource](/tasks/python-net/aspose.tasks/resource/) objects.|
2626
|get_by_id(id)|Returns a resource with the specified id.|
2727
|get_by_uid(uid)|Returns a resource with the specified Uid.|

english/python-net/aspose.tasks/task/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The Task type exposes the following members:
151151
|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.|
152152
|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.|
153153
|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).|
154-
|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).|
154+
|move_to_sibling(before_task_id)| |
155155
|select_all_child_tasks()|Recursively collects all child tasks of this task.|
156156
|clone()|Creates full copy of a task without subtasks.|
157157
|equals(other)|Returns a value indicating whether this instance is equal to a specified task.|

english/python-net/aspose.tasks/taskbaseline/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The TaskBaseline type exposes the following members:
3535
| Name | Description |
3636
| :- | :- |
3737
|equals(other)|Returns a value indicating whether this instance is equal to the specified TaskBaseline object.|
38-
|equals(other)|Returns a value indicating whether this instance is equal to the specified TaskBaseline object.|
38+
|equals(other)|Returns a value indicating whether this instance is equal to a specified object.|
3939
|compare_to(other)|IComparable interface implementation.<br/> Compares this instance to the specified Baseline object.|
4040
|compare_to(other)|IComparable interface implementation.<br/> Compares this instance to the specified Baseline object.|
4141

0 commit comments

Comments
 (0)