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/_index.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,9 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
52
52
|[FontSavingArgs](/tasks/python-net/aspose.tasks/fontsavingargs/)|This class represents set of data that related to external fonts file's saving that<br/> occurs during conversion to HTML format.|
53
53
|[FontSettings](/tasks/python-net/aspose.tasks/fontsettings/)|Specifies font settings used when rendering project's view.|
54
54
|[GanttChartView](/tasks/python-net/aspose.tasks/ganttchartview/)|Represents a GanttChart view.|
55
+
|[GraphicalIndicatorCriteria](/tasks/python-net/aspose.tasks/graphicalindicatorcriteria/)|Represents one graphical indicator criteria associated with an extended attribute.|
56
+
|[GraphicalIndicatorCriteriaValue](/tasks/python-net/aspose.tasks/graphicalindicatorcriteriavalue/)|Represents a value used in condition check of graphical indicators criteria.|
57
+
|[GraphicalIndicatorsInfo](/tasks/python-net/aspose.tasks/graphicalindicatorsinfo/)|Represents an graphical indicators definition associated with an extended attribute.|
55
58
|[Group](/tasks/python-net/aspose.tasks/group/)|Represents a group definition.<br/> A Group object is a member of the ResourceGroups collection or the TaskGroups collection.|
56
59
|[GroupCollection](/tasks/python-net/aspose.tasks/groupcollection/)|Contains a list of [Group](/tasks/python-net/aspose.tasks/group/) objects.<br/> Implements ICollection<Group> interface.|
57
60
|[GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/)|Represents a criterion in a group definition.<br/> The GroupCriterion object is a member of the [GroupCriterionCollection](/tasks/python-net/aspose.tasks/groupcriterioncollection/) collection.|
@@ -110,6 +113,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
110
113
|[ResourceSavingArgs](/tasks/python-net/aspose.tasks/resourcesavingargs/)|This class represents set of data that related to external resource file's saving that<br/> occurs during conversion to HTML format.|
111
114
|[ResourceUsageView](/tasks/python-net/aspose.tasks/resourceusageview/)|Represents resource usage view in a project.|
112
115
|[ResourceUsageViewFieldCollection](/tasks/python-net/aspose.tasks/resourceusageviewfieldcollection/)|Represent a collection of [ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/) values.|
116
+
|[ResourceValidationException](/tasks/python-net/aspose.tasks/resourcevalidationexception/)|Represents an exception which is thrown when errors are found in resource's properties.|
113
117
|[SplitPart](/tasks/python-net/aspose.tasks/splitpart/)|Represents a task portion. The SplitPart is a member of the task's SplitParts collection.|
114
118
|[SplitPartCollection](/tasks/python-net/aspose.tasks/splitpartcollection/)|Collection that represents the portions of a task.|
115
119
|[Table](/tasks/python-net/aspose.tasks/table/)|Represents a table in Project|
@@ -185,10 +189,11 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
185
189
|[ExtendedAttributeTask](/tasks/python-net/aspose.tasks/extendedattributetask/)|Specifies the extended attributes FieldId used in a task.|
186
190
|[Field](/tasks/python-net/aspose.tasks/field/)|Specifies a field in the Microsoft Office Project.|
187
191
|[FileFormat](/tasks/python-net/aspose.tasks/fileformat/)|Specifies the project's file format.|
188
-
|[FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|The type of comparison made between FieldName and Value that acts as selection criteria for the filter.|
192
+
|[FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|The type of comparison made between FieldName and Value that acts as selection criteria for a filter or graphical indicator.|
189
193
|[FilterOperation](/tasks/python-net/aspose.tasks/filteroperation/)|Specifies how the criterion established with FieldName, FilterComparisonType, and Value relates to other criteria in the filter.|
190
194
|[FontFaceType](/tasks/python-net/aspose.tasks/fontfacetype/)|Enumerates font face types|
191
195
|[GanttBarSize](/tasks/python-net/aspose.tasks/ganttbarsize/)|Specifies the height of a bar in points.|
196
+
|[GraphicalIndicatorCriteriaType](/tasks/python-net/aspose.tasks/graphicalindicatorcriteriatype/)|Represents placement of graphical indicator criteria.|
192
197
|[GroupOn](/tasks/python-net/aspose.tasks/groupon/)|Specifies the type of grouping.|
193
198
|[HourLabelDisplay](/tasks/python-net/aspose.tasks/hourlabeldisplay/)|Specifies how the hour label displays.|
194
199
|[HtmlImageType](/tasks/python-net/aspose.tasks/htmlimagetype/)|Represents HTML image type.|
0 commit comments