Skip to content

Commit 51db884

Browse files
Merge pull request #84 from aspose-tasks/Python-24.11-api
Updated Aspose.Tasks for Python via .NET to 24.11
2 parents bc96b80 + b3be42c commit 51db884

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

english/python-net/aspose.tasks.saving/mppsaveoptions/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ The MPPSaveOptions type exposes the following members:
2121
| :- | :- |
2222
|save_format|Gets or sets the format in which the document will be saved if this save options object is used.|
2323
|remove_invalid_assignments|Gets or sets a value indicating whether to remove invalid resource assignments when saving to MPP.|
24-
|write_view_data|Gets or sets a value indicating whether to write view data when saving to MPP.|
25-
|write_filters|Gets or sets a value indicating whether to write filter data when saving to MPP.|
24+
|write_view_data|Gets or sets a value indicating whether to write view data when saving a project to MPP format.|
25+
|write_filters|Gets or sets a value indicating whether to write filter data when saving a project to MPP for format.|
26+
|write_groups|Gets or sets a value indicating whether to write groups data when saving a project to MPP for format.|
27+
|clear_vba|Gets or sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format.|
2628
|protection_password|Gets or sets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats.|
2729

2830
### See Also

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The ExtendedAttributeDefinition type exposes the following members:
3232
|calculation_type|Gets or sets the type of calculation of the custom attribute's value.|
3333
|summary_rows_calculation_type|Gets or sets the type of calculation of the custom attribute's value for summary rows.|
3434
|formula|Gets or sets the formula that Microsoft Project uses to populate a custom task field.|
35-
|graphical_indicator|Get os sets a graphical indicators info associated with the extended attribute.|
35+
|graphical_indicator|Gets or sets a graphical indicators info associated with the extended attribute.<br/> Applicable to MPP format.|
3636
|restrict_values|Gets or sets a value indicating whether the custom field values are restricted to values in the [value_list](/tasks/python-net/aspose.tasks/extendedattributedefinition/).|
3737
|valuelist_sort_order|Gets or sets the way value lists are sorted. Values are: 0=Descending, 1=Ascending.|
3838
|append_new_values|Gets or sets a value indicating whether new values added to a project are automatically added to the list.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The GraphicalIndicatorCriteria type exposes the following members:
2020
## Properties
2121
| Name | Description |
2222
| :- | :- |
23-
|test|Gets the type of comparison made between extended attribute`s value and Values that acts as a criteria for the application of the graphical indicator.<br/> [FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|
23+
|test|Gets the type of comparison made between extended attribute's value and Values that acts as a criteria for the application of the graphical indicator.<br/> [FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|
2424
|value1|Gets the value used to test extended attribute's value.|
2525
|value2|Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types.|
2626
|image_index|Gets the index of the image to display when the field meets the criteria.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The Group type exposes the following members:
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.|
2727
|show_in_menu|Gets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.|
28+
|group_assignments|Gets or sets a value indicating whether assignments should be grouped instead of tasks.|
2829
|group_criteria|Gets or sets a GroupCriteria collection representing the fields in a group definition.|
2930

3031
### See Also

0 commit comments

Comments
 (0)