Skip to content

Commit 0e57def

Browse files
Merge pull request #78 from aspose-tasks/Python-24.10-api
Updated Aspose.Tasks for Python via .NET API ref. to 24.10
2 parents 89a1e84 + 35dbaf8 commit 0e57def

File tree

180 files changed

+333
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+333
-175
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
5252
|[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.|
5353
|[FontSettings](/tasks/python-net/aspose.tasks/fontsettings/)|Specifies font settings used when rendering project's view.|
5454
|[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.|
5558
|[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.|
5659
|[GroupCollection](/tasks/python-net/aspose.tasks/groupcollection/)|Contains a list of [Group](/tasks/python-net/aspose.tasks/group/) objects.<br/> Implements ICollection<Group> interface.|
5760
|[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
110113
|[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.|
111114
|[ResourceUsageView](/tasks/python-net/aspose.tasks/resourceusageview/)|Represents resource usage view in a project.|
112115
|[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.|
113117
|[SplitPart](/tasks/python-net/aspose.tasks/splitpart/)|Represents a task portion. The SplitPart is a member of the task's SplitParts collection.|
114118
|[SplitPartCollection](/tasks/python-net/aspose.tasks/splitpartcollection/)|Collection that represents the portions of a task.|
115119
|[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
185189
|[ExtendedAttributeTask](/tasks/python-net/aspose.tasks/extendedattributetask/)|Specifies the extended attributes FieldId used in a task.|
186190
|[Field](/tasks/python-net/aspose.tasks/field/)|Specifies a field in the Microsoft Office Project.|
187191
|[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.|
189193
|[FilterOperation](/tasks/python-net/aspose.tasks/filteroperation/)|Specifies how the criterion established with FieldName, FilterComparisonType, and Value relates to other criteria in the filter.|
190194
|[FontFaceType](/tasks/python-net/aspose.tasks/fontfacetype/)|Enumerates font face types|
191195
|[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.|
192197
|[GroupOn](/tasks/python-net/aspose.tasks/groupon/)|Specifies the type of grouping.|
193198
|[HourLabelDisplay](/tasks/python-net/aspose.tasks/hourlabeldisplay/)|Specifies how the hour label displays.|
194199
|[HtmlImageType](/tasks/python-net/aspose.tasks/htmlimagetype/)|Represents HTML image type.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ApplicationInfo
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2200
6+
weight: 2240
77
url: /python-net/aspose.tasks/applicationinfo/
88
---
99

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The AvailabilityPeriod type exposes the following members:
1515
## Constructors
1616
| Name | Description |
1717
| :- | :- |
18-
|AvailabilityPeriod()|Initializes a new instance of the AvailabilityPeriod class|
18+
|AvailabilityPeriod()|Initializes a new instance of the [AvailabilityPeriod](/tasks/python-net/aspose.tasks/availabilityperiod/).|
19+
|AvailabilityPeriod(available_from, available_to, available_units)|Initializes a new instance of the AvailabilityPeriod class|
1920
## Properties
2021
| Name | Description |
2122
| :- | :- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BackgroundPattern
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2210
6+
weight: 2250
77
url: /python-net/aspose.tasks/backgroundpattern/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BaselineType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2220
6+
weight: 2260
77
url: /python-net/aspose.tasks/baselinetype/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BookingType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2230
6+
weight: 2270
77
url: /python-net/aspose.tasks/bookingtype/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CalculationMode
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2240
6+
weight: 2280
77
url: /python-net/aspose.tasks/calculationmode/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CalculationType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2250
6+
weight: 2290
77
url: /python-net/aspose.tasks/calculationtype/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CalendarExceptionType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2260
6+
weight: 2300
77
url: /python-net/aspose.tasks/calendarexceptiontype/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ConstraintType
33
second_title: Aspose.Tasks for Python via .NET API Reference
44
description:
55
type: docs
6-
weight: 2270
6+
weight: 2310
77
url: /python-net/aspose.tasks/constrainttype/
88
---
99

0 commit comments

Comments
 (0)