You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/python-net/aspose.tasks.saving/mppsaveoptions/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,10 @@ The MPPSaveOptions type exposes the following members:
21
21
| :- | :- |
22
22
|save_format|Gets or sets the format in which the document will be saved if this save options object is used.|
23
23
|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.|
26
28
|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.|
Copy file name to clipboardExpand all lines: english/python-net/aspose.tasks/extendedattributedefinition/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The ExtendedAttributeDefinition type exposes the following members:
32
32
|calculation_type|Gets or sets the type of calculation of the custom attribute's value.|
33
33
|summary_rows_calculation_type|Gets or sets the type of calculation of the custom attribute's value for summary rows.|
34
34
|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.|
36
36
|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/).|
37
37
|valuelist_sort_order|Gets or sets the way value lists are sorted. Values are: 0=Descending, 1=Ascending.|
38
38
|append_new_values|Gets or sets a value indicating whether new values added to a project are automatically added to the list.|
Copy file name to clipboardExpand all lines: english/python-net/aspose.tasks/graphicalindicatorcriteria/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The GraphicalIndicatorCriteria type exposes the following members:
20
20
## Properties
21
21
| Name | Description |
22
22
| :- | :- |
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/)|
24
24
|value1|Gets the value used to test extended attribute's value.|
25
25
|value2|Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types.|
26
26
|image_index|Gets the index of the image to display when the field meets the criteria.|
0 commit comments