diff --git a/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md
index f0d5ca344..9f88d6df7 100644
--- a/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md
@@ -28,6 +28,7 @@ The HtmlSaveOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md b/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md
index 9841cba35..65fb19047 100644
--- a/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md
@@ -28,6 +28,7 @@ The ImageSaveOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md
index 434e07f00..087ee58f7 100644
--- a/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md
@@ -28,6 +28,7 @@ The PdfSaveOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md b/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md
index a879bafa3..1d753c611 100644
--- a/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md
@@ -24,6 +24,7 @@ The PrimaveraSaveOptions type exposes the following members:
|activity_id_prefix|Gets or sets the prefix used in renumbering of activity IDs.|
|activity_id_suffix|Gets or sets the suffix used in renumbering of activity IDs.|
|renumber_activity_ids|Gets or sets a value indicating whether is need to renumbers activity IDs.|
+|skip_summary_assignments|Gets or sets a value indicating whether assignments of resources to summary tasks should be skipped during export.|
### See Also
diff --git a/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md
index 66f713978..b4079b9f8 100644
--- a/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md
@@ -21,6 +21,7 @@ The PrimaveraXmlSaveOptions 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.|
|save_root_task|Gets or sets a value indicating whether to save a root task or not.|
+|skip_summary_assignments|Gets or sets a value indicating whether assignments of resources to summary tasks should be skipped during export.|
### See Also
diff --git a/english/python-net/aspose.tasks.saving/printoptions/_index.md b/english/python-net/aspose.tasks.saving/printoptions/_index.md
index 18f0c118b..11aa601b5 100644
--- a/english/python-net/aspose.tasks.saving/printoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/printoptions/_index.md
@@ -28,6 +28,7 @@ The PrintOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/saveoptions/_index.md b/english/python-net/aspose.tasks.saving/saveoptions/_index.md
index d1abc2ecd..ac3896dd3 100644
--- a/english/python-net/aspose.tasks.saving/saveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/saveoptions/_index.md
@@ -24,6 +24,7 @@ The SaveOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/svgoptions/_index.md b/english/python-net/aspose.tasks.saving/svgoptions/_index.md
index f8ca4f449..74abbfeb3 100644
--- a/english/python-net/aspose.tasks.saving/svgoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/svgoptions/_index.md
@@ -28,6 +28,7 @@ The SvgOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/xamloptions/_index.md b/english/python-net/aspose.tasks.saving/xamloptions/_index.md
index 54b695ccf..34a153ac1 100644
--- a/english/python-net/aspose.tasks.saving/xamloptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/xamloptions/_index.md
@@ -28,6 +28,7 @@ The XamlOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.saving/xpsoptions/_index.md b/english/python-net/aspose.tasks.saving/xpsoptions/_index.md
index fc6f09e6e..c96d7cba9 100644
--- a/english/python-net/aspose.tasks.saving/xpsoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/xpsoptions/_index.md
@@ -28,6 +28,7 @@ The XpsOptions type exposes the following members:
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|
+|legend_items|Gets or sets an array of PageLegendItem which define which bars should be rendered in page legend.
If null, the default items are rendered.|
|mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).|
|non_working_time_color|Gets or sets the non-working time color.|
|page_count|Gets or sets the number of pages of project.|
diff --git a/english/python-net/aspose.tasks.visualization/_index.md b/english/python-net/aspose.tasks.visualization/_index.md
index 5654542d7..2309f3d6a 100644
--- a/english/python-net/aspose.tasks.visualization/_index.md
+++ b/english/python-net/aspose.tasks.visualization/_index.md
@@ -24,6 +24,7 @@ Contains helper classes for rendering.
|[ITextStyleModificationCallback](/tasks/python-net/aspose.tasks.visualization/itextstylemodificationcallback/)|Represents a callback that is called before TextStyle is applied to a table cell.|
|[PageInfo](/tasks/python-net/aspose.tasks.visualization/pageinfo/)|Represents page setup data which is present in MPP file format and used for printing.|
|[PageLegend](/tasks/python-net/aspose.tasks.visualization/pagelegend/)|Represents a page legend which is used for project printing.|
+|[PageLegendItem](/tasks/python-net/aspose.tasks.visualization/pagelegenditem/)|Represents an item of page legend of Gantt chart.|
|[PageMargins](/tasks/python-net/aspose.tasks.visualization/pagemargins/)|Represents page margins for printing.|
|[PageSettings](/tasks/python-net/aspose.tasks.visualization/pagesettings/)|Represents printing settings for a page of project view.|
|[PageViewSettings](/tasks/python-net/aspose.tasks.visualization/pageviewsettings/)|Represents printing settings for a project view.|
diff --git a/english/python-net/aspose.tasks.visualization/baritemtype/_index.md b/english/python-net/aspose.tasks.visualization/baritemtype/_index.md
index db85174d2..d4957a39c 100644
--- a/english/python-net/aspose.tasks.visualization/baritemtype/_index.md
+++ b/english/python-net/aspose.tasks.visualization/baritemtype/_index.md
@@ -3,7 +3,7 @@ title: BarItemType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 260
+weight: 270
url: /python-net/aspose.tasks.visualization/baritemtype/
---
diff --git a/english/python-net/aspose.tasks.visualization/barshape/_index.md b/english/python-net/aspose.tasks.visualization/barshape/_index.md
index 2a203ea26..10241cff0 100644
--- a/english/python-net/aspose.tasks.visualization/barshape/_index.md
+++ b/english/python-net/aspose.tasks.visualization/barshape/_index.md
@@ -3,7 +3,7 @@ title: BarShape
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 270
+weight: 280
url: /python-net/aspose.tasks.visualization/barshape/
---
diff --git a/english/python-net/aspose.tasks.visualization/border/_index.md b/english/python-net/aspose.tasks.visualization/border/_index.md
index 139580291..60287740b 100644
--- a/english/python-net/aspose.tasks.visualization/border/_index.md
+++ b/english/python-net/aspose.tasks.visualization/border/_index.md
@@ -3,7 +3,7 @@ title: Border
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 280
+weight: 290
url: /python-net/aspose.tasks.visualization/border/
---
diff --git a/english/python-net/aspose.tasks.visualization/datelabel/_index.md b/english/python-net/aspose.tasks.visualization/datelabel/_index.md
index 0d7133d57..dc03998ae 100644
--- a/english/python-net/aspose.tasks.visualization/datelabel/_index.md
+++ b/english/python-net/aspose.tasks.visualization/datelabel/_index.md
@@ -3,7 +3,7 @@ title: DateLabel
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 290
+weight: 300
url: /python-net/aspose.tasks.visualization/datelabel/
---
diff --git a/english/python-net/aspose.tasks.visualization/fillpattern/_index.md b/english/python-net/aspose.tasks.visualization/fillpattern/_index.md
index afcd91888..f98c7c591 100644
--- a/english/python-net/aspose.tasks.visualization/fillpattern/_index.md
+++ b/english/python-net/aspose.tasks.visualization/fillpattern/_index.md
@@ -3,7 +3,7 @@ title: FillPattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 300
+weight: 310
url: /python-net/aspose.tasks.visualization/fillpattern/
---
diff --git a/english/python-net/aspose.tasks.visualization/fontstyles/_index.md b/english/python-net/aspose.tasks.visualization/fontstyles/_index.md
index f28296f5a..340da7233 100644
--- a/english/python-net/aspose.tasks.visualization/fontstyles/_index.md
+++ b/english/python-net/aspose.tasks.visualization/fontstyles/_index.md
@@ -3,7 +3,7 @@ title: FontStyles
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 310
+weight: 320
url: /python-net/aspose.tasks.visualization/fontstyles/
---
diff --git a/english/python-net/aspose.tasks.visualization/ganttbarendshape/_index.md b/english/python-net/aspose.tasks.visualization/ganttbarendshape/_index.md
index 8a44b6184..929def3de 100644
--- a/english/python-net/aspose.tasks.visualization/ganttbarendshape/_index.md
+++ b/english/python-net/aspose.tasks.visualization/ganttbarendshape/_index.md
@@ -3,7 +3,7 @@ title: GanttBarEndShape
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 320
+weight: 330
url: /python-net/aspose.tasks.visualization/ganttbarendshape/
---
diff --git a/english/python-net/aspose.tasks.visualization/ganttbarfillpattern/_index.md b/english/python-net/aspose.tasks.visualization/ganttbarfillpattern/_index.md
index 783c176f8..e36994545 100644
--- a/english/python-net/aspose.tasks.visualization/ganttbarfillpattern/_index.md
+++ b/english/python-net/aspose.tasks.visualization/ganttbarfillpattern/_index.md
@@ -3,7 +3,7 @@ title: GanttBarFillPattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 330
+weight: 340
url: /python-net/aspose.tasks.visualization/ganttbarfillpattern/
---
diff --git a/english/python-net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md b/english/python-net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md
index 0d521496e..30317d28a 100644
--- a/english/python-net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md
+++ b/english/python-net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md
@@ -3,7 +3,7 @@ title: GanttBarMiddleShape
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 340
+weight: 350
url: /python-net/aspose.tasks.visualization/ganttbarmiddleshape/
---
diff --git a/english/python-net/aspose.tasks.visualization/ganttbarshowfor/_index.md b/english/python-net/aspose.tasks.visualization/ganttbarshowfor/_index.md
index 6e728974d..414d0eb99 100644
--- a/english/python-net/aspose.tasks.visualization/ganttbarshowfor/_index.md
+++ b/english/python-net/aspose.tasks.visualization/ganttbarshowfor/_index.md
@@ -3,7 +3,7 @@ title: GanttBarShowFor
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 350
+weight: 360
url: /python-net/aspose.tasks.visualization/ganttbarshowfor/
---
diff --git a/english/python-net/aspose.tasks.visualization/ganttbartype/_index.md b/english/python-net/aspose.tasks.visualization/ganttbartype/_index.md
index 67749e8f9..c02344630 100644
--- a/english/python-net/aspose.tasks.visualization/ganttbartype/_index.md
+++ b/english/python-net/aspose.tasks.visualization/ganttbartype/_index.md
@@ -3,7 +3,7 @@ title: GanttBarType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 360
+weight: 370
url: /python-net/aspose.tasks.visualization/ganttbartype/
---
diff --git a/english/python-net/aspose.tasks.visualization/gridlinetype/_index.md b/english/python-net/aspose.tasks.visualization/gridlinetype/_index.md
index f78be2d43..2b8950eeb 100644
--- a/english/python-net/aspose.tasks.visualization/gridlinetype/_index.md
+++ b/english/python-net/aspose.tasks.visualization/gridlinetype/_index.md
@@ -3,7 +3,7 @@ title: GridlineType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 370
+weight: 380
url: /python-net/aspose.tasks.visualization/gridlinetype/
---
diff --git a/english/python-net/aspose.tasks.visualization/horizontalalignment/_index.md b/english/python-net/aspose.tasks.visualization/horizontalalignment/_index.md
index 6824fc60a..ff21fc563 100644
--- a/english/python-net/aspose.tasks.visualization/horizontalalignment/_index.md
+++ b/english/python-net/aspose.tasks.visualization/horizontalalignment/_index.md
@@ -3,7 +3,7 @@ title: HorizontalAlignment
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 380
+weight: 390
url: /python-net/aspose.tasks.visualization/horizontalalignment/
---
diff --git a/english/python-net/aspose.tasks.visualization/horizontalstringalignment/_index.md b/english/python-net/aspose.tasks.visualization/horizontalstringalignment/_index.md
index 2aeb4f70d..0af2f9c9e 100644
--- a/english/python-net/aspose.tasks.visualization/horizontalstringalignment/_index.md
+++ b/english/python-net/aspose.tasks.visualization/horizontalstringalignment/_index.md
@@ -3,7 +3,7 @@ title: HorizontalStringAlignment
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 390
+weight: 400
url: /python-net/aspose.tasks.visualization/horizontalstringalignment/
---
diff --git a/english/python-net/aspose.tasks.visualization/interval/_index.md b/english/python-net/aspose.tasks.visualization/interval/_index.md
index 21fa5bdb6..3d515a6e9 100644
--- a/english/python-net/aspose.tasks.visualization/interval/_index.md
+++ b/english/python-net/aspose.tasks.visualization/interval/_index.md
@@ -3,7 +3,7 @@ title: Interval
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 400
+weight: 410
url: /python-net/aspose.tasks.visualization/interval/
---
diff --git a/english/python-net/aspose.tasks.visualization/legend/_index.md b/english/python-net/aspose.tasks.visualization/legend/_index.md
index 91c6a5142..03a8e878a 100644
--- a/english/python-net/aspose.tasks.visualization/legend/_index.md
+++ b/english/python-net/aspose.tasks.visualization/legend/_index.md
@@ -3,7 +3,7 @@ title: Legend
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 410
+weight: 420
url: /python-net/aspose.tasks.visualization/legend/
---
diff --git a/english/python-net/aspose.tasks.visualization/linepattern/_index.md b/english/python-net/aspose.tasks.visualization/linepattern/_index.md
index c7e3ccd27..1c177784a 100644
--- a/english/python-net/aspose.tasks.visualization/linepattern/_index.md
+++ b/english/python-net/aspose.tasks.visualization/linepattern/_index.md
@@ -3,7 +3,7 @@ title: LinePattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 420
+weight: 430
url: /python-net/aspose.tasks.visualization/linepattern/
---
diff --git a/english/python-net/aspose.tasks.visualization/pagelegenditem/_index.md b/english/python-net/aspose.tasks.visualization/pagelegenditem/_index.md
new file mode 100644
index 000000000..7f5c7648b
--- /dev/null
+++ b/english/python-net/aspose.tasks.visualization/pagelegenditem/_index.md
@@ -0,0 +1,29 @@
+---
+title: PageLegendItem
+second_title: Aspose.Tasks for Python via .NET API Reference
+description:
+type: docs
+weight: 120
+url: /python-net/aspose.tasks.visualization/pagelegenditem/
+---
+
+## PageLegendItem class
+
+Represents an item of page legend of Gantt chart.
+
+The PageLegendItem type exposes the following members:
+## Constructors
+| Name | Description |
+| :- | :- |
+|PageLegendItem(item_type, title)|Initializes a new instance of the [PageLegendItem](/tasks/python-net/aspose.tasks.visualization/pagelegenditem/) class.|
+## Properties
+| Name | Description |
+| :- | :- |
+|item_type|Gets type of the item.|
+|title|Gets text label of the item.|
+
+### See Also
+
+* namespace [aspose.tasks.visualization](/tasks/python-net/aspose.tasks.visualization/)
+* assembly [Aspose.Tasks](/tasks/python-net/)
+
diff --git a/english/python-net/aspose.tasks.visualization/pagemargins/_index.md b/english/python-net/aspose.tasks.visualization/pagemargins/_index.md
index 73c32db2e..bd9e560db 100644
--- a/english/python-net/aspose.tasks.visualization/pagemargins/_index.md
+++ b/english/python-net/aspose.tasks.visualization/pagemargins/_index.md
@@ -3,7 +3,7 @@ title: PageMargins
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 120
+weight: 130
url: /python-net/aspose.tasks.visualization/pagemargins/
---
diff --git a/english/python-net/aspose.tasks.visualization/pagesettings/_index.md b/english/python-net/aspose.tasks.visualization/pagesettings/_index.md
index 45d9cf654..7d506e08f 100644
--- a/english/python-net/aspose.tasks.visualization/pagesettings/_index.md
+++ b/english/python-net/aspose.tasks.visualization/pagesettings/_index.md
@@ -3,7 +3,7 @@ title: PageSettings
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 130
+weight: 140
url: /python-net/aspose.tasks.visualization/pagesettings/
---
diff --git a/english/python-net/aspose.tasks.visualization/pagesize/_index.md b/english/python-net/aspose.tasks.visualization/pagesize/_index.md
index 652b96e5f..6c9986a42 100644
--- a/english/python-net/aspose.tasks.visualization/pagesize/_index.md
+++ b/english/python-net/aspose.tasks.visualization/pagesize/_index.md
@@ -3,7 +3,7 @@ title: PageSize
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 430
+weight: 440
url: /python-net/aspose.tasks.visualization/pagesize/
---
diff --git a/english/python-net/aspose.tasks.visualization/pageviewsettings/_index.md b/english/python-net/aspose.tasks.visualization/pageviewsettings/_index.md
index 70c8f8489..1f7383ee8 100644
--- a/english/python-net/aspose.tasks.visualization/pageviewsettings/_index.md
+++ b/english/python-net/aspose.tasks.visualization/pageviewsettings/_index.md
@@ -3,7 +3,7 @@ title: PageViewSettings
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 140
+weight: 150
url: /python-net/aspose.tasks.visualization/pageviewsettings/
---
diff --git a/english/python-net/aspose.tasks.visualization/presentationformat/_index.md b/english/python-net/aspose.tasks.visualization/presentationformat/_index.md
index 5ca1d2fb4..34ce126d7 100644
--- a/english/python-net/aspose.tasks.visualization/presentationformat/_index.md
+++ b/english/python-net/aspose.tasks.visualization/presentationformat/_index.md
@@ -3,7 +3,7 @@ title: PresentationFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 440
+weight: 450
url: /python-net/aspose.tasks.visualization/presentationformat/
---
diff --git a/english/python-net/aspose.tasks.visualization/printerpapersize/_index.md b/english/python-net/aspose.tasks.visualization/printerpapersize/_index.md
index 5c7125f18..5c4bd5241 100644
--- a/english/python-net/aspose.tasks.visualization/printerpapersize/_index.md
+++ b/english/python-net/aspose.tasks.visualization/printerpapersize/_index.md
@@ -3,7 +3,7 @@ title: PrinterPaperSize
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 450
+weight: 460
url: /python-net/aspose.tasks.visualization/printerpapersize/
---
diff --git a/english/python-net/aspose.tasks.visualization/progresslines/_index.md b/english/python-net/aspose.tasks.visualization/progresslines/_index.md
index 60ffe1c74..a0f397f9a 100644
--- a/english/python-net/aspose.tasks.visualization/progresslines/_index.md
+++ b/english/python-net/aspose.tasks.visualization/progresslines/_index.md
@@ -3,7 +3,7 @@ title: ProgressLines
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 150
+weight: 160
url: /python-net/aspose.tasks.visualization/progresslines/
---
diff --git a/english/python-net/aspose.tasks.visualization/projectview/_index.md b/english/python-net/aspose.tasks.visualization/projectview/_index.md
index 398f1734e..239a58b89 100644
--- a/english/python-net/aspose.tasks.visualization/projectview/_index.md
+++ b/english/python-net/aspose.tasks.visualization/projectview/_index.md
@@ -3,7 +3,7 @@ title: ProjectView
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 160
+weight: 170
url: /python-net/aspose.tasks.visualization/projectview/
---
diff --git a/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md b/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md
index 48f011b95..2b91c3b83 100644
--- a/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md
+++ b/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md
@@ -3,7 +3,7 @@ title: RecurringInterval
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 170
+weight: 180
url: /python-net/aspose.tasks.visualization/recurringinterval/
---
diff --git a/english/python-net/aspose.tasks.visualization/reporttype/_index.md b/english/python-net/aspose.tasks.visualization/reporttype/_index.md
index dda2c727d..ad288a450 100644
--- a/english/python-net/aspose.tasks.visualization/reporttype/_index.md
+++ b/english/python-net/aspose.tasks.visualization/reporttype/_index.md
@@ -3,7 +3,7 @@ title: ReportType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 460
+weight: 470
url: /python-net/aspose.tasks.visualization/reporttype/
---
diff --git a/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md b/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md
index 51db4dea0..4c96a26bf 100644
--- a/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md
+++ b/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md
@@ -3,7 +3,7 @@ title: ResourceViewColumn
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 180
+weight: 190
url: /python-net/aspose.tasks.visualization/resourceviewcolumn/
---
diff --git a/english/python-net/aspose.tasks.visualization/shape/_index.md b/english/python-net/aspose.tasks.visualization/shape/_index.md
index f15a7cc44..438bffbec 100644
--- a/english/python-net/aspose.tasks.visualization/shape/_index.md
+++ b/english/python-net/aspose.tasks.visualization/shape/_index.md
@@ -3,7 +3,7 @@ title: Shape
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 470
+weight: 480
url: /python-net/aspose.tasks.visualization/shape/
---
diff --git a/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md b/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md
index cba22596e..acc3e6968 100644
--- a/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md
+++ b/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md
@@ -3,7 +3,7 @@ title: TableTextStyle
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 190
+weight: 200
url: /python-net/aspose.tasks.visualization/tabletextstyle/
---
diff --git a/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md b/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md
index 478988ca1..77f15dcb3 100644
--- a/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md
+++ b/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md
@@ -3,7 +3,7 @@ title: TaskTextStyleEventArgs
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 200
+weight: 210
url: /python-net/aspose.tasks.visualization/tasktextstyleeventargs/
---
diff --git a/english/python-net/aspose.tasks.visualization/textitemtype/_index.md b/english/python-net/aspose.tasks.visualization/textitemtype/_index.md
index c5973c03f..be8e5bd77 100644
--- a/english/python-net/aspose.tasks.visualization/textitemtype/_index.md
+++ b/english/python-net/aspose.tasks.visualization/textitemtype/_index.md
@@ -3,7 +3,7 @@ title: TextItemType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 480
+weight: 490
url: /python-net/aspose.tasks.visualization/textitemtype/
---
diff --git a/english/python-net/aspose.tasks.visualization/textstyle/_index.md b/english/python-net/aspose.tasks.visualization/textstyle/_index.md
index 88e0091c5..c4fc5cf0b 100644
--- a/english/python-net/aspose.tasks.visualization/textstyle/_index.md
+++ b/english/python-net/aspose.tasks.visualization/textstyle/_index.md
@@ -3,7 +3,7 @@ title: TextStyle
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 210
+weight: 220
url: /python-net/aspose.tasks.visualization/textstyle/
---
diff --git a/english/python-net/aspose.tasks.visualization/timescale/_index.md b/english/python-net/aspose.tasks.visualization/timescale/_index.md
index a1a81171f..e1aa94ca2 100644
--- a/english/python-net/aspose.tasks.visualization/timescale/_index.md
+++ b/english/python-net/aspose.tasks.visualization/timescale/_index.md
@@ -3,7 +3,7 @@ title: Timescale
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 490
+weight: 500
url: /python-net/aspose.tasks.visualization/timescale/
---
diff --git a/english/python-net/aspose.tasks.visualization/timescalefitbehavior/_index.md b/english/python-net/aspose.tasks.visualization/timescalefitbehavior/_index.md
index fbbeeca36..f9d033db1 100644
--- a/english/python-net/aspose.tasks.visualization/timescalefitbehavior/_index.md
+++ b/english/python-net/aspose.tasks.visualization/timescalefitbehavior/_index.md
@@ -3,7 +3,7 @@ title: TimescaleFitBehavior
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 500
+weight: 510
url: /python-net/aspose.tasks.visualization/timescalefitbehavior/
---
@@ -17,7 +17,7 @@ Represents a behavior used to align timescale area with page width.
|DEFINED_IN_VIEW|Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.|
|NO_SCALE_TO_END_DATE|Calendar section is rendered exactly to EndDate, even there is an empty space on a page.|
|NO_SCALE_TO_END_OF_PAGE|Calendar section is rendered to the end (right side) of the last page.
Thus last rendered date may exceed EndDate.|
-|SCALE_TO_END_OF_PAGE|Calendar section is scaled so that EndDate is aligned with the end (right side) of the last page.
Corresponds to MS Project's "Page Setup \ View \ Fit timescale to end of page" option enabled.|
+|SCALE_TO_END_OF_PAGE|Rendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page.
Corresponds to MS Project's "Page Setup \ View \ Fit timescale to end of page" option enabled.|
### See Also
diff --git a/english/python-net/aspose.tasks.visualization/timescaletier/_index.md b/english/python-net/aspose.tasks.visualization/timescaletier/_index.md
index 3c4e41264..2692122e2 100644
--- a/english/python-net/aspose.tasks.visualization/timescaletier/_index.md
+++ b/english/python-net/aspose.tasks.visualization/timescaletier/_index.md
@@ -3,7 +3,7 @@ title: TimescaleTier
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 220
+weight: 230
url: /python-net/aspose.tasks.visualization/timescaletier/
---
diff --git a/english/python-net/aspose.tasks.visualization/timescaleunit/_index.md b/english/python-net/aspose.tasks.visualization/timescaleunit/_index.md
index 0924a77b2..9a8fdf0db 100644
--- a/english/python-net/aspose.tasks.visualization/timescaleunit/_index.md
+++ b/english/python-net/aspose.tasks.visualization/timescaleunit/_index.md
@@ -3,7 +3,7 @@ title: TimescaleUnit
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 510
+weight: 520
url: /python-net/aspose.tasks.visualization/timescaleunit/
---
diff --git a/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md b/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md
index 10ea3b6a9..1af3b94b5 100644
--- a/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md
+++ b/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md
@@ -3,7 +3,7 @@ title: ViewColumn
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 230
+weight: 240
url: /python-net/aspose.tasks.visualization/viewcolumn/
---
diff --git a/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md b/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md
index ba66f8282..d3382e58e 100644
--- a/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md
+++ b/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md
@@ -3,7 +3,7 @@ title: VisualObjectPlacement
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 240
+weight: 250
url: /python-net/aspose.tasks.visualization/visualobjectplacement/
---
diff --git a/english/python-net/aspose.tasks/_index.md b/english/python-net/aspose.tasks/_index.md
index 6cb72ea85..f7f76ca2d 100644
--- a/english/python-net/aspose.tasks/_index.md
+++ b/english/python-net/aspose.tasks/_index.md
@@ -59,6 +59,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic
|[GroupCollection](/tasks/python-net/aspose.tasks/groupcollection/)|Contains a list of [Group](/tasks/python-net/aspose.tasks/group/) objects.
Implements ICollection interface.|
|[GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/)|Represents a criterion in a group definition.
The GroupCriterion object is a member of the [GroupCriterionCollection](/tasks/python-net/aspose.tasks/groupcriterioncollection/) collection.|
|[GroupCriterionCollection](/tasks/python-net/aspose.tasks/groupcriterioncollection/)|Contains a collection of [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) objects.
Implements ICollection interface.|
+|[ICalendar](/tasks/python-net/aspose.tasks/icalendar/)|Represents a calendar abstraction which can be used for various calculations of dates and durations.|
|[ICssSavingCallback](/tasks/python-net/aspose.tasks/icsssavingcallback/)|Represents a callback that is called to create resource to store CSS.|
|[IFontSavingCallback](/tasks/python-net/aspose.tasks/ifontsavingcallback/)|Represents a callback that is called to create resource to store fonts.|
|[IImageSavingCallback](/tasks/python-net/aspose.tasks/iimagesavingcallback/)|Represents a callback that is called to create resource to store images.|
diff --git a/english/python-net/aspose.tasks/applicationinfo/_index.md b/english/python-net/aspose.tasks/applicationinfo/_index.md
index 8b242de04..a6dbc4e26 100644
--- a/english/python-net/aspose.tasks/applicationinfo/_index.md
+++ b/english/python-net/aspose.tasks/applicationinfo/_index.md
@@ -3,7 +3,7 @@ title: ApplicationInfo
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2240
+weight: 2260
url: /python-net/aspose.tasks/applicationinfo/
---
diff --git a/english/python-net/aspose.tasks/backgroundpattern/_index.md b/english/python-net/aspose.tasks/backgroundpattern/_index.md
index 2d7647aa5..b5a3acdf7 100644
--- a/english/python-net/aspose.tasks/backgroundpattern/_index.md
+++ b/english/python-net/aspose.tasks/backgroundpattern/_index.md
@@ -3,7 +3,7 @@ title: BackgroundPattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2250
+weight: 2270
url: /python-net/aspose.tasks/backgroundpattern/
---
diff --git a/english/python-net/aspose.tasks/baselinetype/_index.md b/english/python-net/aspose.tasks/baselinetype/_index.md
index 02b72f955..52aee2e0b 100644
--- a/english/python-net/aspose.tasks/baselinetype/_index.md
+++ b/english/python-net/aspose.tasks/baselinetype/_index.md
@@ -3,7 +3,7 @@ title: BaselineType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2260
+weight: 2280
url: /python-net/aspose.tasks/baselinetype/
---
diff --git a/english/python-net/aspose.tasks/bookingtype/_index.md b/english/python-net/aspose.tasks/bookingtype/_index.md
index ed669a13d..ebb546972 100644
--- a/english/python-net/aspose.tasks/bookingtype/_index.md
+++ b/english/python-net/aspose.tasks/bookingtype/_index.md
@@ -3,7 +3,7 @@ title: BookingType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2270
+weight: 2290
url: /python-net/aspose.tasks/bookingtype/
---
diff --git a/english/python-net/aspose.tasks/calculationmode/_index.md b/english/python-net/aspose.tasks/calculationmode/_index.md
index 18f0d0ea2..4664f0bd6 100644
--- a/english/python-net/aspose.tasks/calculationmode/_index.md
+++ b/english/python-net/aspose.tasks/calculationmode/_index.md
@@ -3,7 +3,7 @@ title: CalculationMode
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2280
+weight: 2300
url: /python-net/aspose.tasks/calculationmode/
---
diff --git a/english/python-net/aspose.tasks/calculationtype/_index.md b/english/python-net/aspose.tasks/calculationtype/_index.md
index 8fd5be666..eeee1ea0f 100644
--- a/english/python-net/aspose.tasks/calculationtype/_index.md
+++ b/english/python-net/aspose.tasks/calculationtype/_index.md
@@ -3,7 +3,7 @@ title: CalculationType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2290
+weight: 2310
url: /python-net/aspose.tasks/calculationtype/
---
diff --git a/english/python-net/aspose.tasks/calendar/_index.md b/english/python-net/aspose.tasks/calendar/_index.md
index dad240893..7f1e3236a 100644
--- a/english/python-net/aspose.tasks/calendar/_index.md
+++ b/english/python-net/aspose.tasks/calendar/_index.md
@@ -27,21 +27,22 @@ The Calendar type exposes the following members:
## Methods
| Name | Description |
| :- | :- |
-|get_start_date_from_finish_and_duration(finish, duration)|Returns StartDate based on specified FinishDate and Duration.|
-|get_start_date_from_finish_and_duration(finish, duration)|Returns StartDate based on specified FinishDate and Duration.|
-|get_working_hours(start, finish)|Return working hours for the specified dates.|
-|get_working_hours(dt)|Return working hours for the specified dates.|
+|get_start_date_from_finish_and_duration(finish, duration)|Returns start date based on the specified finish date and duration.|
+|get_start_date_from_finish_and_duration(finish, duration)|Returns start date based on specified finish date and duration.|
+|get_working_hours(start, finish)|Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval.|
+|get_working_hours(dt)|Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval.|
|get_finish_date_by_start_and_work(start, work)|Calculates the date when the specified amount of work time will pass according to the calendar.|
|get_finish_date_by_start_and_work(start, work)|Calculates the date when the specified amount of work time will pass according to the calendar.|
+|get_intersection_calendar(calendar1, calendar2)|Gets [ICalendar](/tasks/python-net/aspose.tasks/icalendar/) instance which can be used to perform calculations on the intersection of work schedules of 2 calendars.|
|make_standard_calendar(calendar)|Creates default standard calendar.|
|make_24_hour_calendar(calendar)|Makes a given Calendar to be a 24Hour Calendar.
24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours.|
|make_night_shift_calendar(calendar)|Makes a given Calendar as Night Shift Calendar.|
|delete()|Removes calendar from project.|
-|is_day_working(dt)|Determines whether the day is working day.|
-|get_task_finish_date_from_duration(task, duration)|Calculates the task finish date and time from its start date, split parts and the duration.|
+|is_day_working(dt)|Determines whether the specified day is a working day according to the calendar.|
+|get_task_finish_date_from_duration(task, duration)|Calculates the task finish date and time from its start date, split parts and the work duration.|
|get_working_times(dt)|Returns [WorkingTimeCollection](/tasks/python-net/aspose.tasks/workingtimecollection/) of working times for the specified date.|
-|get_previous_working_day_end(date)|Calculates previous working date end from the specified date.|
-|get_next_working_day_start(date)|Calculates next working day start from the date.|
+|get_previous_working_day_end(date)|Calculates the end of the previous working date from the specified date.|
+|get_next_working_day_start(date)|Calculates next working day start for the specified date.|
### See Also
diff --git a/english/python-net/aspose.tasks/calendarexceptiontype/_index.md b/english/python-net/aspose.tasks/calendarexceptiontype/_index.md
index 46db09c07..cde3835e4 100644
--- a/english/python-net/aspose.tasks/calendarexceptiontype/_index.md
+++ b/english/python-net/aspose.tasks/calendarexceptiontype/_index.md
@@ -3,7 +3,7 @@ title: CalendarExceptionType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2300
+weight: 2320
url: /python-net/aspose.tasks/calendarexceptiontype/
---
diff --git a/english/python-net/aspose.tasks/constrainttype/_index.md b/english/python-net/aspose.tasks/constrainttype/_index.md
index 9c2d186f7..29a1c3d6a 100644
--- a/english/python-net/aspose.tasks/constrainttype/_index.md
+++ b/english/python-net/aspose.tasks/constrainttype/_index.md
@@ -3,7 +3,7 @@ title: ConstraintType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2310
+weight: 2330
url: /python-net/aspose.tasks/constrainttype/
---
diff --git a/english/python-net/aspose.tasks/costaccrualtype/_index.md b/english/python-net/aspose.tasks/costaccrualtype/_index.md
index f77c1f1ba..191080f13 100644
--- a/english/python-net/aspose.tasks/costaccrualtype/_index.md
+++ b/english/python-net/aspose.tasks/costaccrualtype/_index.md
@@ -3,7 +3,7 @@ title: CostAccrualType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2320
+weight: 2340
url: /python-net/aspose.tasks/costaccrualtype/
---
diff --git a/english/python-net/aspose.tasks/currencysymbolpositiontype/_index.md b/english/python-net/aspose.tasks/currencysymbolpositiontype/_index.md
index dd6814d49..544609cf7 100644
--- a/english/python-net/aspose.tasks/currencysymbolpositiontype/_index.md
+++ b/english/python-net/aspose.tasks/currencysymbolpositiontype/_index.md
@@ -3,7 +3,7 @@ title: CurrencySymbolPositionType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2330
+weight: 2350
url: /python-net/aspose.tasks/currencysymbolpositiontype/
---
diff --git a/english/python-net/aspose.tasks/customfieldtype/_index.md b/english/python-net/aspose.tasks/customfieldtype/_index.md
index 6a97e92cf..952706eb0 100644
--- a/english/python-net/aspose.tasks/customfieldtype/_index.md
+++ b/english/python-net/aspose.tasks/customfieldtype/_index.md
@@ -3,7 +3,7 @@ title: CustomFieldType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2340
+weight: 2360
url: /python-net/aspose.tasks/customfieldtype/
---
diff --git a/english/python-net/aspose.tasks/dateformat/_index.md b/english/python-net/aspose.tasks/dateformat/_index.md
index f21d27414..0330fae76 100644
--- a/english/python-net/aspose.tasks/dateformat/_index.md
+++ b/english/python-net/aspose.tasks/dateformat/_index.md
@@ -3,7 +3,7 @@ title: DateFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2350
+weight: 2370
url: /python-net/aspose.tasks/dateformat/
---
diff --git a/english/python-net/aspose.tasks/daylabeldisplay/_index.md b/english/python-net/aspose.tasks/daylabeldisplay/_index.md
index 700834dfd..5d81257ae 100644
--- a/english/python-net/aspose.tasks/daylabeldisplay/_index.md
+++ b/english/python-net/aspose.tasks/daylabeldisplay/_index.md
@@ -3,7 +3,7 @@ title: DayLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2360
+weight: 2380
url: /python-net/aspose.tasks/daylabeldisplay/
---
diff --git a/english/python-net/aspose.tasks/daytype/_index.md b/english/python-net/aspose.tasks/daytype/_index.md
index 707f7120c..a27ffdee0 100644
--- a/english/python-net/aspose.tasks/daytype/_index.md
+++ b/english/python-net/aspose.tasks/daytype/_index.md
@@ -3,7 +3,7 @@ title: DayType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2370
+weight: 2390
url: /python-net/aspose.tasks/daytype/
---
diff --git a/english/python-net/aspose.tasks/earnedvaluemethodtype/_index.md b/english/python-net/aspose.tasks/earnedvaluemethodtype/_index.md
index 09721df08..1d009f8db 100644
--- a/english/python-net/aspose.tasks/earnedvaluemethodtype/_index.md
+++ b/english/python-net/aspose.tasks/earnedvaluemethodtype/_index.md
@@ -3,7 +3,7 @@ title: EarnedValueMethodType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2380
+weight: 2400
url: /python-net/aspose.tasks/earnedvaluemethodtype/
---
diff --git a/english/python-net/aspose.tasks/elementtype/_index.md b/english/python-net/aspose.tasks/elementtype/_index.md
index 5aedde741..a9924a010 100644
--- a/english/python-net/aspose.tasks/elementtype/_index.md
+++ b/english/python-net/aspose.tasks/elementtype/_index.md
@@ -3,7 +3,7 @@ title: ElementType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2390
+weight: 2410
url: /python-net/aspose.tasks/elementtype/
---
diff --git a/english/python-net/aspose.tasks/extendedattributeresource/_index.md b/english/python-net/aspose.tasks/extendedattributeresource/_index.md
index f074753d1..d11ba8d95 100644
--- a/english/python-net/aspose.tasks/extendedattributeresource/_index.md
+++ b/english/python-net/aspose.tasks/extendedattributeresource/_index.md
@@ -3,7 +3,7 @@ title: ExtendedAttributeResource
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2400
+weight: 2420
url: /python-net/aspose.tasks/extendedattributeresource/
---
diff --git a/english/python-net/aspose.tasks/extendedattributetask/_index.md b/english/python-net/aspose.tasks/extendedattributetask/_index.md
index 5ebd2d10c..8c62441bf 100644
--- a/english/python-net/aspose.tasks/extendedattributetask/_index.md
+++ b/english/python-net/aspose.tasks/extendedattributetask/_index.md
@@ -3,7 +3,7 @@ title: ExtendedAttributeTask
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2410
+weight: 2430
url: /python-net/aspose.tasks/extendedattributetask/
---
diff --git a/english/python-net/aspose.tasks/field/_index.md b/english/python-net/aspose.tasks/field/_index.md
index 26e87919d..9ed99282b 100644
--- a/english/python-net/aspose.tasks/field/_index.md
+++ b/english/python-net/aspose.tasks/field/_index.md
@@ -3,7 +3,7 @@ title: Field
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2420
+weight: 2440
url: /python-net/aspose.tasks/field/
---
diff --git a/english/python-net/aspose.tasks/fileformat/_index.md b/english/python-net/aspose.tasks/fileformat/_index.md
index 5ce5ca932..a515c533e 100644
--- a/english/python-net/aspose.tasks/fileformat/_index.md
+++ b/english/python-net/aspose.tasks/fileformat/_index.md
@@ -3,7 +3,7 @@ title: FileFormat
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2430
+weight: 2450
url: /python-net/aspose.tasks/fileformat/
---
diff --git a/english/python-net/aspose.tasks/filtercomparisontype/_index.md b/english/python-net/aspose.tasks/filtercomparisontype/_index.md
index 30d700169..b34941ca5 100644
--- a/english/python-net/aspose.tasks/filtercomparisontype/_index.md
+++ b/english/python-net/aspose.tasks/filtercomparisontype/_index.md
@@ -3,7 +3,7 @@ title: FilterComparisonType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2440
+weight: 2460
url: /python-net/aspose.tasks/filtercomparisontype/
---
diff --git a/english/python-net/aspose.tasks/filteroperation/_index.md b/english/python-net/aspose.tasks/filteroperation/_index.md
index 8408c65fa..028307af3 100644
--- a/english/python-net/aspose.tasks/filteroperation/_index.md
+++ b/english/python-net/aspose.tasks/filteroperation/_index.md
@@ -3,7 +3,7 @@ title: FilterOperation
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2450
+weight: 2470
url: /python-net/aspose.tasks/filteroperation/
---
diff --git a/english/python-net/aspose.tasks/fontfacetype/_index.md b/english/python-net/aspose.tasks/fontfacetype/_index.md
index 66a03d8a6..beb4ca784 100644
--- a/english/python-net/aspose.tasks/fontfacetype/_index.md
+++ b/english/python-net/aspose.tasks/fontfacetype/_index.md
@@ -3,7 +3,7 @@ title: FontFaceType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2460
+weight: 2480
url: /python-net/aspose.tasks/fontfacetype/
---
diff --git a/english/python-net/aspose.tasks/ganttbarsize/_index.md b/english/python-net/aspose.tasks/ganttbarsize/_index.md
index 7084a9696..c0a21a60f 100644
--- a/english/python-net/aspose.tasks/ganttbarsize/_index.md
+++ b/english/python-net/aspose.tasks/ganttbarsize/_index.md
@@ -3,7 +3,7 @@ title: GanttBarSize
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2470
+weight: 2490
url: /python-net/aspose.tasks/ganttbarsize/
---
diff --git a/english/python-net/aspose.tasks/graphicalindicatorcriteriatype/_index.md b/english/python-net/aspose.tasks/graphicalindicatorcriteriatype/_index.md
index 8ce01a136..e79cfa921 100644
--- a/english/python-net/aspose.tasks/graphicalindicatorcriteriatype/_index.md
+++ b/english/python-net/aspose.tasks/graphicalindicatorcriteriatype/_index.md
@@ -3,7 +3,7 @@ title: GraphicalIndicatorCriteriaType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2480
+weight: 2500
url: /python-net/aspose.tasks/graphicalindicatorcriteriatype/
---
diff --git a/english/python-net/aspose.tasks/groupon/_index.md b/english/python-net/aspose.tasks/groupon/_index.md
index 964826a44..fa8903d4b 100644
--- a/english/python-net/aspose.tasks/groupon/_index.md
+++ b/english/python-net/aspose.tasks/groupon/_index.md
@@ -3,7 +3,7 @@ title: GroupOn
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2490
+weight: 2510
url: /python-net/aspose.tasks/groupon/
---
diff --git a/english/python-net/aspose.tasks/hourlabeldisplay/_index.md b/english/python-net/aspose.tasks/hourlabeldisplay/_index.md
index 6368b0ea7..e2e42ef45 100644
--- a/english/python-net/aspose.tasks/hourlabeldisplay/_index.md
+++ b/english/python-net/aspose.tasks/hourlabeldisplay/_index.md
@@ -3,7 +3,7 @@ title: HourLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2500
+weight: 2520
url: /python-net/aspose.tasks/hourlabeldisplay/
---
diff --git a/english/python-net/aspose.tasks/htmlimagetype/_index.md b/english/python-net/aspose.tasks/htmlimagetype/_index.md
index e0a68aaf9..0359a1e51 100644
--- a/english/python-net/aspose.tasks/htmlimagetype/_index.md
+++ b/english/python-net/aspose.tasks/htmlimagetype/_index.md
@@ -3,7 +3,7 @@ title: HtmlImageType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2510
+weight: 2530
url: /python-net/aspose.tasks/htmlimagetype/
---
diff --git a/english/python-net/aspose.tasks/icalendar/_index.md b/english/python-net/aspose.tasks/icalendar/_index.md
new file mode 100644
index 000000000..6be79ac95
--- /dev/null
+++ b/english/python-net/aspose.tasks/icalendar/_index.md
@@ -0,0 +1,34 @@
+---
+title: ICalendar
+second_title: Aspose.Tasks for Python via .NET API Reference
+description:
+type: docs
+weight: 470
+url: /python-net/aspose.tasks/icalendar/
+---
+
+## ICalendar class
+
+Represents a calendar abstraction which can be used for various calculations of dates and durations.
+
+The ICalendar type exposes the following members:
+## Methods
+| Name | Description |
+| :- | :- |
+|get_start_date_from_finish_and_duration(finish, duration)|Returns start date based on the specified finish date and duration.|
+|get_start_date_from_finish_and_duration(finish, duration)|Returns start date based on specified finish date and duration.|
+|get_working_hours(start, finish)|Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval.|
+|get_working_hours(dt)|Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval.|
+|get_finish_date_by_start_and_work(start, work)|Calculates the date when the specified amount of work time will pass according to the calendar.|
+|get_finish_date_by_start_and_work(start, work)|Calculates the date when the specified amount of work time will pass according to the calendar.|
+|is_day_working(dt)|Determines whether the specified day is a working day according to the calendar.|
+|get_task_finish_date_from_duration(task, duration)|Calculates the task finish date and time from its start date, split parts and the work duration.|
+|get_working_times(dt)|Returns [WorkingTimeCollection](/tasks/python-net/aspose.tasks/workingtimecollection/) of working times for the specified date.|
+|get_previous_working_day_end(date)|Calculates the end of the previous working date from the specified date.|
+|get_next_working_day_start(date)|Calculates next working day start for the specified date.|
+
+### See Also
+
+* namespace [aspose.tasks](/tasks/python-net/aspose.tasks/)
+* assembly [Aspose.Tasks](/tasks/python-net/)
+
diff --git a/english/python-net/aspose.tasks/icsssavingcallback/_index.md b/english/python-net/aspose.tasks/icsssavingcallback/_index.md
index 01b3b1c8b..ddc847c7f 100644
--- a/english/python-net/aspose.tasks/icsssavingcallback/_index.md
+++ b/english/python-net/aspose.tasks/icsssavingcallback/_index.md
@@ -3,7 +3,7 @@ title: ICssSavingCallback
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 470
+weight: 480
url: /python-net/aspose.tasks/icsssavingcallback/
---
diff --git a/english/python-net/aspose.tasks/ifontsavingcallback/_index.md b/english/python-net/aspose.tasks/ifontsavingcallback/_index.md
index 88b0ba464..d73d19d1e 100644
--- a/english/python-net/aspose.tasks/ifontsavingcallback/_index.md
+++ b/english/python-net/aspose.tasks/ifontsavingcallback/_index.md
@@ -3,7 +3,7 @@ title: IFontSavingCallback
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 480
+weight: 490
url: /python-net/aspose.tasks/ifontsavingcallback/
---
diff --git a/english/python-net/aspose.tasks/iimagesavingcallback/_index.md b/english/python-net/aspose.tasks/iimagesavingcallback/_index.md
index 76a171397..357faf4e3 100644
--- a/english/python-net/aspose.tasks/iimagesavingcallback/_index.md
+++ b/english/python-net/aspose.tasks/iimagesavingcallback/_index.md
@@ -3,7 +3,7 @@ title: IImageSavingCallback
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 490
+weight: 500
url: /python-net/aspose.tasks/iimagesavingcallback/
---
diff --git a/english/python-net/aspose.tasks/imagesavingargs/_index.md b/english/python-net/aspose.tasks/imagesavingargs/_index.md
index 0fc71698f..ae226c3f2 100644
--- a/english/python-net/aspose.tasks/imagesavingargs/_index.md
+++ b/english/python-net/aspose.tasks/imagesavingargs/_index.md
@@ -3,7 +3,7 @@ title: ImageSavingArgs
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 520
+weight: 530
url: /python-net/aspose.tasks/imagesavingargs/
---
diff --git a/english/python-net/aspose.tasks/imessagehandler/_index.md b/english/python-net/aspose.tasks/imessagehandler/_index.md
index e5a0a8e91..08e5d9aea 100644
--- a/english/python-net/aspose.tasks/imessagehandler/_index.md
+++ b/english/python-net/aspose.tasks/imessagehandler/_index.md
@@ -3,7 +3,7 @@ title: IMessageHandler
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 500
+weight: 510
url: /python-net/aspose.tasks/imessagehandler/
---
diff --git a/english/python-net/aspose.tasks/invalidpasswordexception/_index.md b/english/python-net/aspose.tasks/invalidpasswordexception/_index.md
index b377c02af..48165c6db 100644
--- a/english/python-net/aspose.tasks/invalidpasswordexception/_index.md
+++ b/english/python-net/aspose.tasks/invalidpasswordexception/_index.md
@@ -3,7 +3,7 @@ title: InvalidPasswordException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 530
+weight: 540
url: /python-net/aspose.tasks/invalidpasswordexception/
---
diff --git a/english/python-net/aspose.tasks/itemtype/_index.md b/english/python-net/aspose.tasks/itemtype/_index.md
index 7b2ef631d..39c12b1eb 100644
--- a/english/python-net/aspose.tasks/itemtype/_index.md
+++ b/english/python-net/aspose.tasks/itemtype/_index.md
@@ -3,7 +3,7 @@ title: ItemType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2520
+weight: 2540
url: /python-net/aspose.tasks/itemtype/
---
diff --git a/english/python-net/aspose.tasks/ivbamodule/_index.md b/english/python-net/aspose.tasks/ivbamodule/_index.md
index 0c0f72bc7..21b012814 100644
--- a/english/python-net/aspose.tasks/ivbamodule/_index.md
+++ b/english/python-net/aspose.tasks/ivbamodule/_index.md
@@ -3,7 +3,7 @@ title: IVbaModule
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 510
+weight: 520
url: /python-net/aspose.tasks/ivbamodule/
---
diff --git a/english/python-net/aspose.tasks/license/_index.md b/english/python-net/aspose.tasks/license/_index.md
index d4022dd0d..9bc21d421 100644
--- a/english/python-net/aspose.tasks/license/_index.md
+++ b/english/python-net/aspose.tasks/license/_index.md
@@ -3,7 +3,7 @@ title: License
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 540
+weight: 550
url: /python-net/aspose.tasks/license/
---
diff --git a/english/python-net/aspose.tasks/loadoptions/_index.md b/english/python-net/aspose.tasks/loadoptions/_index.md
index 97d9b7719..bead612aa 100644
--- a/english/python-net/aspose.tasks/loadoptions/_index.md
+++ b/english/python-net/aspose.tasks/loadoptions/_index.md
@@ -3,7 +3,7 @@ title: LoadOptions
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 550
+weight: 560
url: /python-net/aspose.tasks/loadoptions/
---
diff --git a/english/python-net/aspose.tasks/masktype/_index.md b/english/python-net/aspose.tasks/masktype/_index.md
index 380273490..723079395 100644
--- a/english/python-net/aspose.tasks/masktype/_index.md
+++ b/english/python-net/aspose.tasks/masktype/_index.md
@@ -3,7 +3,7 @@ title: MaskType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2530
+weight: 2550
url: /python-net/aspose.tasks/masktype/
---
diff --git a/english/python-net/aspose.tasks/messagelevel/_index.md b/english/python-net/aspose.tasks/messagelevel/_index.md
index d6d43aa59..83b4758e0 100644
--- a/english/python-net/aspose.tasks/messagelevel/_index.md
+++ b/english/python-net/aspose.tasks/messagelevel/_index.md
@@ -3,7 +3,7 @@ title: MessageLevel
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2540
+weight: 2560
url: /python-net/aspose.tasks/messagelevel/
---
diff --git a/english/python-net/aspose.tasks/metered/_index.md b/english/python-net/aspose.tasks/metered/_index.md
index 3a4edbcf6..b7a5223ef 100644
--- a/english/python-net/aspose.tasks/metered/_index.md
+++ b/english/python-net/aspose.tasks/metered/_index.md
@@ -3,7 +3,7 @@ title: Metered
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 560
+weight: 570
url: /python-net/aspose.tasks/metered/
---
diff --git a/english/python-net/aspose.tasks/minutelabeldisplay/_index.md b/english/python-net/aspose.tasks/minutelabeldisplay/_index.md
index 5268377a2..d4311055a 100644
--- a/english/python-net/aspose.tasks/minutelabeldisplay/_index.md
+++ b/english/python-net/aspose.tasks/minutelabeldisplay/_index.md
@@ -3,7 +3,7 @@ title: MinuteLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2550
+weight: 2570
url: /python-net/aspose.tasks/minutelabeldisplay/
---
diff --git a/english/python-net/aspose.tasks/month/_index.md b/english/python-net/aspose.tasks/month/_index.md
index f06fdb8f0..9bd6d3b04 100644
--- a/english/python-net/aspose.tasks/month/_index.md
+++ b/english/python-net/aspose.tasks/month/_index.md
@@ -3,7 +3,7 @@ title: Month
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2560
+weight: 2580
url: /python-net/aspose.tasks/month/
---
diff --git a/english/python-net/aspose.tasks/monthitemtype/_index.md b/english/python-net/aspose.tasks/monthitemtype/_index.md
index 188ab7983..ca237a901 100644
--- a/english/python-net/aspose.tasks/monthitemtype/_index.md
+++ b/english/python-net/aspose.tasks/monthitemtype/_index.md
@@ -3,7 +3,7 @@ title: MonthItemType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2570
+weight: 2590
url: /python-net/aspose.tasks/monthitemtype/
---
diff --git a/english/python-net/aspose.tasks/monthlabeldisplay/_index.md b/english/python-net/aspose.tasks/monthlabeldisplay/_index.md
index 192adf0ea..93245bbbd 100644
--- a/english/python-net/aspose.tasks/monthlabeldisplay/_index.md
+++ b/english/python-net/aspose.tasks/monthlabeldisplay/_index.md
@@ -3,7 +3,7 @@ title: MonthLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2580
+weight: 2600
url: /python-net/aspose.tasks/monthlabeldisplay/
---
diff --git a/english/python-net/aspose.tasks/monthlyrecurrencepattern/_index.md b/english/python-net/aspose.tasks/monthlyrecurrencepattern/_index.md
index 62434ef02..2b3efe524 100644
--- a/english/python-net/aspose.tasks/monthlyrecurrencepattern/_index.md
+++ b/english/python-net/aspose.tasks/monthlyrecurrencepattern/_index.md
@@ -3,7 +3,7 @@ title: MonthlyRecurrencePattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 570
+weight: 580
url: /python-net/aspose.tasks/monthlyrecurrencepattern/
---
diff --git a/english/python-net/aspose.tasks/monthlyrepetitionbase/_index.md b/english/python-net/aspose.tasks/monthlyrepetitionbase/_index.md
index e76e1a396..0eebcaa16 100644
--- a/english/python-net/aspose.tasks/monthlyrepetitionbase/_index.md
+++ b/english/python-net/aspose.tasks/monthlyrepetitionbase/_index.md
@@ -3,7 +3,7 @@ title: MonthlyRepetitionBase
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 580
+weight: 590
url: /python-net/aspose.tasks/monthlyrepetitionbase/
---
diff --git a/english/python-net/aspose.tasks/monthposition/_index.md b/english/python-net/aspose.tasks/monthposition/_index.md
index 4cb96463a..90315fa37 100644
--- a/english/python-net/aspose.tasks/monthposition/_index.md
+++ b/english/python-net/aspose.tasks/monthposition/_index.md
@@ -3,7 +3,7 @@ title: MonthPosition
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2590
+weight: 2610
url: /python-net/aspose.tasks/monthposition/
---
diff --git a/english/python-net/aspose.tasks/noprinterinstalledexception/_index.md b/english/python-net/aspose.tasks/noprinterinstalledexception/_index.md
index 09808338b..de04c0986 100644
--- a/english/python-net/aspose.tasks/noprinterinstalledexception/_index.md
+++ b/english/python-net/aspose.tasks/noprinterinstalledexception/_index.md
@@ -3,7 +3,7 @@ title: NoPrinterInstalledException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 590
+weight: 600
url: /python-net/aspose.tasks/noprinterinstalledexception/
---
diff --git a/english/python-net/aspose.tasks/nullablebool/_index.md b/english/python-net/aspose.tasks/nullablebool/_index.md
index 44e62cb8a..5a06c5585 100644
--- a/english/python-net/aspose.tasks/nullablebool/_index.md
+++ b/english/python-net/aspose.tasks/nullablebool/_index.md
@@ -3,7 +3,7 @@ title: NullableBool
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 600
+weight: 610
url: /python-net/aspose.tasks/nullablebool/
---
diff --git a/english/python-net/aspose.tasks/oleobject/_index.md b/english/python-net/aspose.tasks/oleobject/_index.md
index 4f2b520a4..bdcdb1aef 100644
--- a/english/python-net/aspose.tasks/oleobject/_index.md
+++ b/english/python-net/aspose.tasks/oleobject/_index.md
@@ -3,7 +3,7 @@ title: OleObject
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 610
+weight: 620
url: /python-net/aspose.tasks/oleobject/
---
diff --git a/english/python-net/aspose.tasks/oleobjectcollection/_index.md b/english/python-net/aspose.tasks/oleobjectcollection/_index.md
index b97ac8689..eddf691e0 100644
--- a/english/python-net/aspose.tasks/oleobjectcollection/_index.md
+++ b/english/python-net/aspose.tasks/oleobjectcollection/_index.md
@@ -3,7 +3,7 @@ title: OleObjectCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 620
+weight: 630
url: /python-net/aspose.tasks/oleobjectcollection/
---
diff --git a/english/python-net/aspose.tasks/ordinalnumber/_index.md b/english/python-net/aspose.tasks/ordinalnumber/_index.md
index ac1ac9602..d76a49ca8 100644
--- a/english/python-net/aspose.tasks/ordinalnumber/_index.md
+++ b/english/python-net/aspose.tasks/ordinalnumber/_index.md
@@ -3,7 +3,7 @@ title: OrdinalNumber
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2600
+weight: 2620
url: /python-net/aspose.tasks/ordinalnumber/
---
diff --git a/english/python-net/aspose.tasks/outlinecode/_index.md b/english/python-net/aspose.tasks/outlinecode/_index.md
index d83541411..3ad9755ec 100644
--- a/english/python-net/aspose.tasks/outlinecode/_index.md
+++ b/english/python-net/aspose.tasks/outlinecode/_index.md
@@ -3,7 +3,7 @@ title: OutlineCode
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 630
+weight: 640
url: /python-net/aspose.tasks/outlinecode/
---
diff --git a/english/python-net/aspose.tasks/outlinecodecollection/_index.md b/english/python-net/aspose.tasks/outlinecodecollection/_index.md
index 39769e349..1901d57c2 100644
--- a/english/python-net/aspose.tasks/outlinecodecollection/_index.md
+++ b/english/python-net/aspose.tasks/outlinecodecollection/_index.md
@@ -3,7 +3,7 @@ title: OutlineCodeCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 640
+weight: 650
url: /python-net/aspose.tasks/outlinecodecollection/
---
diff --git a/english/python-net/aspose.tasks/outlinecodedefinition/_index.md b/english/python-net/aspose.tasks/outlinecodedefinition/_index.md
index 7c6bf0f72..96fb218ca 100644
--- a/english/python-net/aspose.tasks/outlinecodedefinition/_index.md
+++ b/english/python-net/aspose.tasks/outlinecodedefinition/_index.md
@@ -3,7 +3,7 @@ title: OutlineCodeDefinition
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 650
+weight: 660
url: /python-net/aspose.tasks/outlinecodedefinition/
---
diff --git a/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md b/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md
index 405076177..a688f928b 100644
--- a/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md
+++ b/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md
@@ -3,7 +3,7 @@ title: OutlineCodeDefinitionCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 660
+weight: 670
url: /python-net/aspose.tasks/outlinecodedefinitioncollection/
---
diff --git a/english/python-net/aspose.tasks/outlinemask/_index.md b/english/python-net/aspose.tasks/outlinemask/_index.md
index cafee81df..ce54b381b 100644
--- a/english/python-net/aspose.tasks/outlinemask/_index.md
+++ b/english/python-net/aspose.tasks/outlinemask/_index.md
@@ -3,7 +3,7 @@ title: OutlineMask
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 670
+weight: 680
url: /python-net/aspose.tasks/outlinemask/
---
diff --git a/english/python-net/aspose.tasks/outlinemaskcollection/_index.md b/english/python-net/aspose.tasks/outlinemaskcollection/_index.md
index 3c2ac4942..916dc2856 100644
--- a/english/python-net/aspose.tasks/outlinemaskcollection/_index.md
+++ b/english/python-net/aspose.tasks/outlinemaskcollection/_index.md
@@ -3,7 +3,7 @@ title: OutlineMaskCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 680
+weight: 690
url: /python-net/aspose.tasks/outlinemaskcollection/
---
diff --git a/english/python-net/aspose.tasks/outlinevalue/_index.md b/english/python-net/aspose.tasks/outlinevalue/_index.md
index ec98f293b..e936cdfeb 100644
--- a/english/python-net/aspose.tasks/outlinevalue/_index.md
+++ b/english/python-net/aspose.tasks/outlinevalue/_index.md
@@ -3,7 +3,7 @@ title: OutlineValue
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 690
+weight: 700
url: /python-net/aspose.tasks/outlinevalue/
---
diff --git a/english/python-net/aspose.tasks/outlinevaluecollection/_index.md b/english/python-net/aspose.tasks/outlinevaluecollection/_index.md
index 6e2ba5e44..02560a77d 100644
--- a/english/python-net/aspose.tasks/outlinevaluecollection/_index.md
+++ b/english/python-net/aspose.tasks/outlinevaluecollection/_index.md
@@ -3,7 +3,7 @@ title: OutlineValueCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 700
+weight: 710
url: /python-net/aspose.tasks/outlinevaluecollection/
---
diff --git a/english/python-net/aspose.tasks/outlinevaluetype/_index.md b/english/python-net/aspose.tasks/outlinevaluetype/_index.md
index ced713eeb..b70f45157 100644
--- a/english/python-net/aspose.tasks/outlinevaluetype/_index.md
+++ b/english/python-net/aspose.tasks/outlinevaluetype/_index.md
@@ -3,7 +3,7 @@ title: OutlineValueType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2610
+weight: 2630
url: /python-net/aspose.tasks/outlinevaluetype/
---
diff --git a/english/python-net/aspose.tasks/parseerrorargs/_index.md b/english/python-net/aspose.tasks/parseerrorargs/_index.md
index 2b289744a..e7024b8e7 100644
--- a/english/python-net/aspose.tasks/parseerrorargs/_index.md
+++ b/english/python-net/aspose.tasks/parseerrorargs/_index.md
@@ -3,7 +3,7 @@ title: ParseErrorArgs
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 710
+weight: 720
url: /python-net/aspose.tasks/parseerrorargs/
---
diff --git a/english/python-net/aspose.tasks/primaverabasereader/_index.md b/english/python-net/aspose.tasks/primaverabasereader/_index.md
index c28ab6479..8729c58bc 100644
--- a/english/python-net/aspose.tasks/primaverabasereader/_index.md
+++ b/english/python-net/aspose.tasks/primaverabasereader/_index.md
@@ -3,7 +3,7 @@ title: PrimaveraBaseReader
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 720
+weight: 730
url: /python-net/aspose.tasks/primaverabasereader/
---
diff --git a/english/python-net/aspose.tasks/primaveraprojectproperties/_index.md b/english/python-net/aspose.tasks/primaveraprojectproperties/_index.md
index ce9e6a65c..b46b307b5 100644
--- a/english/python-net/aspose.tasks/primaveraprojectproperties/_index.md
+++ b/english/python-net/aspose.tasks/primaveraprojectproperties/_index.md
@@ -3,7 +3,7 @@ title: PrimaveraProjectProperties
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 730
+weight: 740
url: /python-net/aspose.tasks/primaveraprojectproperties/
---
diff --git a/english/python-net/aspose.tasks/primaverareadoptions/_index.md b/english/python-net/aspose.tasks/primaverareadoptions/_index.md
index 920b80f62..06af4db0d 100644
--- a/english/python-net/aspose.tasks/primaverareadoptions/_index.md
+++ b/english/python-net/aspose.tasks/primaverareadoptions/_index.md
@@ -3,7 +3,7 @@ title: PrimaveraReadOptions
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 740
+weight: 750
url: /python-net/aspose.tasks/primaverareadoptions/
---
diff --git a/english/python-net/aspose.tasks/primaverataskproperties/_index.md b/english/python-net/aspose.tasks/primaverataskproperties/_index.md
index 985de1201..80196ebfd 100644
--- a/english/python-net/aspose.tasks/primaverataskproperties/_index.md
+++ b/english/python-net/aspose.tasks/primaverataskproperties/_index.md
@@ -3,7 +3,7 @@ title: PrimaveraTaskProperties
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 750
+weight: 760
url: /python-net/aspose.tasks/primaverataskproperties/
---
diff --git a/english/python-net/aspose.tasks/primaveraxerreader/_index.md b/english/python-net/aspose.tasks/primaveraxerreader/_index.md
index 3ff263828..24b3f4956 100644
--- a/english/python-net/aspose.tasks/primaveraxerreader/_index.md
+++ b/english/python-net/aspose.tasks/primaveraxerreader/_index.md
@@ -3,7 +3,7 @@ title: PrimaveraXerReader
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 760
+weight: 770
url: /python-net/aspose.tasks/primaveraxerreader/
---
diff --git a/english/python-net/aspose.tasks/primaveraxmlreader/_index.md b/english/python-net/aspose.tasks/primaveraxmlreader/_index.md
index 7bed1ad5d..7e3ad2d81 100644
--- a/english/python-net/aspose.tasks/primaveraxmlreader/_index.md
+++ b/english/python-net/aspose.tasks/primaveraxmlreader/_index.md
@@ -3,7 +3,7 @@ title: PrimaveraXmlReader
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 770
+weight: 780
url: /python-net/aspose.tasks/primaveraxmlreader/
---
diff --git a/english/python-net/aspose.tasks/project/_index.md b/english/python-net/aspose.tasks/project/_index.md
index 6696f1a3b..c718c2cf4 100644
--- a/english/python-net/aspose.tasks/project/_index.md
+++ b/english/python-net/aspose.tasks/project/_index.md
@@ -3,7 +3,7 @@ title: Project
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 780
+weight: 790
url: /python-net/aspose.tasks/project/
---
diff --git a/english/python-net/aspose.tasks/projectdisplayoptions/_index.md b/english/python-net/aspose.tasks/projectdisplayoptions/_index.md
index 9a3c62e49..49719438f 100644
--- a/english/python-net/aspose.tasks/projectdisplayoptions/_index.md
+++ b/english/python-net/aspose.tasks/projectdisplayoptions/_index.md
@@ -3,7 +3,7 @@ title: ProjectDisplayOptions
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 790
+weight: 800
url: /python-net/aspose.tasks/projectdisplayoptions/
---
diff --git a/english/python-net/aspose.tasks/projectfileinfo/_index.md b/english/python-net/aspose.tasks/projectfileinfo/_index.md
index d3fa483fa..c2595ae85 100644
--- a/english/python-net/aspose.tasks/projectfileinfo/_index.md
+++ b/english/python-net/aspose.tasks/projectfileinfo/_index.md
@@ -3,7 +3,7 @@ title: ProjectFileInfo
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 800
+weight: 810
url: /python-net/aspose.tasks/projectfileinfo/
---
diff --git a/english/python-net/aspose.tasks/projectinfo/_index.md b/english/python-net/aspose.tasks/projectinfo/_index.md
index 2dda54650..a71f2eb66 100644
--- a/english/python-net/aspose.tasks/projectinfo/_index.md
+++ b/english/python-net/aspose.tasks/projectinfo/_index.md
@@ -3,7 +3,7 @@ title: ProjectInfo
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 810
+weight: 820
url: /python-net/aspose.tasks/projectinfo/
---
diff --git a/english/python-net/aspose.tasks/projectonlineexception/_index.md b/english/python-net/aspose.tasks/projectonlineexception/_index.md
index 84fab3ec7..e94d11928 100644
--- a/english/python-net/aspose.tasks/projectonlineexception/_index.md
+++ b/english/python-net/aspose.tasks/projectonlineexception/_index.md
@@ -3,7 +3,7 @@ title: ProjectOnlineException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 820
+weight: 830
url: /python-net/aspose.tasks/projectonlineexception/
---
diff --git a/english/python-net/aspose.tasks/projectservercredentials/_index.md b/english/python-net/aspose.tasks/projectservercredentials/_index.md
index 338e208eb..6a47c2b68 100644
--- a/english/python-net/aspose.tasks/projectservercredentials/_index.md
+++ b/english/python-net/aspose.tasks/projectservercredentials/_index.md
@@ -3,7 +3,7 @@ title: ProjectServerCredentials
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 830
+weight: 840
url: /python-net/aspose.tasks/projectservercredentials/
---
diff --git a/english/python-net/aspose.tasks/projectservermanager/_index.md b/english/python-net/aspose.tasks/projectservermanager/_index.md
index 179c1e4e7..6ef396c2d 100644
--- a/english/python-net/aspose.tasks/projectservermanager/_index.md
+++ b/english/python-net/aspose.tasks/projectservermanager/_index.md
@@ -3,7 +3,7 @@ title: ProjectServerManager
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 840
+weight: 850
url: /python-net/aspose.tasks/projectservermanager/
---
diff --git a/english/python-net/aspose.tasks/projectserversaveoptions/_index.md b/english/python-net/aspose.tasks/projectserversaveoptions/_index.md
index 029847e01..07d7ad6e0 100644
--- a/english/python-net/aspose.tasks/projectserversaveoptions/_index.md
+++ b/english/python-net/aspose.tasks/projectserversaveoptions/_index.md
@@ -3,7 +3,7 @@ title: ProjectServerSaveOptions
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 850
+weight: 860
url: /python-net/aspose.tasks/projectserversaveoptions/
---
diff --git a/english/python-net/aspose.tasks/rate/_index.md b/english/python-net/aspose.tasks/rate/_index.md
index 06b087633..01d784569 100644
--- a/english/python-net/aspose.tasks/rate/_index.md
+++ b/english/python-net/aspose.tasks/rate/_index.md
@@ -3,7 +3,7 @@ title: Rate
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 860
+weight: 870
url: /python-net/aspose.tasks/rate/
---
diff --git a/english/python-net/aspose.tasks/ratebydatecollection/_index.md b/english/python-net/aspose.tasks/ratebydatecollection/_index.md
index ace1a5aed..7b83c98bd 100644
--- a/english/python-net/aspose.tasks/ratebydatecollection/_index.md
+++ b/english/python-net/aspose.tasks/ratebydatecollection/_index.md
@@ -3,7 +3,7 @@ title: RateByDateCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 870
+weight: 880
url: /python-net/aspose.tasks/ratebydatecollection/
---
diff --git a/english/python-net/aspose.tasks/ratecollection/_index.md b/english/python-net/aspose.tasks/ratecollection/_index.md
index 89c83728b..b4e708004 100644
--- a/english/python-net/aspose.tasks/ratecollection/_index.md
+++ b/english/python-net/aspose.tasks/ratecollection/_index.md
@@ -3,7 +3,7 @@ title: RateCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 880
+weight: 890
url: /python-net/aspose.tasks/ratecollection/
---
diff --git a/english/python-net/aspose.tasks/rateformattype/_index.md b/english/python-net/aspose.tasks/rateformattype/_index.md
index a88659dee..6bc1e5c56 100644
--- a/english/python-net/aspose.tasks/rateformattype/_index.md
+++ b/english/python-net/aspose.tasks/rateformattype/_index.md
@@ -3,7 +3,7 @@ title: RateFormatType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2620
+weight: 2640
url: /python-net/aspose.tasks/rateformattype/
---
diff --git a/english/python-net/aspose.tasks/ratescaletype/_index.md b/english/python-net/aspose.tasks/ratescaletype/_index.md
index b5ae06c5c..4eda4264c 100644
--- a/english/python-net/aspose.tasks/ratescaletype/_index.md
+++ b/english/python-net/aspose.tasks/ratescaletype/_index.md
@@ -3,7 +3,7 @@ title: RateScaleType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2630
+weight: 2650
url: /python-net/aspose.tasks/ratescaletype/
---
diff --git a/english/python-net/aspose.tasks/ratetype/_index.md b/english/python-net/aspose.tasks/ratetype/_index.md
index 99077edff..c4be4eccb 100644
--- a/english/python-net/aspose.tasks/ratetype/_index.md
+++ b/english/python-net/aspose.tasks/ratetype/_index.md
@@ -3,7 +3,7 @@ title: RateType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2640
+weight: 2660
url: /python-net/aspose.tasks/ratetype/
---
diff --git a/english/python-net/aspose.tasks/recalculationvalidationexception/_index.md b/english/python-net/aspose.tasks/recalculationvalidationexception/_index.md
index d39f396de..1421fd250 100644
--- a/english/python-net/aspose.tasks/recalculationvalidationexception/_index.md
+++ b/english/python-net/aspose.tasks/recalculationvalidationexception/_index.md
@@ -3,7 +3,7 @@ title: RecalculationValidationException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 890
+weight: 900
url: /python-net/aspose.tasks/recalculationvalidationexception/
---
diff --git a/english/python-net/aspose.tasks/recurrencepattern/_index.md b/english/python-net/aspose.tasks/recurrencepattern/_index.md
index b1e1b06b5..c26b11f3b 100644
--- a/english/python-net/aspose.tasks/recurrencepattern/_index.md
+++ b/english/python-net/aspose.tasks/recurrencepattern/_index.md
@@ -3,7 +3,7 @@ title: RecurrencePattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2650
+weight: 2670
url: /python-net/aspose.tasks/recurrencepattern/
---
diff --git a/english/python-net/aspose.tasks/recurrencepatternbase/_index.md b/english/python-net/aspose.tasks/recurrencepatternbase/_index.md
index 75b3b401f..e5e99760e 100644
--- a/english/python-net/aspose.tasks/recurrencepatternbase/_index.md
+++ b/english/python-net/aspose.tasks/recurrencepatternbase/_index.md
@@ -3,7 +3,7 @@ title: RecurrencePatternBase
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 900
+weight: 910
url: /python-net/aspose.tasks/recurrencepatternbase/
---
diff --git a/english/python-net/aspose.tasks/recurrencerangebase/_index.md b/english/python-net/aspose.tasks/recurrencerangebase/_index.md
index 51990bb98..4bc319b7e 100644
--- a/english/python-net/aspose.tasks/recurrencerangebase/_index.md
+++ b/english/python-net/aspose.tasks/recurrencerangebase/_index.md
@@ -3,7 +3,7 @@ title: RecurrenceRangeBase
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 910
+weight: 920
url: /python-net/aspose.tasks/recurrencerangebase/
---
diff --git a/english/python-net/aspose.tasks/recurringtaskinfo/_index.md b/english/python-net/aspose.tasks/recurringtaskinfo/_index.md
index eb8609845..d9e6eb654 100644
--- a/english/python-net/aspose.tasks/recurringtaskinfo/_index.md
+++ b/english/python-net/aspose.tasks/recurringtaskinfo/_index.md
@@ -3,7 +3,7 @@ title: RecurringTaskInfo
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 920
+weight: 930
url: /python-net/aspose.tasks/recurringtaskinfo/
---
diff --git a/english/python-net/aspose.tasks/recurringtaskparameters/_index.md b/english/python-net/aspose.tasks/recurringtaskparameters/_index.md
index 81001cd35..39a0eda49 100644
--- a/english/python-net/aspose.tasks/recurringtaskparameters/_index.md
+++ b/english/python-net/aspose.tasks/recurringtaskparameters/_index.md
@@ -3,7 +3,7 @@ title: RecurringTaskParameters
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 930
+weight: 940
url: /python-net/aspose.tasks/recurringtaskparameters/
---
diff --git a/english/python-net/aspose.tasks/resource/_index.md b/english/python-net/aspose.tasks/resource/_index.md
index 34a64964f..d5bbd31a0 100644
--- a/english/python-net/aspose.tasks/resource/_index.md
+++ b/english/python-net/aspose.tasks/resource/_index.md
@@ -3,7 +3,7 @@ title: Resource
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 940
+weight: 950
url: /python-net/aspose.tasks/resource/
---
diff --git a/english/python-net/aspose.tasks/resourceassignment/_index.md b/english/python-net/aspose.tasks/resourceassignment/_index.md
index 4a1dc1bd4..adb944550 100644
--- a/english/python-net/aspose.tasks/resourceassignment/_index.md
+++ b/english/python-net/aspose.tasks/resourceassignment/_index.md
@@ -3,7 +3,7 @@ title: ResourceAssignment
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 950
+weight: 960
url: /python-net/aspose.tasks/resourceassignment/
---
diff --git a/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md b/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md
index 1f5ceff82..7e57b1da0 100644
--- a/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md
+++ b/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md
@@ -3,7 +3,7 @@ title: ResourceAssignmentCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 960
+weight: 970
url: /python-net/aspose.tasks/resourceassignmentcollection/
---
diff --git a/english/python-net/aspose.tasks/resourcecollection/_index.md b/english/python-net/aspose.tasks/resourcecollection/_index.md
index 7339dd37e..893e3121a 100644
--- a/english/python-net/aspose.tasks/resourcecollection/_index.md
+++ b/english/python-net/aspose.tasks/resourcecollection/_index.md
@@ -3,7 +3,7 @@ title: ResourceCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 970
+weight: 980
url: /python-net/aspose.tasks/resourcecollection/
---
diff --git a/english/python-net/aspose.tasks/resourceexporttype/_index.md b/english/python-net/aspose.tasks/resourceexporttype/_index.md
index e1d52c019..99cf13ff7 100644
--- a/english/python-net/aspose.tasks/resourceexporttype/_index.md
+++ b/english/python-net/aspose.tasks/resourceexporttype/_index.md
@@ -3,7 +3,7 @@ title: ResourceExportType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2660
+weight: 2680
url: /python-net/aspose.tasks/resourceexporttype/
---
diff --git a/english/python-net/aspose.tasks/resourcesavingargs/_index.md b/english/python-net/aspose.tasks/resourcesavingargs/_index.md
index ff5edd895..7e825ade0 100644
--- a/english/python-net/aspose.tasks/resourcesavingargs/_index.md
+++ b/english/python-net/aspose.tasks/resourcesavingargs/_index.md
@@ -3,7 +3,7 @@ title: ResourceSavingArgs
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 980
+weight: 990
url: /python-net/aspose.tasks/resourcesavingargs/
---
diff --git a/english/python-net/aspose.tasks/resourcetype/_index.md b/english/python-net/aspose.tasks/resourcetype/_index.md
index a40e7b30b..a0dcdf07c 100644
--- a/english/python-net/aspose.tasks/resourcetype/_index.md
+++ b/english/python-net/aspose.tasks/resourcetype/_index.md
@@ -3,7 +3,7 @@ title: ResourceType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2670
+weight: 2690
url: /python-net/aspose.tasks/resourcetype/
---
diff --git a/english/python-net/aspose.tasks/resourceusageview/_index.md b/english/python-net/aspose.tasks/resourceusageview/_index.md
index 8bc2b0d7a..3dbc568e6 100644
--- a/english/python-net/aspose.tasks/resourceusageview/_index.md
+++ b/english/python-net/aspose.tasks/resourceusageview/_index.md
@@ -3,7 +3,7 @@ title: ResourceUsageView
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 990
+weight: 1000
url: /python-net/aspose.tasks/resourceusageview/
---
diff --git a/english/python-net/aspose.tasks/resourceusageviewfield/_index.md b/english/python-net/aspose.tasks/resourceusageviewfield/_index.md
index 38bbd79ad..a83f63ace 100644
--- a/english/python-net/aspose.tasks/resourceusageviewfield/_index.md
+++ b/english/python-net/aspose.tasks/resourceusageviewfield/_index.md
@@ -3,7 +3,7 @@ title: ResourceUsageViewField
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2680
+weight: 2700
url: /python-net/aspose.tasks/resourceusageviewfield/
---
diff --git a/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md b/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md
index 40a594df7..f3091fb1f 100644
--- a/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md
+++ b/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md
@@ -3,7 +3,7 @@ title: ResourceUsageViewFieldCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1000
+weight: 1010
url: /python-net/aspose.tasks/resourceusageviewfieldcollection/
---
diff --git a/english/python-net/aspose.tasks/resourcevalidationexception/_index.md b/english/python-net/aspose.tasks/resourcevalidationexception/_index.md
index 11d21789e..9982a7572 100644
--- a/english/python-net/aspose.tasks/resourcevalidationexception/_index.md
+++ b/english/python-net/aspose.tasks/resourcevalidationexception/_index.md
@@ -3,7 +3,7 @@ title: ResourceValidationException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1010
+weight: 1020
url: /python-net/aspose.tasks/resourcevalidationexception/
---
diff --git a/english/python-net/aspose.tasks/rolluptype/_index.md b/english/python-net/aspose.tasks/rolluptype/_index.md
index 90a998fcf..f6be1f56c 100644
--- a/english/python-net/aspose.tasks/rolluptype/_index.md
+++ b/english/python-net/aspose.tasks/rolluptype/_index.md
@@ -3,7 +3,7 @@ title: RollupType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2690
+weight: 2710
url: /python-net/aspose.tasks/rolluptype/
---
diff --git a/english/python-net/aspose.tasks/splitpart/_index.md b/english/python-net/aspose.tasks/splitpart/_index.md
index 0ef59dfb2..487e1dbc3 100644
--- a/english/python-net/aspose.tasks/splitpart/_index.md
+++ b/english/python-net/aspose.tasks/splitpart/_index.md
@@ -3,7 +3,7 @@ title: SplitPart
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1020
+weight: 1030
url: /python-net/aspose.tasks/splitpart/
---
diff --git a/english/python-net/aspose.tasks/splitpartcollection/_index.md b/english/python-net/aspose.tasks/splitpartcollection/_index.md
index 24eea7bd1..39cea452f 100644
--- a/english/python-net/aspose.tasks/splitpartcollection/_index.md
+++ b/english/python-net/aspose.tasks/splitpartcollection/_index.md
@@ -3,7 +3,7 @@ title: SplitPartCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1030
+weight: 1040
url: /python-net/aspose.tasks/splitpartcollection/
---
diff --git a/english/python-net/aspose.tasks/summaryrowscalculationtype/_index.md b/english/python-net/aspose.tasks/summaryrowscalculationtype/_index.md
index 33ee9ee76..0b8a06bc4 100644
--- a/english/python-net/aspose.tasks/summaryrowscalculationtype/_index.md
+++ b/english/python-net/aspose.tasks/summaryrowscalculationtype/_index.md
@@ -3,7 +3,7 @@ title: SummaryRowsCalculationType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2700
+weight: 2720
url: /python-net/aspose.tasks/summaryrowscalculationtype/
---
diff --git a/english/python-net/aspose.tasks/table/_index.md b/english/python-net/aspose.tasks/table/_index.md
index 9ac9d1d80..2846f7574 100644
--- a/english/python-net/aspose.tasks/table/_index.md
+++ b/english/python-net/aspose.tasks/table/_index.md
@@ -3,7 +3,7 @@ title: Table
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1040
+weight: 1050
url: /python-net/aspose.tasks/table/
---
diff --git a/english/python-net/aspose.tasks/tablecollection/_index.md b/english/python-net/aspose.tasks/tablecollection/_index.md
index 34dee96b3..b3401f7a8 100644
--- a/english/python-net/aspose.tasks/tablecollection/_index.md
+++ b/english/python-net/aspose.tasks/tablecollection/_index.md
@@ -3,7 +3,7 @@ title: TableCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1050
+weight: 1060
url: /python-net/aspose.tasks/tablecollection/
---
diff --git a/english/python-net/aspose.tasks/tablefield/_index.md b/english/python-net/aspose.tasks/tablefield/_index.md
index b64e9753f..517787004 100644
--- a/english/python-net/aspose.tasks/tablefield/_index.md
+++ b/english/python-net/aspose.tasks/tablefield/_index.md
@@ -3,7 +3,7 @@ title: TableField
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1060
+weight: 1070
url: /python-net/aspose.tasks/tablefield/
---
diff --git a/english/python-net/aspose.tasks/tablefieldcollection/_index.md b/english/python-net/aspose.tasks/tablefieldcollection/_index.md
index 6e27af796..c49d5474d 100644
--- a/english/python-net/aspose.tasks/tablefieldcollection/_index.md
+++ b/english/python-net/aspose.tasks/tablefieldcollection/_index.md
@@ -3,7 +3,7 @@ title: TableFieldCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1070
+weight: 1080
url: /python-net/aspose.tasks/tablefieldcollection/
---
diff --git a/english/python-net/aspose.tasks/task/_index.md b/english/python-net/aspose.tasks/task/_index.md
index 5531f652a..71f7a4c6f 100644
--- a/english/python-net/aspose.tasks/task/_index.md
+++ b/english/python-net/aspose.tasks/task/_index.md
@@ -3,7 +3,7 @@ title: Task
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1080
+weight: 1090
url: /python-net/aspose.tasks/task/
---
diff --git a/english/python-net/aspose.tasks/taskbaseline/_index.md b/english/python-net/aspose.tasks/taskbaseline/_index.md
index 9b1689051..c925b352f 100644
--- a/english/python-net/aspose.tasks/taskbaseline/_index.md
+++ b/english/python-net/aspose.tasks/taskbaseline/_index.md
@@ -3,7 +3,7 @@ title: TaskBaseline
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1090
+weight: 1100
url: /python-net/aspose.tasks/taskbaseline/
---
diff --git a/english/python-net/aspose.tasks/taskbaselinecollection/_index.md b/english/python-net/aspose.tasks/taskbaselinecollection/_index.md
index aa5a01969..7c09735ab 100644
--- a/english/python-net/aspose.tasks/taskbaselinecollection/_index.md
+++ b/english/python-net/aspose.tasks/taskbaselinecollection/_index.md
@@ -3,7 +3,7 @@ title: TaskBaselineCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1100
+weight: 1110
url: /python-net/aspose.tasks/taskbaselinecollection/
---
diff --git a/english/python-net/aspose.tasks/taskcollection/_index.md b/english/python-net/aspose.tasks/taskcollection/_index.md
index 11ebff02e..15728591a 100644
--- a/english/python-net/aspose.tasks/taskcollection/_index.md
+++ b/english/python-net/aspose.tasks/taskcollection/_index.md
@@ -3,7 +3,7 @@ title: TaskCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1110
+weight: 1120
url: /python-net/aspose.tasks/taskcollection/
---
diff --git a/english/python-net/aspose.tasks/taskkey/_index.md b/english/python-net/aspose.tasks/taskkey/_index.md
index 13822711e..30817ace3 100644
--- a/english/python-net/aspose.tasks/taskkey/_index.md
+++ b/english/python-net/aspose.tasks/taskkey/_index.md
@@ -3,7 +3,7 @@ title: TaskKey
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2710
+weight: 2730
url: /python-net/aspose.tasks/taskkey/
---
@@ -30,7 +30,6 @@ Represents a list of supported task fields.
|FINISH|Represents the Finish (Task) field.|
|DURATION|Represents the Duration (Task) field.|
|DURATION_VARIANCE|Represents the DurationVariance (Task) field.|
-|DURATION_FORMAT|Represents the DurationFormat (Task) field.|
|WORK|Represents the Work (Task) field.|
|STOP|Represents the Stop (Task) field.|
|RESUME|Represents the Resume (Task) field.|
diff --git a/english/python-net/aspose.tasks/tasklink/_index.md b/english/python-net/aspose.tasks/tasklink/_index.md
index ca24f2de4..1d2e08556 100644
--- a/english/python-net/aspose.tasks/tasklink/_index.md
+++ b/english/python-net/aspose.tasks/tasklink/_index.md
@@ -3,7 +3,7 @@ title: TaskLink
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1120
+weight: 1130
url: /python-net/aspose.tasks/tasklink/
---
diff --git a/english/python-net/aspose.tasks/tasklinkcollection/_index.md b/english/python-net/aspose.tasks/tasklinkcollection/_index.md
index cccee4bf5..e33db28dd 100644
--- a/english/python-net/aspose.tasks/tasklinkcollection/_index.md
+++ b/english/python-net/aspose.tasks/tasklinkcollection/_index.md
@@ -3,7 +3,7 @@ title: TaskLinkCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1130
+weight: 1140
url: /python-net/aspose.tasks/tasklinkcollection/
---
diff --git a/english/python-net/aspose.tasks/tasklinktype/_index.md b/english/python-net/aspose.tasks/tasklinktype/_index.md
index 65dece1c8..afc2e28a4 100644
--- a/english/python-net/aspose.tasks/tasklinktype/_index.md
+++ b/english/python-net/aspose.tasks/tasklinktype/_index.md
@@ -3,7 +3,7 @@ title: TaskLinkType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2720
+weight: 2740
url: /python-net/aspose.tasks/tasklinktype/
---
diff --git a/english/python-net/aspose.tasks/tasksexception/_index.md b/english/python-net/aspose.tasks/tasksexception/_index.md
index 03f9fe869..3818f113f 100644
--- a/english/python-net/aspose.tasks/tasksexception/_index.md
+++ b/english/python-net/aspose.tasks/tasksexception/_index.md
@@ -3,7 +3,7 @@ title: TasksException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1170
+weight: 1180
url: /python-net/aspose.tasks/tasksexception/
---
diff --git a/english/python-net/aspose.tasks/tasksloggedexception/_index.md b/english/python-net/aspose.tasks/tasksloggedexception/_index.md
index 3842750df..2ba812767 100644
--- a/english/python-net/aspose.tasks/tasksloggedexception/_index.md
+++ b/english/python-net/aspose.tasks/tasksloggedexception/_index.md
@@ -3,7 +3,7 @@ title: TasksLoggedException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1180
+weight: 1190
url: /python-net/aspose.tasks/tasksloggedexception/
---
diff --git a/english/python-net/aspose.tasks/tasksreadingexception/_index.md b/english/python-net/aspose.tasks/tasksreadingexception/_index.md
index c61d0326b..9bf168637 100644
--- a/english/python-net/aspose.tasks/tasksreadingexception/_index.md
+++ b/english/python-net/aspose.tasks/tasksreadingexception/_index.md
@@ -3,7 +3,7 @@ title: TasksReadingException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1190
+weight: 1200
url: /python-net/aspose.tasks/tasksreadingexception/
---
diff --git a/english/python-net/aspose.tasks/tasksrenderingexception/_index.md b/english/python-net/aspose.tasks/tasksrenderingexception/_index.md
index 131bfe043..25b6615cf 100644
--- a/english/python-net/aspose.tasks/tasksrenderingexception/_index.md
+++ b/english/python-net/aspose.tasks/tasksrenderingexception/_index.md
@@ -3,7 +3,7 @@ title: TasksRenderingException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1200
+weight: 1210
url: /python-net/aspose.tasks/tasksrenderingexception/
---
diff --git a/english/python-net/aspose.tasks/taskstartdatetype/_index.md b/english/python-net/aspose.tasks/taskstartdatetype/_index.md
index 70b86096d..986037216 100644
--- a/english/python-net/aspose.tasks/taskstartdatetype/_index.md
+++ b/english/python-net/aspose.tasks/taskstartdatetype/_index.md
@@ -3,7 +3,7 @@ title: TaskStartDateType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2730
+weight: 2750
url: /python-net/aspose.tasks/taskstartdatetype/
---
diff --git a/english/python-net/aspose.tasks/taskstatus/_index.md b/english/python-net/aspose.tasks/taskstatus/_index.md
index 3a8e0ead4..47cc4fb32 100644
--- a/english/python-net/aspose.tasks/taskstatus/_index.md
+++ b/english/python-net/aspose.tasks/taskstatus/_index.md
@@ -3,7 +3,7 @@ title: TaskStatus
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2740
+weight: 2760
url: /python-net/aspose.tasks/taskstatus/
---
diff --git a/english/python-net/aspose.tasks/taskswritingexception/_index.md b/english/python-net/aspose.tasks/taskswritingexception/_index.md
index a8f197e53..7dfee14fd 100644
--- a/english/python-net/aspose.tasks/taskswritingexception/_index.md
+++ b/english/python-net/aspose.tasks/taskswritingexception/_index.md
@@ -3,7 +3,7 @@ title: TasksWritingException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1210
+weight: 1220
url: /python-net/aspose.tasks/taskswritingexception/
---
diff --git a/english/python-net/aspose.tasks/tasktype/_index.md b/english/python-net/aspose.tasks/tasktype/_index.md
index 8427e6fe5..7c42a237b 100644
--- a/english/python-net/aspose.tasks/tasktype/_index.md
+++ b/english/python-net/aspose.tasks/tasktype/_index.md
@@ -3,7 +3,7 @@ title: TaskType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2750
+weight: 2770
url: /python-net/aspose.tasks/tasktype/
---
diff --git a/english/python-net/aspose.tasks/taskusageview/_index.md b/english/python-net/aspose.tasks/taskusageview/_index.md
index 127c9531e..6dfba0a6a 100644
--- a/english/python-net/aspose.tasks/taskusageview/_index.md
+++ b/english/python-net/aspose.tasks/taskusageview/_index.md
@@ -3,7 +3,7 @@ title: TaskUsageView
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1140
+weight: 1150
url: /python-net/aspose.tasks/taskusageview/
---
diff --git a/english/python-net/aspose.tasks/taskusageviewfield/_index.md b/english/python-net/aspose.tasks/taskusageviewfield/_index.md
index 2cc526a72..b8fa12368 100644
--- a/english/python-net/aspose.tasks/taskusageviewfield/_index.md
+++ b/english/python-net/aspose.tasks/taskusageviewfield/_index.md
@@ -3,7 +3,7 @@ title: TaskUsageViewField
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2760
+weight: 2780
url: /python-net/aspose.tasks/taskusageviewfield/
---
diff --git a/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md b/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md
index 5e5d796a3..61969fbca 100644
--- a/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md
+++ b/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md
@@ -3,7 +3,7 @@ title: TaskUsageViewFieldCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1150
+weight: 1160
url: /python-net/aspose.tasks/taskusageviewfieldcollection/
---
diff --git a/english/python-net/aspose.tasks/taskvalidationexception/_index.md b/english/python-net/aspose.tasks/taskvalidationexception/_index.md
index a483f432b..ef38b84d9 100644
--- a/english/python-net/aspose.tasks/taskvalidationexception/_index.md
+++ b/english/python-net/aspose.tasks/taskvalidationexception/_index.md
@@ -3,7 +3,7 @@ title: TaskValidationException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1160
+weight: 1170
url: /python-net/aspose.tasks/taskvalidationexception/
---
diff --git a/english/python-net/aspose.tasks/timelineview/_index.md b/english/python-net/aspose.tasks/timelineview/_index.md
index 795df38c3..4449baad5 100644
--- a/english/python-net/aspose.tasks/timelineview/_index.md
+++ b/english/python-net/aspose.tasks/timelineview/_index.md
@@ -3,7 +3,7 @@ title: TimelineView
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1220
+weight: 1230
url: /python-net/aspose.tasks/timelineview/
---
diff --git a/english/python-net/aspose.tasks/timephaseddata/_index.md b/english/python-net/aspose.tasks/timephaseddata/_index.md
index cb9cd6711..cb4ac01a9 100644
--- a/english/python-net/aspose.tasks/timephaseddata/_index.md
+++ b/english/python-net/aspose.tasks/timephaseddata/_index.md
@@ -3,7 +3,7 @@ title: TimephasedData
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1230
+weight: 1240
url: /python-net/aspose.tasks/timephaseddata/
---
diff --git a/english/python-net/aspose.tasks/timephaseddatacollection/_index.md b/english/python-net/aspose.tasks/timephaseddatacollection/_index.md
index c33a0b2c1..b34d467ea 100644
--- a/english/python-net/aspose.tasks/timephaseddatacollection/_index.md
+++ b/english/python-net/aspose.tasks/timephaseddatacollection/_index.md
@@ -3,7 +3,7 @@ title: TimephasedDataCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1240
+weight: 1250
url: /python-net/aspose.tasks/timephaseddatacollection/
---
diff --git a/english/python-net/aspose.tasks/timephaseddatatype/_index.md b/english/python-net/aspose.tasks/timephaseddatatype/_index.md
index b6a5bab60..2e6211684 100644
--- a/english/python-net/aspose.tasks/timephaseddatatype/_index.md
+++ b/english/python-net/aspose.tasks/timephaseddatatype/_index.md
@@ -3,7 +3,7 @@ title: TimephasedDataType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2780
+weight: 2800
url: /python-net/aspose.tasks/timephaseddatatype/
---
diff --git a/english/python-net/aspose.tasks/timeunittype/_index.md b/english/python-net/aspose.tasks/timeunittype/_index.md
index 34b2f751f..2780d7f3f 100644
--- a/english/python-net/aspose.tasks/timeunittype/_index.md
+++ b/english/python-net/aspose.tasks/timeunittype/_index.md
@@ -3,7 +3,7 @@ title: TimeUnitType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2770
+weight: 2790
url: /python-net/aspose.tasks/timeunittype/
---
diff --git a/english/python-net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md b/english/python-net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md
index 9794409b3..ed9af89ff 100644
--- a/english/python-net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md
+++ b/english/python-net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md
@@ -3,7 +3,7 @@ title: UndefinedConstraintHandlingBehavior
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2790
+weight: 2810
url: /python-net/aspose.tasks/undefinedconstrainthandlingbehavior/
---
diff --git a/english/python-net/aspose.tasks/unexpectedfileformatexception/_index.md b/english/python-net/aspose.tasks/unexpectedfileformatexception/_index.md
index e56bcf22d..0b24bea2c 100644
--- a/english/python-net/aspose.tasks/unexpectedfileformatexception/_index.md
+++ b/english/python-net/aspose.tasks/unexpectedfileformatexception/_index.md
@@ -3,7 +3,7 @@ title: UnexpectedFileFormatException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1250
+weight: 1260
url: /python-net/aspose.tasks/unexpectedfileformatexception/
---
diff --git a/english/python-net/aspose.tasks/usageview/_index.md b/english/python-net/aspose.tasks/usageview/_index.md
index bbceba6e4..f86b470c8 100644
--- a/english/python-net/aspose.tasks/usageview/_index.md
+++ b/english/python-net/aspose.tasks/usageview/_index.md
@@ -3,7 +3,7 @@ title: UsageView
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1260
+weight: 1270
url: /python-net/aspose.tasks/usageview/
---
diff --git a/english/python-net/aspose.tasks/validationexception/_index.md b/english/python-net/aspose.tasks/validationexception/_index.md
index 64df5221d..c9b4b0b8e 100644
--- a/english/python-net/aspose.tasks/validationexception/_index.md
+++ b/english/python-net/aspose.tasks/validationexception/_index.md
@@ -3,7 +3,7 @@ title: ValidationException
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1270
+weight: 1280
url: /python-net/aspose.tasks/validationexception/
---
diff --git a/english/python-net/aspose.tasks/value/_index.md b/english/python-net/aspose.tasks/value/_index.md
index 524aa8262..b026bcef1 100644
--- a/english/python-net/aspose.tasks/value/_index.md
+++ b/english/python-net/aspose.tasks/value/_index.md
@@ -3,7 +3,7 @@ title: Value
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1280
+weight: 1290
url: /python-net/aspose.tasks/value/
---
diff --git a/english/python-net/aspose.tasks/vbamodule/_index.md b/english/python-net/aspose.tasks/vbamodule/_index.md
index 60aaa3038..58f0d2317 100644
--- a/english/python-net/aspose.tasks/vbamodule/_index.md
+++ b/english/python-net/aspose.tasks/vbamodule/_index.md
@@ -3,7 +3,7 @@ title: VbaModule
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1290
+weight: 1300
url: /python-net/aspose.tasks/vbamodule/
---
diff --git a/english/python-net/aspose.tasks/vbamoduleattribute/_index.md b/english/python-net/aspose.tasks/vbamoduleattribute/_index.md
index 150458c0e..1a47bdd78 100644
--- a/english/python-net/aspose.tasks/vbamoduleattribute/_index.md
+++ b/english/python-net/aspose.tasks/vbamoduleattribute/_index.md
@@ -3,7 +3,7 @@ title: VbaModuleAttribute
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1300
+weight: 1310
url: /python-net/aspose.tasks/vbamoduleattribute/
---
diff --git a/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md b/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md
index 4c35a1c53..9c479e2a8 100644
--- a/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md
+++ b/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md
@@ -3,7 +3,7 @@ title: VbaModuleAttributeCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1310
+weight: 1320
url: /python-net/aspose.tasks/vbamoduleattributecollection/
---
diff --git a/english/python-net/aspose.tasks/vbamodulecollection/_index.md b/english/python-net/aspose.tasks/vbamodulecollection/_index.md
index 11646191e..b48bc4e76 100644
--- a/english/python-net/aspose.tasks/vbamodulecollection/_index.md
+++ b/english/python-net/aspose.tasks/vbamodulecollection/_index.md
@@ -3,7 +3,7 @@ title: VbaModuleCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1320
+weight: 1330
url: /python-net/aspose.tasks/vbamodulecollection/
---
diff --git a/english/python-net/aspose.tasks/vbaproject/_index.md b/english/python-net/aspose.tasks/vbaproject/_index.md
index 628d40d9e..b01d1ffb6 100644
--- a/english/python-net/aspose.tasks/vbaproject/_index.md
+++ b/english/python-net/aspose.tasks/vbaproject/_index.md
@@ -3,7 +3,7 @@ title: VbaProject
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1330
+weight: 1340
url: /python-net/aspose.tasks/vbaproject/
---
diff --git a/english/python-net/aspose.tasks/vbareference/_index.md b/english/python-net/aspose.tasks/vbareference/_index.md
index 118a26c29..66210acbd 100644
--- a/english/python-net/aspose.tasks/vbareference/_index.md
+++ b/english/python-net/aspose.tasks/vbareference/_index.md
@@ -3,7 +3,7 @@ title: VbaReference
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1340
+weight: 1350
url: /python-net/aspose.tasks/vbareference/
---
diff --git a/english/python-net/aspose.tasks/vbareferencecollection/_index.md b/english/python-net/aspose.tasks/vbareferencecollection/_index.md
index e8a65518c..c5e9f9ac2 100644
--- a/english/python-net/aspose.tasks/vbareferencecollection/_index.md
+++ b/english/python-net/aspose.tasks/vbareferencecollection/_index.md
@@ -3,7 +3,7 @@ title: VbaReferenceCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1350
+weight: 1360
url: /python-net/aspose.tasks/vbareferencecollection/
---
diff --git a/english/python-net/aspose.tasks/view/_index.md b/english/python-net/aspose.tasks/view/_index.md
index 09616fb0f..d167a62ca 100644
--- a/english/python-net/aspose.tasks/view/_index.md
+++ b/english/python-net/aspose.tasks/view/_index.md
@@ -3,7 +3,7 @@ title: View
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1360
+weight: 1370
url: /python-net/aspose.tasks/view/
---
diff --git a/english/python-net/aspose.tasks/viewcollection/_index.md b/english/python-net/aspose.tasks/viewcollection/_index.md
index 06443ee7d..e83a59ca0 100644
--- a/english/python-net/aspose.tasks/viewcollection/_index.md
+++ b/english/python-net/aspose.tasks/viewcollection/_index.md
@@ -3,7 +3,7 @@ title: ViewCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1370
+weight: 1380
url: /python-net/aspose.tasks/viewcollection/
---
diff --git a/english/python-net/aspose.tasks/viewscreen/_index.md b/english/python-net/aspose.tasks/viewscreen/_index.md
index 1ccfe4ec4..071bd7630 100644
--- a/english/python-net/aspose.tasks/viewscreen/_index.md
+++ b/english/python-net/aspose.tasks/viewscreen/_index.md
@@ -3,7 +3,7 @@ title: ViewScreen
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2800
+weight: 2820
url: /python-net/aspose.tasks/viewscreen/
---
diff --git a/english/python-net/aspose.tasks/wbscodedefinition/_index.md b/english/python-net/aspose.tasks/wbscodedefinition/_index.md
index 1282187b7..4326f4ee6 100644
--- a/english/python-net/aspose.tasks/wbscodedefinition/_index.md
+++ b/english/python-net/aspose.tasks/wbscodedefinition/_index.md
@@ -3,7 +3,7 @@ title: WBSCodeDefinition
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1380
+weight: 1390
url: /python-net/aspose.tasks/wbscodedefinition/
---
diff --git a/english/python-net/aspose.tasks/wbscodemask/_index.md b/english/python-net/aspose.tasks/wbscodemask/_index.md
index 71ca744fb..ef66d0332 100644
--- a/english/python-net/aspose.tasks/wbscodemask/_index.md
+++ b/english/python-net/aspose.tasks/wbscodemask/_index.md
@@ -3,7 +3,7 @@ title: WBSCodeMask
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1390
+weight: 1400
url: /python-net/aspose.tasks/wbscodemask/
---
diff --git a/english/python-net/aspose.tasks/wbscodemaskcollection/_index.md b/english/python-net/aspose.tasks/wbscodemaskcollection/_index.md
index f8dc5e844..777b41bc1 100644
--- a/english/python-net/aspose.tasks/wbscodemaskcollection/_index.md
+++ b/english/python-net/aspose.tasks/wbscodemaskcollection/_index.md
@@ -3,7 +3,7 @@ title: WBSCodeMaskCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1400
+weight: 1410
url: /python-net/aspose.tasks/wbscodemaskcollection/
---
diff --git a/english/python-net/aspose.tasks/wbssequence/_index.md b/english/python-net/aspose.tasks/wbssequence/_index.md
index 867601ce1..99902ec8e 100644
--- a/english/python-net/aspose.tasks/wbssequence/_index.md
+++ b/english/python-net/aspose.tasks/wbssequence/_index.md
@@ -3,7 +3,7 @@ title: WBSSequence
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2810
+weight: 2830
url: /python-net/aspose.tasks/wbssequence/
---
diff --git a/english/python-net/aspose.tasks/webrequesteventargs/_index.md b/english/python-net/aspose.tasks/webrequesteventargs/_index.md
index 095397cbf..e4ab27672 100644
--- a/english/python-net/aspose.tasks/webrequesteventargs/_index.md
+++ b/english/python-net/aspose.tasks/webrequesteventargs/_index.md
@@ -3,7 +3,7 @@ title: WebRequestEventArgs
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1410
+weight: 1420
url: /python-net/aspose.tasks/webrequesteventargs/
---
diff --git a/english/python-net/aspose.tasks/weekday/_index.md b/english/python-net/aspose.tasks/weekday/_index.md
index 9c068d942..fb57157bc 100644
--- a/english/python-net/aspose.tasks/weekday/_index.md
+++ b/english/python-net/aspose.tasks/weekday/_index.md
@@ -3,7 +3,7 @@ title: WeekDay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1420
+weight: 1430
url: /python-net/aspose.tasks/weekday/
---
diff --git a/english/python-net/aspose.tasks/weekdaycollection/_index.md b/english/python-net/aspose.tasks/weekdaycollection/_index.md
index 528a46cfc..0f60f490d 100644
--- a/english/python-net/aspose.tasks/weekdaycollection/_index.md
+++ b/english/python-net/aspose.tasks/weekdaycollection/_index.md
@@ -3,7 +3,7 @@ title: WeekDayCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1430
+weight: 1440
url: /python-net/aspose.tasks/weekdaycollection/
---
diff --git a/english/python-net/aspose.tasks/weekdaytype/_index.md b/english/python-net/aspose.tasks/weekdaytype/_index.md
index e685dc485..e50761f60 100644
--- a/english/python-net/aspose.tasks/weekdaytype/_index.md
+++ b/english/python-net/aspose.tasks/weekdaytype/_index.md
@@ -3,7 +3,7 @@ title: WeekdayType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2830
+weight: 2850
url: /python-net/aspose.tasks/weekdaytype/
---
diff --git a/english/python-net/aspose.tasks/weeklabeldisplay/_index.md b/english/python-net/aspose.tasks/weeklabeldisplay/_index.md
index ca92f517b..44a85ee17 100644
--- a/english/python-net/aspose.tasks/weeklabeldisplay/_index.md
+++ b/english/python-net/aspose.tasks/weeklabeldisplay/_index.md
@@ -3,7 +3,7 @@ title: WeekLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2820
+weight: 2840
url: /python-net/aspose.tasks/weeklabeldisplay/
---
diff --git a/english/python-net/aspose.tasks/weeklyrecurrencepattern/_index.md b/english/python-net/aspose.tasks/weeklyrecurrencepattern/_index.md
index cfdfe7bfc..9ddd1a2cd 100644
--- a/english/python-net/aspose.tasks/weeklyrecurrencepattern/_index.md
+++ b/english/python-net/aspose.tasks/weeklyrecurrencepattern/_index.md
@@ -3,7 +3,7 @@ title: WeeklyRecurrencePattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1440
+weight: 1450
url: /python-net/aspose.tasks/weeklyrecurrencepattern/
---
diff --git a/english/python-net/aspose.tasks/weeklyrepetition/_index.md b/english/python-net/aspose.tasks/weeklyrepetition/_index.md
index 2ad7cc1b1..3b5bf027e 100644
--- a/english/python-net/aspose.tasks/weeklyrepetition/_index.md
+++ b/english/python-net/aspose.tasks/weeklyrepetition/_index.md
@@ -3,7 +3,7 @@ title: WeeklyRepetition
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1450
+weight: 1460
url: /python-net/aspose.tasks/weeklyrepetition/
---
diff --git a/english/python-net/aspose.tasks/weeklyrepetitionbase/_index.md b/english/python-net/aspose.tasks/weeklyrepetitionbase/_index.md
index 627482f00..04ccf0dcd 100644
--- a/english/python-net/aspose.tasks/weeklyrepetitionbase/_index.md
+++ b/english/python-net/aspose.tasks/weeklyrepetitionbase/_index.md
@@ -3,7 +3,7 @@ title: WeeklyRepetitionBase
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1460
+weight: 1470
url: /python-net/aspose.tasks/weeklyrepetitionbase/
---
diff --git a/english/python-net/aspose.tasks/workcontourtype/_index.md b/english/python-net/aspose.tasks/workcontourtype/_index.md
index 320648df4..a3386144c 100644
--- a/english/python-net/aspose.tasks/workcontourtype/_index.md
+++ b/english/python-net/aspose.tasks/workcontourtype/_index.md
@@ -3,7 +3,7 @@ title: WorkContourType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2840
+weight: 2860
url: /python-net/aspose.tasks/workcontourtype/
---
diff --git a/english/python-net/aspose.tasks/workgrouptype/_index.md b/english/python-net/aspose.tasks/workgrouptype/_index.md
index 54b4b1003..6de638da1 100644
--- a/english/python-net/aspose.tasks/workgrouptype/_index.md
+++ b/english/python-net/aspose.tasks/workgrouptype/_index.md
@@ -3,7 +3,7 @@ title: WorkGroupType
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2850
+weight: 2870
url: /python-net/aspose.tasks/workgrouptype/
---
diff --git a/english/python-net/aspose.tasks/workingtime/_index.md b/english/python-net/aspose.tasks/workingtime/_index.md
index fff216c40..32e086083 100644
--- a/english/python-net/aspose.tasks/workingtime/_index.md
+++ b/english/python-net/aspose.tasks/workingtime/_index.md
@@ -3,7 +3,7 @@ title: WorkingTime
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1500
+weight: 1510
url: /python-net/aspose.tasks/workingtime/
---
diff --git a/english/python-net/aspose.tasks/workingtimecollection/_index.md b/english/python-net/aspose.tasks/workingtimecollection/_index.md
index 0bad2e2ab..e33684875 100644
--- a/english/python-net/aspose.tasks/workingtimecollection/_index.md
+++ b/english/python-net/aspose.tasks/workingtimecollection/_index.md
@@ -3,7 +3,7 @@ title: WorkingTimeCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1510
+weight: 1520
url: /python-net/aspose.tasks/workingtimecollection/
---
diff --git a/english/python-net/aspose.tasks/workunit/_index.md b/english/python-net/aspose.tasks/workunit/_index.md
index 5fc104f82..c26773885 100644
--- a/english/python-net/aspose.tasks/workunit/_index.md
+++ b/english/python-net/aspose.tasks/workunit/_index.md
@@ -3,7 +3,7 @@ title: WorkUnit
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1470
+weight: 1480
url: /python-net/aspose.tasks/workunit/
---
diff --git a/english/python-net/aspose.tasks/workweek/_index.md b/english/python-net/aspose.tasks/workweek/_index.md
index 081acb59d..6b9ab20fd 100644
--- a/english/python-net/aspose.tasks/workweek/_index.md
+++ b/english/python-net/aspose.tasks/workweek/_index.md
@@ -3,7 +3,7 @@ title: WorkWeek
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1480
+weight: 1490
url: /python-net/aspose.tasks/workweek/
---
diff --git a/english/python-net/aspose.tasks/workweekcollection/_index.md b/english/python-net/aspose.tasks/workweekcollection/_index.md
index 4d3176b4b..d2538c524 100644
--- a/english/python-net/aspose.tasks/workweekcollection/_index.md
+++ b/english/python-net/aspose.tasks/workweekcollection/_index.md
@@ -3,7 +3,7 @@ title: WorkWeekCollection
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1490
+weight: 1500
url: /python-net/aspose.tasks/workweekcollection/
---
diff --git a/english/python-net/aspose.tasks/yearlabeldisplay/_index.md b/english/python-net/aspose.tasks/yearlabeldisplay/_index.md
index 4f784c8c6..36df9535b 100644
--- a/english/python-net/aspose.tasks/yearlabeldisplay/_index.md
+++ b/english/python-net/aspose.tasks/yearlabeldisplay/_index.md
@@ -3,7 +3,7 @@ title: YearLabelDisplay
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 2860
+weight: 2880
url: /python-net/aspose.tasks/yearlabeldisplay/
---
diff --git a/english/python-net/aspose.tasks/yearlyrecurrencepattern/_index.md b/english/python-net/aspose.tasks/yearlyrecurrencepattern/_index.md
index 2ee775c82..740d4ed1e 100644
--- a/english/python-net/aspose.tasks/yearlyrecurrencepattern/_index.md
+++ b/english/python-net/aspose.tasks/yearlyrecurrencepattern/_index.md
@@ -3,7 +3,7 @@ title: YearlyRecurrencePattern
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1520
+weight: 1530
url: /python-net/aspose.tasks/yearlyrecurrencepattern/
---
diff --git a/english/python-net/aspose.tasks/yearlyrepetitionbase/_index.md b/english/python-net/aspose.tasks/yearlyrepetitionbase/_index.md
index af66199ba..7088475b7 100644
--- a/english/python-net/aspose.tasks/yearlyrepetitionbase/_index.md
+++ b/english/python-net/aspose.tasks/yearlyrepetitionbase/_index.md
@@ -3,7 +3,7 @@ title: YearlyRepetitionBase
second_title: Aspose.Tasks for Python via .NET API Reference
description:
type: docs
-weight: 1530
+weight: 1540
url: /python-net/aspose.tasks/yearlyrepetitionbase/
---