Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Aspose.Tasks for Python via .NET to 24.11 #84

Merged
merged 1 commit into from
Nov 30, 2024
Merged
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 @@ -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