Skip to content
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
7 changes: 6 additions & 1 deletion english/python-net/aspose.tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
|[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.|
|[FontSettings](/tasks/python-net/aspose.tasks/fontsettings/)|Specifies font settings used when rendering project's view.|
|[GanttChartView](/tasks/python-net/aspose.tasks/ganttchartview/)|Represents a GanttChart view.|
|[GraphicalIndicatorCriteria](/tasks/python-net/aspose.tasks/graphicalindicatorcriteria/)|Represents one graphical indicator criteria associated with an extended attribute.|
|[GraphicalIndicatorCriteriaValue](/tasks/python-net/aspose.tasks/graphicalindicatorcriteriavalue/)|Represents a value used in condition check of graphical indicators criteria.|
|[GraphicalIndicatorsInfo](/tasks/python-net/aspose.tasks/graphicalindicatorsinfo/)|Represents an graphical indicators definition associated with an extended attribute.|
|[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.|
|[GroupCollection](/tasks/python-net/aspose.tasks/groupcollection/)|Contains a list of [Group](/tasks/python-net/aspose.tasks/group/) objects.<br/> Implements ICollection<Group> interface.|
|[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.|
Expand Down Expand Up @@ -110,6 +113,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
|[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.|
|[ResourceUsageView](/tasks/python-net/aspose.tasks/resourceusageview/)|Represents resource usage view in a project.|
|[ResourceUsageViewFieldCollection](/tasks/python-net/aspose.tasks/resourceusageviewfieldcollection/)|Represent a collection of [ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/) values.|
|[ResourceValidationException](/tasks/python-net/aspose.tasks/resourcevalidationexception/)|Represents an exception which is thrown when errors are found in resource's properties.|
|[SplitPart](/tasks/python-net/aspose.tasks/splitpart/)|Represents a task portion. The SplitPart is a member of the task's SplitParts collection.|
|[SplitPartCollection](/tasks/python-net/aspose.tasks/splitpartcollection/)|Collection that represents the portions of a task.|
|[Table](/tasks/python-net/aspose.tasks/table/)|Represents a table in Project|
Expand Down Expand Up @@ -185,10 +189,11 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
|[ExtendedAttributeTask](/tasks/python-net/aspose.tasks/extendedattributetask/)|Specifies the extended attributes FieldId used in a task.|
|[Field](/tasks/python-net/aspose.tasks/field/)|Specifies a field in the Microsoft Office Project.|
|[FileFormat](/tasks/python-net/aspose.tasks/fileformat/)|Specifies the project's file format.|
|[FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|The type of comparison made between FieldName and Value that acts as selection criteria for the filter.|
|[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.|
|[FilterOperation](/tasks/python-net/aspose.tasks/filteroperation/)|Specifies how the criterion established with FieldName, FilterComparisonType, and Value relates to other criteria in the filter.|
|[FontFaceType](/tasks/python-net/aspose.tasks/fontfacetype/)|Enumerates font face types|
|[GanttBarSize](/tasks/python-net/aspose.tasks/ganttbarsize/)|Specifies the height of a bar in points.|
|[GraphicalIndicatorCriteriaType](/tasks/python-net/aspose.tasks/graphicalindicatorcriteriatype/)|Represents placement of graphical indicator criteria.|
|[GroupOn](/tasks/python-net/aspose.tasks/groupon/)|Specifies the type of grouping.|
|[HourLabelDisplay](/tasks/python-net/aspose.tasks/hourlabeldisplay/)|Specifies how the hour label displays.|
|[HtmlImageType](/tasks/python-net/aspose.tasks/htmlimagetype/)|Represents HTML image type.|
Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/applicationinfo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ApplicationInfo
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2200
weight: 2240
url: /python-net/aspose.tasks/applicationinfo/
---

Expand Down
3 changes: 2 additions & 1 deletion english/python-net/aspose.tasks/availabilityperiod/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The AvailabilityPeriod type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|AvailabilityPeriod()|Initializes a new instance of the AvailabilityPeriod class|
|AvailabilityPeriod()|Initializes a new instance of the [AvailabilityPeriod](/tasks/python-net/aspose.tasks/availabilityperiod/).|
|AvailabilityPeriod(available_from, available_to, available_units)|Initializes a new instance of the AvailabilityPeriod class|
## Properties
| Name | Description |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BackgroundPattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2210
weight: 2250
url: /python-net/aspose.tasks/backgroundpattern/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/baselinetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BaselineType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2220
weight: 2260
url: /python-net/aspose.tasks/baselinetype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/bookingtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BookingType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2230
weight: 2270
url: /python-net/aspose.tasks/bookingtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/calculationmode/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CalculationMode
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2240
weight: 2280
url: /python-net/aspose.tasks/calculationmode/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/calculationtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CalculationType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2250
weight: 2290
url: /python-net/aspose.tasks/calculationtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CalendarExceptionType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2260
weight: 2300
url: /python-net/aspose.tasks/calendarexceptiontype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/constrainttype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ConstraintType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2270
weight: 2310
url: /python-net/aspose.tasks/constrainttype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/costaccrualtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CostAccrualType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2280
weight: 2320
url: /python-net/aspose.tasks/costaccrualtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CurrencySymbolPositionType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2290
weight: 2330
url: /python-net/aspose.tasks/currencysymbolpositiontype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/customfieldtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CustomFieldType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2300
weight: 2340
url: /python-net/aspose.tasks/customfieldtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/dateformat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DateFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2310
weight: 2350
url: /python-net/aspose.tasks/dateformat/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/daylabeldisplay/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DayLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2320
weight: 2360
url: /python-net/aspose.tasks/daylabeldisplay/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/daytype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DayType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2330
weight: 2370
url: /python-net/aspose.tasks/daytype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: EarnedValueMethodType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2340
weight: 2380
url: /python-net/aspose.tasks/earnedvaluemethodtype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/elementtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ElementType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2350
weight: 2390
url: /python-net/aspose.tasks/elementtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +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.|
|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 @@ -3,7 +3,7 @@ title: ExtendedAttributeResource
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2360
weight: 2400
url: /python-net/aspose.tasks/extendedattributeresource/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ExtendedAttributeTask
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2370
weight: 2410
url: /python-net/aspose.tasks/extendedattributetask/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/field/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Field
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2380
weight: 2420
url: /python-net/aspose.tasks/field/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/fileformat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FileFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2390
weight: 2430
url: /python-net/aspose.tasks/fileformat/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: FilterComparisonType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2400
weight: 2440
url: /python-net/aspose.tasks/filtercomparisontype/
---

## FilterComparisonType enumeration

The type of comparison made between FieldName and Value that acts as selection criteria for the filter.
The type of comparison made between FieldName and Value that acts as selection criteria for a filter or graphical indicator.

## Members
| Member name | Description |
Expand All @@ -27,6 +27,7 @@ The type of comparison made between FieldName and Value that acts as selection c
|CONTAINS_EXACTLY|The value of Field exactly contains Value.|
|IS_ONE_OF|The value of Field equals to one of the specified Values. Used in AutoFilters.|
|UNDEFINED|Undefined value.|
|IS_ANY_VALUE|'Is any value' condition. Applicable to graphical indicators.|

### See Also

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/filteroperation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FilterOperation
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2410
weight: 2450
url: /python-net/aspose.tasks/filteroperation/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/fontfacetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FontFaceType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2420
weight: 2460
url: /python-net/aspose.tasks/fontfacetype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/python-net/aspose.tasks/ganttbarsize/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GanttBarSize
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2430
weight: 2470
url: /python-net/aspose.tasks/ganttbarsize/
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: GraphicalIndicatorCriteria
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 400
url: /python-net/aspose.tasks/graphicalindicatorcriteria/
---

## GraphicalIndicatorCriteria class

Represents one graphical indicator criteria associated with an extended attribute.

The GraphicalIndicatorCriteria type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|GraphicalIndicatorCriteria(row_type, test, image_index, value1, value2)|Initializes a new instance of the GraphicalIndicatorCriteria class|
|GraphicalIndicatorCriteria(row_type, test, image_index, value)|Initializes a new instance of the GraphicalIndicatorCriteria class|
## 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/)|
|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.|
|row_type|Gets the value of [GraphicalIndicatorCriteriaType](/tasks/python-net/aspose.tasks/graphicalindicatorcriteriatype/) enum which denotes for which rows the indicator is applied.|

### See Also

* namespace [aspose.tasks](/tasks/python-net/aspose.tasks/)
* assembly [Aspose.Tasks](/tasks/python-net/)

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: GraphicalIndicatorCriteriaType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 2480
url: /python-net/aspose.tasks/graphicalindicatorcriteriatype/
---

## GraphicalIndicatorCriteriaType enumeration

Represents placement of graphical indicator criteria.

## Members
| Member name | Description |
| :- | :- |
|NON_SUMMARY_ROWS|Represents non summary rows.|
|SUMMARY_ROWS|Represents summary rows.|
|PROJECT_SUMMARY|Represents project summary task row.|

### See Also

* namespace [aspose.tasks](/tasks/python-net/aspose.tasks/)
* assembly [Aspose.Tasks](/tasks/python-net/)

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: GraphicalIndicatorCriteriaValue
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
weight: 410
url: /python-net/aspose.tasks/graphicalindicatorcriteriavalue/
---

## GraphicalIndicatorCriteriaValue class

Represents a value used in condition check of graphical indicators criteria.

The GraphicalIndicatorCriteriaValue type exposes the following members:
## Constructors
| Name | Description |
| :- | :- |
|GraphicalIndicatorCriteriaValue(value)|Initializes a new instance of the GraphicalIndicatorCriteriaValue class|
|GraphicalIndicatorCriteriaValue(date_value)|Initializes a new instance of the GraphicalIndicatorCriteriaValue class|
|GraphicalIndicatorCriteriaValue(text_value)|Initializes a new instance of the GraphicalIndicatorCriteriaValue class|
|GraphicalIndicatorCriteriaValue(duration_value)|Initializes a new instance of the GraphicalIndicatorCriteriaValue class|
|GraphicalIndicatorCriteriaValue(flag_value)|Initializes a new instance of the GraphicalIndicatorCriteriaValue class|
## Properties
| Name | Description |
| :- | :- |
|raw_value|Gets the underlying constant of Field value.|
|is_field_link|Gets whether the current instance is a field link (represents a value of a field).|
## Methods
| Name | Description |
| :- | :- |
|create_field_link(field)|Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project's field.|

### See Also

* namespace [aspose.tasks](/tasks/python-net/aspose.tasks/)
* assembly [Aspose.Tasks](/tasks/python-net/)

Loading