Skip to content

Commit

Permalink
Merge pull request #84 from aspose-tasks/Python-24.11-api
Browse files Browse the repository at this point in the history
Updated Aspose.Tasks for Python via .NET to 24.11
  • Loading branch information
achevyrov-aspose authored Nov 30, 2024
2 parents bc96b80 + b3be42c commit 51db884
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ The MPPSaveOptions type exposes the following members:
| :- | :- |
|save_format|Gets or sets the format in which the document will be saved if this save options object is used.|
|remove_invalid_assignments|Gets or sets a value indicating whether to remove invalid resource assignments when saving to MPP.|
|write_view_data|Gets or sets a value indicating whether to write view data when saving to MPP.|
|write_filters|Gets or sets a value indicating whether to write filter data when saving to MPP.|
|write_view_data|Gets or sets a value indicating whether to write view data when saving a project to MPP format.|
|write_filters|Gets or sets a value indicating whether to write filter data when saving a project to MPP for format.|
|write_groups|Gets or sets a value indicating whether to write groups data when saving a project to MPP for format.|
|clear_vba|Gets or sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format.|
|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.|

### See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The ExtendedAttributeDefinition type exposes the following members:
|calculation_type|Gets or sets the type of calculation of the custom attribute's value.|
|summary_rows_calculation_type|Gets or sets the type of calculation of the custom attribute's value for summary rows.|
|formula|Gets or sets the formula that Microsoft Project uses to populate a custom task field.|
|graphical_indicator|Get os sets a graphical indicators info associated with the extended attribute.|
|graphical_indicator|Gets or sets a graphical indicators info associated with the extended attribute.<br/> Applicable to MPP format.|
|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/).|
|valuelist_sort_order|Gets or sets the way value lists are sorted. Values are: 0=Descending, 1=Ascending.|
|append_new_values|Gets or sets a value indicating whether new values added to a project are automatically added to the list.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The GraphicalIndicatorCriteria type exposes the following members:
## Properties
| Name | Description |
| :- | :- |
|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/)|
|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/)|
|value1|Gets the value used to test extended attribute's value.|
|value2|Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types.|
|image_index|Gets the index of the image to display when the field meets the criteria.|
Expand Down
1 change: 1 addition & 0 deletions english/python-net/aspose.tasks/group/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The Group type exposes the following members:
|show_summary|Gets or sets a value indicating whether summary rows are displayed for the group.|
|maintain_hierarchy|Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.|
|show_in_menu|Gets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.|
|group_assignments|Gets or sets a value indicating whether assignments should be grouped instead of tasks.|
|group_criteria|Gets or sets a GroupCriteria collection representing the fields in a group definition.|

### See Also
Expand Down

0 comments on commit 51db884

Please sign in to comment.