Skip to content

Commit d836440

Browse files
Merge pull request #92 from aspose-tasks/tasks-python-api-25.1.0
Updated API for Aspose.Tasks for Python via .NET 25.1
2 parents cb749fb + 1a01030 commit d836440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Group type exposes the following members:
2020
| Name | Description |
2121
| :- | :- |
2222
|name|Gets or sets a name of a Group object.|
23-
|index|Gets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups containing object.|
23+
|index|Gets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups list .|
2424
|uid|Gets a unique identifier of a group.|
2525
|show_summary|Gets or sets a value indicating whether summary rows are displayed for the group.|
2626
|maintain_hierarchy|Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Table type exposes the following members:
2222
|name|Gets or sets the name of a Table object.|
2323
|show_in_menu|Gets or sets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon.|
2424
|table_fields|Gets a TableFields collection representing the fields in the table.|
25-
|table_type|Gets the table type for the specified table. Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).|
25+
|table_type|Gets or sets the table type for the specified table.|
2626
|uid|Gets the unique identifier of a table.|
2727
|index|Gets the index of a Table object in the Tables containing object.|
2828
|row_height|Gets or sets the row height in a table, where the row height is the number of lines of text.|

0 commit comments

Comments
 (0)