diff --git a/english/python-net/_index.md b/english/python-net/_index.md index 0d3582960..2d68f94da 100644 --- a/english/python-net/_index.md +++ b/english/python-net/_index.md @@ -12,6 +12,7 @@ url: /python-net/ | :- | :- | |[aspose.tasks](/tasks/python-net/aspose.tasks/)|Contains classes for work with Microsoft Project documents without utilizing Microsoft Project.| |[aspose.tasks.connectivity](/tasks/python-net/aspose.tasks.connectivity/)|Contains classes for working with Databases.| +|[aspose.tasks.leveling](/tasks/python-net/aspose.tasks.leveling/)|Contains classes necessary to work with resource leveling.| |[aspose.tasks.primavera](/tasks/python-net/aspose.tasks.primavera/)|Contains classes necessary to work with Primavera-specific formats (XER, Primavera XML).| |[aspose.tasks.properties](/tasks/python-net/aspose.tasks.properties/)|Contains classes for working with properties.| |[aspose.tasks.riskanalysis](/tasks/python-net/aspose.tasks.riskanalysis/)|Contains classes for creating Risk Analysis Report.| diff --git a/english/python-net/aspose.tasks.connectivity/dbsettings/_index.md b/english/python-net/aspose.tasks.connectivity/dbsettings/_index.md index bd42e5b34..9848010bd 100644 --- a/english/python-net/aspose.tasks.connectivity/dbsettings/_index.md +++ b/english/python-net/aspose.tasks.connectivity/dbsettings/_index.md @@ -16,7 +16,7 @@ The DbSettings type exposes the following members: | Name | Description | | :- | :- | |connection_string|Gets or sets the connection string.| -|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the| +|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.| ### See Also diff --git a/english/python-net/aspose.tasks.connectivity/mpdsettings/_index.md b/english/python-net/aspose.tasks.connectivity/mpdsettings/_index.md index 0f3737fde..976b362dd 100644 --- a/english/python-net/aspose.tasks.connectivity/mpdsettings/_index.md +++ b/english/python-net/aspose.tasks.connectivity/mpdsettings/_index.md @@ -20,7 +20,7 @@ The MpdSettings type exposes the following members: | Name | Description | | :- | :- | |connection_string|Gets or sets the connection string.| -|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the| +|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.| |project_id|Gets id of the project to read.| ### See Also diff --git a/english/python-net/aspose.tasks.connectivity/mspdbsettings/_index.md b/english/python-net/aspose.tasks.connectivity/mspdbsettings/_index.md index f6c3579a8..9ac33e4ef 100644 --- a/english/python-net/aspose.tasks.connectivity/mspdbsettings/_index.md +++ b/english/python-net/aspose.tasks.connectivity/mspdbsettings/_index.md @@ -20,7 +20,7 @@ The MspDbSettings type exposes the following members: | Name | Description | | :- | :- | |connection_string|Gets or sets the connection string.| -|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the| +|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.| |project_guid|Gets the guid of the project to read.| |schema|Gets or sets the schema of the MS Project Server.
The default value is "pub".| diff --git a/english/python-net/aspose.tasks.connectivity/primaveradbsettings/_index.md b/english/python-net/aspose.tasks.connectivity/primaveradbsettings/_index.md index 14734606e..e7be70311 100644 --- a/english/python-net/aspose.tasks.connectivity/primaveradbsettings/_index.md +++ b/english/python-net/aspose.tasks.connectivity/primaveradbsettings/_index.md @@ -20,7 +20,7 @@ The PrimaveraDbSettings type exposes the following members: | Name | Description | | :- | :- | |connection_string|Gets or sets the connection string.| -|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the| +|provider_invariant_name|Gets or sets provider invariant name which is used to get an instance of the class.| |project_id|Gets id of the project to read.| ### See Also diff --git a/english/python-net/aspose.tasks.primavera/_index.md b/english/python-net/aspose.tasks.primavera/_index.md index 9de46212f..86691e78a 100644 --- a/english/python-net/aspose.tasks.primavera/_index.md +++ b/english/python-net/aspose.tasks.primavera/_index.md @@ -3,7 +3,7 @@ title: aspose.tasks.primavera second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 30 +weight: 40 url: /python-net/aspose.tasks.primavera/ --- diff --git a/english/python-net/aspose.tasks.properties/_index.md b/english/python-net/aspose.tasks.properties/_index.md index 0c8bc3acf..716f39d1b 100644 --- a/english/python-net/aspose.tasks.properties/_index.md +++ b/english/python-net/aspose.tasks.properties/_index.md @@ -3,7 +3,7 @@ title: aspose.tasks.properties second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 40 +weight: 50 url: /python-net/aspose.tasks.properties/ --- diff --git a/english/python-net/aspose.tasks.riskanalysis/_index.md b/english/python-net/aspose.tasks.riskanalysis/_index.md index e7876286e..6d0f1eca8 100644 --- a/english/python-net/aspose.tasks.riskanalysis/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/_index.md @@ -3,7 +3,7 @@ title: aspose.tasks.riskanalysis second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 50 +weight: 60 url: /python-net/aspose.tasks.riskanalysis/ --- @@ -17,9 +17,9 @@ Contains classes for creating Risk Analysis Report. |[RiskAnalysisSettings](/tasks/python-net/aspose.tasks.riskanalysis/riskanalysissettings/)|Specifies settings for performing risk analysis.| |[RiskAnalyzer](/tasks/python-net/aspose.tasks.riskanalysis/riskanalyzer/)|Performs a Monte Carlo simulation based on the specified risk analysis settings.| |[RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/)|Represents an item which stores statistical data for the task of the analyzed project.| -|[RiskItemStatisticsCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/)|Represents a collection containing the instances of the| +|[RiskItemStatisticsCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/)|Represents a collection containing the instances of the [RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/) class.| |[RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/)|Represents a risk pattern for a project task.| -|[RiskPatternCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskpatterncollection/)|Represents a collection containing the instances of the| +|[RiskPatternCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskpatterncollection/)|Represents a collection containing the instances of the [RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/) class.| ## Enumerations | Enumeration | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks.riskanalysis/riskanalysisresult/_index.md b/english/python-net/aspose.tasks.riskanalysis/riskanalysisresult/_index.md index cd961dbc4..1be4b57c5 100644 --- a/english/python-net/aspose.tasks.riskanalysis/riskanalysisresult/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/riskanalysisresult/_index.md @@ -17,7 +17,7 @@ The RiskAnalysisResult type exposes the following members: | :- | :- | |save_report(stream)|Saves the risk analysis report to the stream in PDF format.| |save_report(file_name)|Saves the risk analysis report to the specified file path in PDF format.| -|get_risk_items(item_type)|Returns an instance of the| +|get_risk_items(item_type)|Returns an instance of the [RiskItemStatisticsCollection](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/) for the specified risk type.| ### See Also diff --git a/english/python-net/aspose.tasks.riskanalysis/riskanalysissettings/_index.md b/english/python-net/aspose.tasks.riskanalysis/riskanalysissettings/_index.md index 7862dbfe0..9f72e311d 100644 --- a/english/python-net/aspose.tasks.riskanalysis/riskanalysissettings/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/riskanalysissettings/_index.md @@ -20,7 +20,7 @@ The RiskAnalysisSettings type exposes the following members: | Name | Description | | :- | :- | |iterations_count|Gets or sets the number of iterations to use in Monte Carlo simulation.
The default value is 100.| -|patterns|Gets a collection containing the instances of the| +|patterns|Gets a collection containing the instances of the [RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/) class.| ### See Also diff --git a/english/python-net/aspose.tasks.riskanalysis/riskanalyzer/_index.md b/english/python-net/aspose.tasks.riskanalysis/riskanalyzer/_index.md index ca159d588..fc8d88749 100644 --- a/english/python-net/aspose.tasks.riskanalysis/riskanalyzer/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/riskanalyzer/_index.md @@ -19,11 +19,11 @@ The RiskAnalyzer type exposes the following members: ## Properties | Name | Description | | :- | :- | -|settings|Gets or sets the instance of the| +|settings|Gets or sets the instance of the [RiskAnalysisSettings](/tasks/python-net/aspose.tasks.riskanalysis/riskanalysissettings/) class which defines necessary settings for risk analysis.| ## Methods | Name | Description | | :- | :- | -|analyze(project)|Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the| +|analyze(project)|Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the [RiskAnalysisResult](/tasks/python-net/aspose.tasks.riskanalysis/riskanalysisresult/) class.| ### See Also diff --git a/english/python-net/aspose.tasks.riskanalysis/riskitemstatistics/_index.md b/english/python-net/aspose.tasks.riskanalysis/riskitemstatistics/_index.md index cebf3ddf4..60224278d 100644 --- a/english/python-net/aspose.tasks.riskanalysis/riskitemstatistics/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/riskitemstatistics/_index.md @@ -15,7 +15,7 @@ The RiskItemStatistics type exposes the following members: ## Properties | Name | Description | | :- | :- | -|item_type|Gets an instance of the| +|item_type|Gets an instance of the [RiskItemType](/tasks/python-net/aspose.tasks.riskanalysis/riskitemtype/) enumeration.| |minimum|Gets the minimum value which was generated during Monte Carlo simulation.| |maximum|Gets the maximum value which was generated during Monte Carlo simulation.| |expected_value|Gets the expected value of the risk item.| diff --git a/english/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/_index.md b/english/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/_index.md index 7b2b19232..9b09c72f3 100644 --- a/english/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/_index.md @@ -9,13 +9,13 @@ url: /python-net/aspose.tasks.riskanalysis/riskitemstatisticscollection/ ## RiskItemStatisticsCollection class -Represents a collection containing the instances of the +Represents a collection containing the instances of the [RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/) class. The RiskItemStatisticsCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|get(task)|Returns an instance of the| +|get(task)|Returns an instance of the [RiskItemStatistics](/tasks/python-net/aspose.tasks.riskanalysis/riskitemstatistics/) class containing in this collection which is associated with the specified Task object; null if the item is not found.| ### See Also diff --git a/english/python-net/aspose.tasks.riskanalysis/riskpatterncollection/_index.md b/english/python-net/aspose.tasks.riskanalysis/riskpatterncollection/_index.md index 294271fe5..63b1fda58 100644 --- a/english/python-net/aspose.tasks.riskanalysis/riskpatterncollection/_index.md +++ b/english/python-net/aspose.tasks.riskanalysis/riskpatterncollection/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks.riskanalysis/riskpatterncollection/ ## RiskPatternCollection class -Represents a collection containing the instances of the +Represents a collection containing the instances of the [RiskPattern](/tasks/python-net/aspose.tasks.riskanalysis/riskpattern/) class. The RiskPatternCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks.saving/_index.md b/english/python-net/aspose.tasks.saving/_index.md index df23a91f2..15c5d10e0 100644 --- a/english/python-net/aspose.tasks.saving/_index.md +++ b/english/python-net/aspose.tasks.saving/_index.md @@ -3,7 +3,7 @@ title: aspose.tasks.saving second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 60 +weight: 70 url: /python-net/aspose.tasks.saving/ --- diff --git a/english/python-net/aspose.tasks.saving/csvoptions/_index.md b/english/python-net/aspose.tasks.saving/csvoptions/_index.md index 7141dfec8..f8c0334b6 100644 --- a/english/python-net/aspose.tasks.saving/csvoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/csvoptions/_index.md @@ -24,7 +24,7 @@ The CsvOptions type exposes the following members: |encoding|Gets or sets an encoding to save CSV with.| |include_headers|Gets or sets a value indicating whether to include headers or not (default value is TRUE).| |text_delimiter|Gets or sets a text delimiter.| -|view|Gets or sets a list of the view columns (| +|view|Gets or sets a list of the view columns ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)) to save to XLSX format.
If not set then default columns are saved.| ### See Also diff --git a/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md index 20a88f567..ff29189ec 100644 --- a/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md @@ -15,17 +15,17 @@ The HtmlSaveOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|HtmlSaveOptions()|Initializes a new instance of the| +|HtmlSaveOptions()|Initializes a new instance of the [HtmlSaveOptions](/tasks/python-net/aspose.tasks.saving/htmlsaveoptions/) class.| ## Properties | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,14 +33,14 @@ The HtmlSaveOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether to use gradient brush when rendering project layout.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| |css_style_prefix|Gets or sets CSS style prefix.| diff --git a/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md b/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md index 93c8f1072..b85bd59e1 100644 --- a/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/imagesaveoptions/_index.md @@ -20,12 +20,12 @@ The ImageSaveOptions type exposes the following members: | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,14 +33,14 @@ The ImageSaveOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| |font_settings|Specifies font settings used when rendering project's view.| diff --git a/english/python-net/aspose.tasks.saving/pagesavingargs/_index.md b/english/python-net/aspose.tasks.saving/pagesavingargs/_index.md index a77fbe3cf..1dab9c818 100644 --- a/english/python-net/aspose.tasks.saving/pagesavingargs/_index.md +++ b/english/python-net/aspose.tasks.saving/pagesavingargs/_index.md @@ -16,7 +16,7 @@ The PageSavingArgs type exposes the following members: | Name | Description | | :- | :- | |page_number|Gets a number of page to be written.| -|keep_stream_open|Gets or sets a value indicating whether rendering routine should keep| +|keep_stream_open|Gets or sets a value indicating whether rendering routine should keep [stream](/tasks/python-net/aspose.tasks.saving/pagesavingargs/) opened after a page is written.| |stream|Gets or sets a stream for writing a page.| ### See Also diff --git a/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md index 4c82a98fc..c10464c27 100644 --- a/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/pdfsaveoptions/_index.md @@ -15,17 +15,17 @@ The PdfSaveOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PdfSaveOptions()|Initializes a new instance of the| +|PdfSaveOptions()|Initializes a new instance of the [PdfSaveOptions](/tasks/python-net/aspose.tasks.saving/pdfsaveoptions/) class that can be used to save a document in the| ## Properties | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,23 +33,23 @@ The PdfSaveOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| |reduce_footer_gap|Gets or sets a value indicating whether a gap between last task and the footer must be reduced.| -|compliance|Gets or sets a desired compliance level for generated PDF document.
Default is| +|compliance|Gets or sets a desired compliance level for generated PDF document.
Default is [PDF15](/tasks/python-net/aspose.tasks.saving/pdfcompliance/).| |encryption_details|Gets or sets a encryption details. If not set, then no encryption will be performed.| -|text_compression|Gets or sets a compression type to be used for all content streams except images.
Default is| +|text_compression|Gets or sets a compression type to be used for all content streams except images.
Default is [FLATE](/tasks/python-net/aspose.tasks.saving/pdftextcompression/).| |digital_signature_details|Gets or sets a digital signature details. If not set, then no signing will be performed.| |save_to_separate_files|Gets or sets a value indicating whether to save project pages to separate files.| -|page_saving_callback|Gets or sets a user-defined callback which is used to get an output stream for each rendered page.
Is applicable when| +|page_saving_callback|Gets or sets a user-defined callback which is used to get an output stream for each rendered page.
Is applicable when [save_to_separate_files](/tasks/python-net/aspose.tasks.saving/pdfsaveoptions/) option is used.| |pages|Gets or sets the list of pages numbers to save when saving project layout to separate files.| |font_settings|Specifies font settings used when rendering project's view.| diff --git a/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md b/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md index a71d2a570..a879bafa3 100644 --- a/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/primaverasaveoptions/_index.md @@ -15,7 +15,7 @@ The PrimaveraSaveOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PrimaveraSaveOptions()|Initializes a new instance of the| +|PrimaveraSaveOptions()|Initializes a new instance of the [PrimaveraSaveOptions](/tasks/python-net/aspose.tasks.saving/primaverasaveoptions/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md index 13bb9fae7..66f713978 100644 --- a/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/_index.md @@ -15,7 +15,7 @@ The PrimaveraXmlSaveOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PrimaveraXmlSaveOptions()|Initializes a new instance of the| +|PrimaveraXmlSaveOptions()|Initializes a new instance of the [PrimaveraXmlSaveOptions](/tasks/python-net/aspose.tasks.saving/primaveraxmlsaveoptions/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks.saving/printoptions/_index.md b/english/python-net/aspose.tasks.saving/printoptions/_index.md index f0b250e30..c66669f8e 100644 --- a/english/python-net/aspose.tasks.saving/printoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/printoptions/_index.md @@ -15,17 +15,17 @@ The PrintOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PrintOptions()|Initializes a new instance of the| +|PrintOptions()|Initializes a new instance of the [PrintOptions](/tasks/python-net/aspose.tasks.saving/printoptions/) class that can be used to set different options to print project.| ## Properties | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,14 +33,14 @@ The PrintOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| diff --git a/english/python-net/aspose.tasks.saving/saveoptions/_index.md b/english/python-net/aspose.tasks.saving/saveoptions/_index.md index fa8dadff1..6e08c29dc 100644 --- a/english/python-net/aspose.tasks.saving/saveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/saveoptions/_index.md @@ -16,12 +16,12 @@ The SaveOptions type exposes the following members: | Name | Description | | :- | :- | |save_format|Gets or sets the format in which the document will be saved if this save options object is used.| -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -29,14 +29,14 @@ The SaveOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| diff --git a/english/python-net/aspose.tasks.saving/spreadsheet2003saveoptions/_index.md b/english/python-net/aspose.tasks.saving/spreadsheet2003saveoptions/_index.md index 796f02ada..778fa28ae 100644 --- a/english/python-net/aspose.tasks.saving/spreadsheet2003saveoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/spreadsheet2003saveoptions/_index.md @@ -15,14 +15,14 @@ The Spreadsheet2003SaveOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|Spreadsheet2003SaveOptions()|Initializes a new instance of the| +|Spreadsheet2003SaveOptions()|Initializes a new instance of the [Spreadsheet2003SaveOptions](/tasks/python-net/aspose.tasks.saving/spreadsheet2003saveoptions/) class.| ## Properties | Name | Description | | :- | :- | |save_format|Gets or sets the format in which the document will be saved if this save options object is used.| -|resource_view|Gets or sets a list of the resource view columns to render (| -|assignment_view|Gets or sets a list of the assignments view columns to render (| -|view|Gets or sets a list of the view columns (| +|resource_view|Gets or sets a list of the resource view columns to render ([ResourceViewColumn](/tasks/python-net/aspose.tasks.visualization/resourceviewcolumn/)).| +|assignment_view|Gets or sets a list of the assignments view columns to render ([AssignmentViewColumn](/tasks/python-net/aspose.tasks.visualization/assignmentviewcolumn/)).| +|view|Gets or sets a list of the view columns ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)) to save.
If not set then default columns are saved.| ### See Also diff --git a/english/python-net/aspose.tasks.saving/svgoptions/_index.md b/english/python-net/aspose.tasks.saving/svgoptions/_index.md index 8cb3e62b9..4fe651f5f 100644 --- a/english/python-net/aspose.tasks.saving/svgoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/svgoptions/_index.md @@ -15,17 +15,17 @@ The SvgOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|SvgOptions()|Initializes a new instance of the| +|SvgOptions()|Initializes a new instance of the [SvgOptions](/tasks/python-net/aspose.tasks.saving/svgoptions/) class that can be used to save project in SVG format.| ## Properties | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,14 +33,14 @@ The SvgOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Determines whether to use gradient brush when rendering project layout.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| |page_saving_callback|Gets or sets a user-defined implementation callback which is used to get an output stream for each rendered page.| diff --git a/english/python-net/aspose.tasks.saving/xamloptions/_index.md b/english/python-net/aspose.tasks.saving/xamloptions/_index.md index 10936c7f1..d906866f5 100644 --- a/english/python-net/aspose.tasks.saving/xamloptions/_index.md +++ b/english/python-net/aspose.tasks.saving/xamloptions/_index.md @@ -15,17 +15,17 @@ The XamlOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|XamlOptions()|Initializes a new instance of the| +|XamlOptions()|Initializes a new instance of the [XamlOptions](/tasks/python-net/aspose.tasks.saving/xamloptions/) class that can be used to save project in XAML format.| ## Properties | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,14 +33,14 @@ The XamlOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| diff --git a/english/python-net/aspose.tasks.saving/xlsxoptions/_index.md b/english/python-net/aspose.tasks.saving/xlsxoptions/_index.md index 6f50c6df9..f11d815eb 100644 --- a/english/python-net/aspose.tasks.saving/xlsxoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/xlsxoptions/_index.md @@ -15,15 +15,15 @@ The XlsxOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|XlsxOptions()|Initializes a new instance of the| +|XlsxOptions()|Initializes a new instance of the [XlsxOptions](/tasks/python-net/aspose.tasks.saving/xlsxoptions/) class that can be used to save project in XLSX format.| ## Properties | Name | Description | | :- | :- | |save_format|Gets or sets the format in which the document will be saved if this save options object is used.| -|resource_view|Gets or sets a list of the resource view columns to render (| -|assignment_view|Gets or sets a list of the assignments view columns to render (| -|encoding|Gets or sets the encoding of the resulting XLSX file. The default value is| -|view|Gets or sets a list of the view columns (| +|resource_view|Gets or sets a list of the resource view columns to render ([ResourceViewColumn](/tasks/python-net/aspose.tasks.visualization/resourceviewcolumn/)).| +|assignment_view|Gets or sets a list of the assignments view columns to render ([AssignmentViewColumn](/tasks/python-net/aspose.tasks.visualization/assignmentviewcolumn/)).| +|encoding|Gets or sets the encoding of the resulting XLSX file. The default value is .| +|view|Gets or sets a list of the view columns ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)) to save to XLSX format.
If not set then default columns are saved.| ### See Also diff --git a/english/python-net/aspose.tasks.saving/xpsoptions/_index.md b/english/python-net/aspose.tasks.saving/xpsoptions/_index.md index 00b9270f9..09547f1c6 100644 --- a/english/python-net/aspose.tasks.saving/xpsoptions/_index.md +++ b/english/python-net/aspose.tasks.saving/xpsoptions/_index.md @@ -15,17 +15,17 @@ The XpsOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|XpsOptions()|Initializes a new instance of the| +|XpsOptions()|Initializes a new instance of the [XpsOptions](/tasks/python-net/aspose.tasks.saving/xpsoptions/) class.| ## Properties | Name | Description | | :- | :- | |save_format| | -|bar_styles|Gets or sets the list of the instances of the| +|bar_styles|Gets or sets the list of the instances of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class that appear in project view.| |draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).| |end_date|Gets or sets a date to finish rendering to.| |fit_timescale_to_end_of_page|Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page.
If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page.| |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| +|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.| |legend_on_each_page|Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).| |legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.| |mark_critical_tasks|Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).| @@ -33,14 +33,14 @@ The XpsOptions type exposes the following members: |page_count|Gets or sets the number of pages of project.| |page_size|Gets or sets the size of page to be rendered (Default value is PageSize.A4).| |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|presentation_format|Gets or sets the| +|presentation_format|Gets or sets the [presentation_format](/tasks/python-net/aspose.tasks.saving/saveoptions/) in which the document will be saved.| |roll_up_gantt_bars|Gets or sets a value indicating whether subtasks on the summary task bar should be marked.
For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.
For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.| |start_date|Gets or sets the date to start rendering from.| -|text_styles|Gets or sets the list of the instances of the| -|timescale|Gets or sets the| +|text_styles|Gets or sets the list of the instances of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class that appear in project view.| +|timescale|Gets or sets the [timescale](/tasks/python-net/aspose.tasks.saving/saveoptions/) value which is used to control how timescale (if present) is rendered when project is saved to graphical format.| |use_gradient_brush|Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.| -|view|Gets or sets a list of the view columns to render (| -|view_settings|Gets or sets a view (| +|view|Gets or sets a list of the view columns to render ([GanttChartColumn](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/)).
If not set then task ids, task names, start and finish are rendered only.
If both View and [view_settings](/tasks/python-net/aspose.tasks.saving/saveoptions/) properties are set, columns from View overrides columns from ViewSettings.| +|view_settings|Gets or sets a view ([view](/tasks/python-net/aspose.tasks.saving/saveoptions/)) to render. You can use this options to explicitly specify which view should be saved to PDF, HTML or Image formats.
If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.
View should be from one of the following screen (([screen](/tasks/python-net/aspose.tasks/view/))): (Gantt, TaskSheet, TaskUsage, ResourceSheet, ResourceUsage)| |custom_page_size|Gets or sets the custom page size in points (1 point = 1/72 of inch).| |render_to_single_page|Gets or sets a value indicating whether a project should be rendered to a single page
when project is saved in graphical format.
The page size will be changed so the rendered project can be fit on one page.| |render_metafile_as_bitmap|Gets or sets a value indicating whether a metafile should be rendered as bitmap.| diff --git a/english/python-net/aspose.tasks.util/_index.md b/english/python-net/aspose.tasks.util/_index.md index 7be98829f..beb9ba4c6 100644 --- a/english/python-net/aspose.tasks.util/_index.md +++ b/english/python-net/aspose.tasks.util/_index.md @@ -3,7 +3,7 @@ title: aspose.tasks.util second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.tasks.util/ --- diff --git a/english/python-net/aspose.tasks.util/checkcircuit/_index.md b/english/python-net/aspose.tasks.util/checkcircuit/_index.md index 1dfb42408..5ec40cd47 100644 --- a/english/python-net/aspose.tasks.util/checkcircuit/_index.md +++ b/english/python-net/aspose.tasks.util/checkcircuit/_index.md @@ -15,7 +15,7 @@ The CheckCircuit type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|CheckCircuit()|Initializes a new instance of the| +|CheckCircuit()|Initializes a new instance of the [CheckCircuit](/tasks/python-net/aspose.tasks.util/checkcircuit/) class.| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks.util/childtaskscollector/_index.md b/english/python-net/aspose.tasks.util/childtaskscollector/_index.md index 887090a90..0516a37dd 100644 --- a/english/python-net/aspose.tasks.util/childtaskscollector/_index.md +++ b/english/python-net/aspose.tasks.util/childtaskscollector/_index.md @@ -15,7 +15,7 @@ The ChildTasksCollector type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|ChildTasksCollector()|Initializes a new instance of the| +|ChildTasksCollector()|Initializes a new instance of the [ChildTasksCollector](/tasks/python-net/aspose.tasks.util/childtaskscollector/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks.visualization/_index.md b/english/python-net/aspose.tasks.visualization/_index.md index 86cb36836..43b661ecb 100644 --- a/english/python-net/aspose.tasks.visualization/_index.md +++ b/english/python-net/aspose.tasks.visualization/_index.md @@ -3,7 +3,7 @@ title: aspose.tasks.visualization second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 80 +weight: 90 url: /python-net/aspose.tasks.visualization/ --- @@ -36,7 +36,7 @@ Contains helper classes for rendering. |[TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/)|Change the visual style of the text for an item in the project view.| |[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/)|Represents a single tier of the timescale on a Gantt Chart.| |[ViewColumn](/tasks/python-net/aspose.tasks.visualization/viewcolumn/)|Represents a column in a project view.| -|[VisualObjectPlacement](/tasks/python-net/aspose.tasks.visualization/visualobjectplacement/)|Represents placement and appearance of| +|[VisualObjectPlacement](/tasks/python-net/aspose.tasks.visualization/visualobjectplacement/)|Represents placement and appearance of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) in a view.| ## Enumerations | Enumeration | Description | | :- | :- | @@ -61,7 +61,7 @@ Contains helper classes for rendering. |[PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/)|Enumeration for presentation format.| |[PrinterPaperSize](/tasks/python-net/aspose.tasks.visualization/printerpapersize/)|Specifies the paper size which is used for printing.| |[ReportType](/tasks/python-net/aspose.tasks.visualization/reporttype/)|Type of the project's graphical report.| -|[Shape](/tasks/python-net/aspose.tasks.visualization/shape/)|Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of| +|[Shape](/tasks/python-net/aspose.tasks.visualization/shape/)|Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of [SaveFileFormat](/tasks/python-net/aspose.tasks.saving/savefileformat/).| |[TextItemType](/tasks/python-net/aspose.tasks.visualization/textitemtype/)|Item type to change a text style for.| |[Timescale](/tasks/python-net/aspose.tasks.visualization/timescale/)|Defines options which specifies how to render timescale in Gantt Chart, Task Usage or Resource Usage views when the project is exported to a graphic format.| |[TimescaleUnit](/tasks/python-net/aspose.tasks.visualization/timescaleunit/)|Specifies the unit of time for any tier of a timescale in a Gantt chart or other time phased view.| diff --git a/english/python-net/aspose.tasks.visualization/assignmentviewcolumn/_index.md b/english/python-net/aspose.tasks.visualization/assignmentviewcolumn/_index.md index 206a51aff..ab0b9e765 100644 --- a/english/python-net/aspose.tasks.visualization/assignmentviewcolumn/_index.md +++ b/english/python-net/aspose.tasks.visualization/assignmentviewcolumn/_index.md @@ -15,9 +15,9 @@ The AssignmentViewColumn type exposes the following members: ## Properties | Name | Description | | :- | :- | -|field|Column field.| +|field|Column field.
[field](/tasks/python-net/aspose.tasks.visualization/assignmentviewcolumn/).| |name|Gets the column name.| -|string_alignment|Gets or sets alignment of the text (can be one of the values of the| +|string_alignment|Gets or sets alignment of the text (can be one of the values of the [HorizontalStringAlignment](/tasks/python-net/aspose.tasks.visualization/horizontalstringalignment/) enumeration).| |width|Gets the column width.| |text_style_modification_callback|Gets or sets the callback which can be used to customize the appearance of the column's cells.| ## Methods diff --git a/english/python-net/aspose.tasks.visualization/barstyle/_index.md b/english/python-net/aspose.tasks.visualization/barstyle/_index.md index efffbec5a..47ddf4ecd 100644 --- a/english/python-net/aspose.tasks.visualization/barstyle/_index.md +++ b/english/python-net/aspose.tasks.visualization/barstyle/_index.md @@ -15,17 +15,17 @@ The BarStyle type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|BarStyle()|Initializes a new instance of the| +|BarStyle()|Initializes a new instance of the [BarStyle](/tasks/python-net/aspose.tasks.visualization/barstyle/) class.| ## Properties | Name | Description | | :- | :- | -|bar_color|Gets or sets| -|start_shape_color|Gets or sets| -|end_shape_color|Gets or sets| -|item_type|Gets or sets| -|bar_shape|Gets or sets| -|start_shape|Gets or sets| -|end_shape|Gets or sets| +|bar_color|Gets or sets aspose.pydrawing.Color of the bar style.| +|start_shape_color|Gets or sets aspose.pydrawing.Color of the shape at the beginning of the bar.| +|end_shape_color|Gets or sets aspose.pydrawing.Color of the shape at the end of the bar.| +|item_type|Gets or sets [BarItemType](/tasks/python-net/aspose.tasks.visualization/baritemtype/) of the bar style.| +|bar_shape|Gets or sets [bar_shape](/tasks/python-net/aspose.tasks.visualization/barstyle/) of the bar style.| +|start_shape|Gets or sets [Shape](/tasks/python-net/aspose.tasks.visualization/shape/) at the beginning of the bar.| +|end_shape|Gets or sets [Shape](/tasks/python-net/aspose.tasks.visualization/shape/) at the end of the bar.| |text_style|Gets or sets style of the bar's text.| |left_field|Gets or sets a field to be displayed on the left of the bar.| |top_field|Gets or sets a field to be displayed on the top of the bar.| diff --git a/english/python-net/aspose.tasks.visualization/ganttbarstyle/_index.md b/english/python-net/aspose.tasks.visualization/ganttbarstyle/_index.md index 6eb8dd28c..87a953e1a 100644 --- a/english/python-net/aspose.tasks.visualization/ganttbarstyle/_index.md +++ b/english/python-net/aspose.tasks.visualization/ganttbarstyle/_index.md @@ -19,21 +19,21 @@ The GanttBarStyle type exposes the following members: ## Properties | Name | Description | | :- | :- | -|bottom_field|Gets or sets data to be displayed on the bottom of the bar.| +|bottom_field|Gets or sets data to be displayed on the bottom of the bar.
[Field](/tasks/python-net/aspose.tasks/field/).| |end_shape|Gets or sets an end shape of the bar.| |end_shape_color|Gets or sets a color of the end shape.| -|end_shape_type|Gets or sets a type of the end shape.| -|from_address|Gets or sets a start point position of the gantt bar.| -|inside_field|Gets or sets data to be displayed inside of the bar.| -|left_field|Gets or sets data to be displayed on the left of the bar.| +|end_shape_type|Gets or sets a type of the end shape.
[GanttBarType](/tasks/python-net/aspose.tasks.visualization/ganttbartype/).| +|from_address|Gets or sets a start point position of the gantt bar.
[Field](/tasks/python-net/aspose.tasks/field/).| +|inside_field|Gets or sets data to be displayed inside of the bar.
[Field](/tasks/python-net/aspose.tasks/field/).| +|left_field|Gets or sets data to be displayed on the left of the bar.
[Field](/tasks/python-net/aspose.tasks/field/).| |middle_fill_pattern|Gets or sets a fill pattern of the gantt bar.| |middle_shape|Gets or sets a middle shape of the bar.| |middle_shape_color|Gets or sets a color of the middle shape.| |name|Gets or sets a name of the style.| -|right_field|Gets or sets data to be displayed on the right of the bar.| +|right_field|Gets or sets data to be displayed on the right of the bar.
[Field](/tasks/python-net/aspose.tasks/field/).| |row|Gets or sets a row number.| -|show_for_categories|Gets or sets task categories for which the style is applied. Is applicable for parent (or common) styles of bars in Gantt chart
(see| -|show_for_task_uid|Gets or sets Unique Id of a task for which the style is applied. Is applicable for task-specific styles of bars in Gantt chart (see| +|show_for_categories|Gets or sets task categories for which the style is applied. Is applicable for parent (or common) styles of bars in Gantt chart
(see [bar_styles](/tasks/python-net/aspose.tasks/ganttchartview/)).| +|show_for_task_uid|Gets or sets Unique Id of a task for which the style is applied. Is applicable for task-specific styles of bars in Gantt chart (see [custom_bar_styles](/tasks/python-net/aspose.tasks/ganttchartview/)).| |start_shape|Gets or sets a start shape of the bar.| |start_shape_color|Gets or sets a color of the start shape.| |start_shape_type|Gets or sets a type of the start shape.| diff --git a/english/python-net/aspose.tasks.visualization/ganttchartcolumn/_index.md b/english/python-net/aspose.tasks.visualization/ganttchartcolumn/_index.md index b5459ecd6..f5a52d36e 100644 --- a/english/python-net/aspose.tasks.visualization/ganttchartcolumn/_index.md +++ b/english/python-net/aspose.tasks.visualization/ganttchartcolumn/_index.md @@ -20,9 +20,9 @@ The GanttChartColumn type exposes the following members: ## Properties | Name | Description | | :- | :- | -|field|Column field.| +|field|Column field.
[field](/tasks/python-net/aspose.tasks.visualization/ganttchartcolumn/).| |name|Gets the column name.| -|string_alignment|Gets or sets alignment of the text (can be one of the values of the| +|string_alignment|Gets or sets alignment of the text (can be one of the values of the [HorizontalStringAlignment](/tasks/python-net/aspose.tasks.visualization/horizontalstringalignment/) enumeration).| |width|Gets the column width.| |text_style_modification_callback|Gets or sets the callback which can be used to customize the appearance of the column's cells.| ## Methods diff --git a/english/python-net/aspose.tasks.visualization/gridline/_index.md b/english/python-net/aspose.tasks.visualization/gridline/_index.md index 7eb408a40..10ca9b49d 100644 --- a/english/python-net/aspose.tasks.visualization/gridline/_index.md +++ b/english/python-net/aspose.tasks.visualization/gridline/_index.md @@ -15,13 +15,13 @@ The Gridline type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|Gridline()|Initializes a new instance of the| +|Gridline()|Initializes a new instance of the [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) class.| ## Properties | Name | Description | | :- | :- | -|color|Gets or sets the| -|gridline_type|Gets or sets the type of gridline (| -|pattern|Gets or sets the| +|color|Gets or sets the [color](/tasks/python-net/aspose.tasks.visualization/gridline/) of a gridline.| +|gridline_type|Gets or sets the type of gridline ([gridline_type](/tasks/python-net/aspose.tasks.visualization/gridline/)).| +|pattern|Gets or sets the [LinePattern](/tasks/python-net/aspose.tasks.visualization/linepattern/) of a gridline.| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/pageinfo/_index.md b/english/python-net/aspose.tasks.visualization/pageinfo/_index.md index e0425dcf9..8220218f3 100644 --- a/english/python-net/aspose.tasks.visualization/pageinfo/_index.md +++ b/english/python-net/aspose.tasks.visualization/pageinfo/_index.md @@ -15,17 +15,17 @@ The PageInfo type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PageInfo()|Initializes a new instance of the| +|PageInfo()|Initializes a new instance of the [PageInfo](/tasks/python-net/aspose.tasks.visualization/pageinfo/) class.
Represents page setup data which is present in MPP file format and used for printing.| ## Properties | Name | Description | | :- | :- | -|header|Gets or sets the instance of the| -|footer|Gets or sets an instance of the| +|header|Gets or sets the instance of the [HeaderFooterInfo](/tasks/python-net/aspose.tasks.visualization/headerfooterinfo/) class which represents a header data.| +|footer|Gets or sets an instance of the [HeaderFooterInfo](/tasks/python-net/aspose.tasks.visualization/headerfooterinfo/) class which represents a footer data.| |name|Gets the name of the view for which set-up data is used.| -|page_settings|Gets an instance of the| -|page_view_settings|Gets an instance of the| -|margins|Gets an instance of the| -|legend|Gets or sets an instance of the| +|page_settings|Gets an instance of the [page_settings](/tasks/python-net/aspose.tasks.visualization/pageinfo/) class which specifies page printing settings.| +|page_view_settings|Gets an instance of the [page_view_settings](/tasks/python-net/aspose.tasks.visualization/pageinfo/) class which specifies page view printing settings.| +|margins|Gets an instance of the [PageMargins](/tasks/python-net/aspose.tasks.visualization/pagemargins/) class which specifies page margins.| +|legend|Gets or sets an instance of the [PageLegend](/tasks/python-net/aspose.tasks.visualization/pagelegend/) class which specifies rendering options of page legend.| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/pagelegend/_index.md b/english/python-net/aspose.tasks.visualization/pagelegend/_index.md index 23dcb6c5f..8f67d002d 100644 --- a/english/python-net/aspose.tasks.visualization/pagelegend/_index.md +++ b/english/python-net/aspose.tasks.visualization/pagelegend/_index.md @@ -22,7 +22,7 @@ The PageLegend type exposes the following members: |left_text|Gets or sets the left aligned text to display in the page legend.| |centered_text|Gets or sets the centered text to display in the page legend.| |right_text|Gets or sets the right aligned text to display in the page legend.| -|legend_on|Gets or sets the pages on which the legend appears. Can be one of the values of the| +|legend_on|Gets or sets the pages on which the legend appears. Can be one of the values of the [Legend](/tasks/python-net/aspose.tasks.visualization/legend/) enumeration.| |width|Gets or sets the width of the legend.| |left_image|Gets or sets the left aligned image to be displayed in the page legend.| |centered_image|Gets or sets the centered image to be displayed in the page legend.| diff --git a/english/python-net/aspose.tasks.visualization/pagemargins/_index.md b/english/python-net/aspose.tasks.visualization/pagemargins/_index.md index 9fd38090b..73c32db2e 100644 --- a/english/python-net/aspose.tasks.visualization/pagemargins/_index.md +++ b/english/python-net/aspose.tasks.visualization/pagemargins/_index.md @@ -23,7 +23,7 @@ The PageMargins type exposes the following members: |bottom|Gets or sets the size of the bottom margin in inches or centimeters.| |left|Gets or sets the size of the left margin in inches or centimeters.| |right|Gets or sets the size of the right margin in inches or centimeters.| -|borders|Gets or sets a position where to print borders. Can be one of the values of the| +|borders|Gets or sets a position where to print borders. Can be one of the values of the [Border](/tasks/python-net/aspose.tasks.visualization/border/) enumeration.| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/pagesettings/_index.md b/english/python-net/aspose.tasks.visualization/pagesettings/_index.md index ea8e4e8c0..45d9cf654 100644 --- a/english/python-net/aspose.tasks.visualization/pagesettings/_index.md +++ b/english/python-net/aspose.tasks.visualization/pagesettings/_index.md @@ -15,16 +15,16 @@ The PageSettings type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PageSettings()|Initializes a new instance of the| +|PageSettings()|Initializes a new instance of the [PageSettings](/tasks/python-net/aspose.tasks.visualization/pagesettings/) class.
Represents printing settings for a page of project view.| ## Properties | Name | Description | | :- | :- | |is_portrait|Gets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.| -|adjust_to_percent_of_normal_size|Gets or sets a value indicating whether to adjust printing to the specified percentage (| +|adjust_to_percent_of_normal_size|Gets or sets a value indicating whether to adjust printing to the specified percentage ([percent_of_normal_size](/tasks/python-net/aspose.tasks.visualization/pagesettings/)) of normal size.| |percent_of_normal_size|Gets or sets a percentage of normal size to adjust printing to.| |pages_in_width|Gets or sets a number of pages in width to be printed.| |pages_in_height|Gets or sets a number of pages in height to be printed.| -|paper_size|Gets or sets a paper size. Can be one of the values of the| +|paper_size|Gets or sets a paper size. Can be one of the values of the [PrinterPaperSize](/tasks/python-net/aspose.tasks.visualization/printerpapersize/) enumeration.| |paper_size_id|Gets or sets an integer representing one of the PrinterPaperSize values or a custom page size id.
This value can be used to get PaperSize from OS settings| |first_page_number|Gets or sets a first page number for printing.| diff --git a/english/python-net/aspose.tasks.visualization/pagesize/_index.md b/english/python-net/aspose.tasks.visualization/pagesize/_index.md index 664f271d7..652b96e5f 100644 --- a/english/python-net/aspose.tasks.visualization/pagesize/_index.md +++ b/english/python-net/aspose.tasks.visualization/pagesize/_index.md @@ -21,7 +21,7 @@ Specifies page size. |A2|The size of the A2 page in points is 1684 × 1190| |A3|The size of the A3 page in points is 1190 × 842| |A4|The size of the A4 page in points is 842 × 595| -|DEFINED_IN_VIEW|Use page size defined in View's| +|DEFINED_IN_VIEW|Use page size defined in View's [PageSettings](/tasks/python-net/aspose.tasks.visualization/pagesettings/) (View.PageInfo.PageSettings).| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/progresslines/_index.md b/english/python-net/aspose.tasks.visualization/progresslines/_index.md index 5970fbc65..60ffe1c74 100644 --- a/english/python-net/aspose.tasks.visualization/progresslines/_index.md +++ b/english/python-net/aspose.tasks.visualization/progresslines/_index.md @@ -21,17 +21,17 @@ The ProgressLines type exposes the following members: | :- | :- | |display_at_current_date|Gets or sets a value indicating whether to display progress line at current date.| |display_at_recurring_intervals|Gets or sets a value indicating whether to display progress line at recurring intervals.| -|recurring_interval|Gets or sets the recurring interval.| +|recurring_interval|Gets or sets the recurring interval.
[recurring_interval](/tasks/python-net/aspose.tasks.visualization/progresslines/).| |begin_at_project_start|Gets or sets a value indicating whether to display progress lines from the beginning of the project start date.| |begin_at_date|Gets or sets the date to display progress lines from.| |display_selected|Gets or sets a value indicating whether to display progress lines at the selected dates.| |is_baseline_plan|Gets or sets a value indicating whether to display progress lines for baseline plan or actual.| |show_date|Gets or sets a value indicating whether to show date for each progress line.| -|date_format|Gets or sets the date format (| +|date_format|Gets or sets the date format ([DateLabel](/tasks/python-net/aspose.tasks.visualization/datelabel/)).| |font|Gets or sets the font used for progress line label.| -|line_pattern|Gets or sets the line pattern of current progress line.| +|line_pattern|Gets or sets the line pattern of current progress line.
[line_pattern](/tasks/python-net/aspose.tasks.visualization/progresslines/).| |line_color|Gets or sets the line color for current progress line.| -|progress_point_shape|Gets or sets the progress point shape.| +|progress_point_shape|Gets or sets the progress point shape.
[GanttBarEndShape](/tasks/python-net/aspose.tasks.visualization/ganttbarendshape/).| |progress_point_color|Gets or sets the color of progress point.| |other_line_pattern|Gets or sets the line pattern for other progress line.| |other_line_color|Gets or sets the color of other progress line.| diff --git a/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md b/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md index 4212fdf63..48f011b95 100644 --- a/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md +++ b/english/python-net/aspose.tasks.visualization/recurringinterval/_index.md @@ -19,7 +19,7 @@ The RecurringInterval type exposes the following members: ## Properties | Name | Description | | :- | :- | -|interval|Gets or sets the recurring interval.
Can be any value of| +|interval|Gets or sets the recurring interval.
Can be any value of [interval](/tasks/python-net/aspose.tasks.visualization/recurringinterval/) type.| |daily_day_number|Gets or sets the daily day number.| |daily_workday|Gets or sets a value indicating whether a day is workday for daily progress lines.| |weekly_week_number|Gets or sets the week number for weekly progress lines.| diff --git a/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md b/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md index 63e030025..ca8825597 100644 --- a/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md +++ b/english/python-net/aspose.tasks.visualization/resourceviewcolumn/_index.md @@ -19,9 +19,9 @@ The ResourceViewColumn type exposes the following members: ## Properties | Name | Description | | :- | :- | -|field|Column field.| +|field|Column field.
[field](/tasks/python-net/aspose.tasks.visualization/resourceviewcolumn/).| |name|Gets the column name.| -|string_alignment|Gets or sets alignment of the text (can be one of the values of the| +|string_alignment|Gets or sets alignment of the text (can be one of the values of the [HorizontalStringAlignment](/tasks/python-net/aspose.tasks.visualization/horizontalstringalignment/) enumeration).| |width|Gets the column width.| |text_style_modification_callback|Gets or sets the callback which can be used to customize the appearance of the column's cells.| ## Methods diff --git a/english/python-net/aspose.tasks.visualization/shape/_index.md b/english/python-net/aspose.tasks.visualization/shape/_index.md index 0dab457fb..8b798c5d0 100644 --- a/english/python-net/aspose.tasks.visualization/shape/_index.md +++ b/english/python-net/aspose.tasks.visualization/shape/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks.visualization/shape/ ## Shape enumeration -Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of +Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of [SaveFileFormat](/tasks/python-net/aspose.tasks.saving/savefileformat/). ## Members | Member name | Description | diff --git a/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md b/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md index 4ddefdcca..efe18d411 100644 --- a/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md +++ b/english/python-net/aspose.tasks.visualization/tabletextstyle/_index.md @@ -25,10 +25,10 @@ The TableTextStyle type exposes the following members: |font|Gets or sets font of the text style.| |color|Gets or sets color of the text.| |item_type|Returns a value of the [TextItemType](/tasks/python-net/aspose.tasks.visualization/textitemtype/) enum.| -|background_pattern|Gets or sets background pattern of the text style.| -|background_color|Gets or sets background color of the text style.| +|background_pattern|Gets or sets background pattern of the text style.
[background_pattern](/tasks/python-net/aspose.tasks.visualization/textstyle/).| +|background_color|Gets or sets background color of the text style.
[color](/tasks/python-net/aspose.tasks.visualization/textstyle/).| |row_uid|Gets a row unique id.| -|field|Gets or sets a field the style is to be applied to.| +|field|Gets or sets a field the style is to be applied to.
[field](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/).| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md b/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md index 9469b1d02..478988ca1 100644 --- a/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md +++ b/english/python-net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md @@ -16,8 +16,8 @@ The TaskTextStyleEventArgs type exposes the following members: | Name | Description | | :- | :- | |cell_text_style|Gets or sets TextStyle which will be used to draw the cell's content. This object can be use to customize appearance of a table cell.| -|task|Gets| -|column|Gets| +|task|Gets [task](/tasks/python-net/aspose.tasks.visualization/tasktextstyleeventargs/) which corresponds to the currently rendered row.| +|column|Gets [ViewColumn](/tasks/python-net/aspose.tasks.visualization/viewcolumn/) to which the currently rendered cell belongs.| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/textstyle/_index.md b/english/python-net/aspose.tasks.visualization/textstyle/_index.md index 14793ebe8..018710397 100644 --- a/english/python-net/aspose.tasks.visualization/textstyle/_index.md +++ b/english/python-net/aspose.tasks.visualization/textstyle/_index.md @@ -15,7 +15,7 @@ The TextStyle type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|TextStyle()|Initializes a new instance of the| +|TextStyle()|Initializes a new instance of the [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) class with default settings.| |TextStyle(font_size, font_style)|Initializes a new instance of the TextStyle class| |TextStyle(font_style)|Initializes a new instance of the TextStyle class| |TextStyle(font)|Initializes a new instance of the TextStyle class| @@ -24,9 +24,9 @@ The TextStyle type exposes the following members: | :- | :- | |font|Gets or sets font of the text style.| |color|Gets or sets color of the text.| -|item_type|Gets or sets| -|background_pattern|Gets or sets background pattern of the text style.| -|background_color|Gets or sets background color of the text style.| +|item_type|Gets or sets [TextItemType](/tasks/python-net/aspose.tasks.visualization/textitemtype/) of the text style.| +|background_pattern|Gets or sets background pattern of the text style.
[background_pattern](/tasks/python-net/aspose.tasks.visualization/textstyle/).| +|background_color|Gets or sets background color of the text style.
[color](/tasks/python-net/aspose.tasks.visualization/textstyle/).| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/timescale/_index.md b/english/python-net/aspose.tasks.visualization/timescale/_index.md index ee0db6c61..a1a81171f 100644 --- a/english/python-net/aspose.tasks.visualization/timescale/_index.md +++ b/english/python-net/aspose.tasks.visualization/timescale/_index.md @@ -14,7 +14,7 @@ Defines options which specifies how to render timescale in Gantt Chart, Task Usa ## Members | Member name | Description | | :- | :- | -|DEFINED_IN_VIEW|Use timescale settings defined in project view's properties:| +|DEFINED_IN_VIEW|Use timescale settings defined in project view's properties: [bottom_timescale_tier](/tasks/python-net/aspose.tasks/ganttchartview/),
[middle_timescale_tier](/tasks/python-net/aspose.tasks/ganttchartview/), [top_timescale_tier](/tasks/python-net/aspose.tasks/ganttchartview/).
Valid for formats which contains view data. For example, projects which are read from MPP format.| |DAYS|Predefined two-tiered timescale where minimal level of detail is one day.| |THIRDS_OF_MONTHS|Predefined two-tiered timescale where level of detail is one third of month.| |MONTHS|Predefined two-tiered timescale where minimal level of detail is one month.| diff --git a/english/python-net/aspose.tasks.visualization/timescaletier/_index.md b/english/python-net/aspose.tasks.visualization/timescaletier/_index.md index 583e56443..32bb39a21 100644 --- a/english/python-net/aspose.tasks.visualization/timescaletier/_index.md +++ b/english/python-net/aspose.tasks.visualization/timescaletier/_index.md @@ -15,17 +15,17 @@ The TimescaleTier type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|TimescaleTier()|Initializes a new instance of the| +|TimescaleTier()|Initializes a new instance of the [TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/) class.| |TimescaleTier(unit, count)|Initializes a new instance of the TimescaleTier class| ## Properties | Name | Description | | :- | :- | |count|Gets or sets the time unit interval in which to show labels for the tier.
The default value is 1.| -|label|Gets or sets date label| -|alignment|Gets or sets how to align labels within each time period of the tier (| +|label|Gets or sets date label [DateLabel](/tasks/python-net/aspose.tasks.visualization/datelabel/) for the timescale tier.| +|alignment|Gets or sets how to align labels within each time period of the tier ([HorizontalStringAlignment](/tasks/python-net/aspose.tasks.visualization/horizontalstringalignment/)).| |uses_fiscal_year|Gets or sets a value indicating whether to base the tier labels on the fiscal year.| |show_ticks|Gets or sets a value indicating whether whether to show tick marks that separate time periods in the tier.| -|unit|Gets or sets timescale unit| +|unit|Gets or sets timescale unit [TimescaleUnit](/tasks/python-net/aspose.tasks.visualization/timescaleunit/) for the timescale tier.
The default value is| ### See Also diff --git a/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md b/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md index 7ba1816e5..10ea3b6a9 100644 --- a/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md +++ b/english/python-net/aspose.tasks.visualization/viewcolumn/_index.md @@ -15,9 +15,9 @@ The ViewColumn type exposes the following members: ## Properties | Name | Description | | :- | :- | -|field|Gets or sets column field.| +|field|Gets or sets column field.
[field](/tasks/python-net/aspose.tasks.visualization/viewcolumn/).| |name|Gets the column name.| -|string_alignment|Gets or sets alignment of the text (can be one of the values of the| +|string_alignment|Gets or sets alignment of the text (can be one of the values of the [HorizontalStringAlignment](/tasks/python-net/aspose.tasks.visualization/horizontalstringalignment/) enumeration).| |width|Gets the column width.| |text_style_modification_callback|Gets or sets the callback which can be used to customize the appearance of the column's cells.| diff --git a/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md b/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md index 2906cc713..ba66f8282 100644 --- a/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md +++ b/english/python-net/aspose.tasks.visualization/visualobjectplacement/_index.md @@ -9,17 +9,17 @@ url: /python-net/aspose.tasks.visualization/visualobjectplacement/ ## VisualObjectPlacement class -Represents placement and appearance of +Represents placement and appearance of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) in a view. The VisualObjectPlacement type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|VisualObjectPlacement()|Initializes a new instance of the| +|VisualObjectPlacement()|Initializes a new instance of the [VisualObjectPlacement](/tasks/python-net/aspose.tasks.visualization/visualobjectplacement/) class.| ## Properties | Name | Description | | :- | :- | -|ole_object_id|Gets or sets Id of| +|ole_object_id|Gets or sets Id of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) object.| |task_id|Gets or sets Id of task if 'Attach to task' options is selected, -1 otherwise.| |width|Gets or sets displayed width of visual object.| |height|Gets or sets displayed height of visual object.| diff --git a/english/python-net/aspose.tasks/_index.md b/english/python-net/aspose.tasks/_index.md index df4530349..e727d76d9 100644 --- a/english/python-net/aspose.tasks/_index.md +++ b/english/python-net/aspose.tasks/_index.md @@ -15,11 +15,11 @@ Contains classes for work with Microsoft Project documents without utilizing Mic | :- | :- | |[ApsLayoutBuilderOutOfMemoryException](/tasks/python-net/aspose.tasks/apslayoutbuilderoutofmemoryexception/)|Represents exception which occurs when there is not enough memory to continue an image layout building.| |[AssignmentBaseline](/tasks/python-net/aspose.tasks/assignmentbaseline/)|Represents Baseline of a resource assignment.| -|[AssignmentBaselineCollection](/tasks/python-net/aspose.tasks/assignmentbaselinecollection/)|Represents a collection of| +|[AssignmentBaselineCollection](/tasks/python-net/aspose.tasks/assignmentbaselinecollection/)|Represents a collection of [AssignmentBaseline](/tasks/python-net/aspose.tasks/assignmentbaseline/) objects.| |[AvailabilityPeriod](/tasks/python-net/aspose.tasks/availabilityperiod/)|Represents a period when a resource is available.| -|[AvailabilityPeriodCollection](/tasks/python-net/aspose.tasks/availabilityperiodcollection/)|Represents a collection which contains| +|[AvailabilityPeriodCollection](/tasks/python-net/aspose.tasks/availabilityperiodcollection/)|Represents a collection which contains [AvailabilityPeriod](/tasks/python-net/aspose.tasks/availabilityperiod/) objects.| |[Baseline](/tasks/python-net/aspose.tasks/baseline/)|Represents baseline values of a resource.| -|[BaselineCollection](/tasks/python-net/aspose.tasks/baselinecollection/)|Represents a collection of| +|[BaselineCollection](/tasks/python-net/aspose.tasks/baselinecollection/)|Represents a collection of [Baseline](/tasks/python-net/aspose.tasks/baseline/) objects.| |[BitmapInvalidSizeException](/tasks/python-net/aspose.tasks/bitmapinvalidsizeexception/)|Represents exception which occurs when there is not enough memory to create a bitmap instance.| |[BuildVersionInfo](/tasks/python-net/aspose.tasks/buildversioninfo/)|Contains build version and product information.| |[ByMonthDayRepetition](/tasks/python-net/aspose.tasks/bymonthdayrepetition/)|Represents a pattern which is based on the absolute position of a day in a month.| @@ -27,9 +27,9 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[ByYearDayRepetition](/tasks/python-net/aspose.tasks/byyeardayrepetition/)|Represents a pattern which is based on the absolute position of a day in a month.| |[ByYearWeekDayRepetition](/tasks/python-net/aspose.tasks/byyearweekdayrepetition/)|Represents a pattern which is based on position of a weekday in a month.| |[Calendar](/tasks/python-net/aspose.tasks/calendar/)|Represents a calendar used in a project.| -|[CalendarCollection](/tasks/python-net/aspose.tasks/calendarcollection/)|Represents a collection of| +|[CalendarCollection](/tasks/python-net/aspose.tasks/calendarcollection/)|Represents a collection of [Calendar](/tasks/python-net/aspose.tasks/calendar/) objects.| |[CalendarException](/tasks/python-net/aspose.tasks/calendarexception/)|Represent exceptional time periods in a calendar.| -|[CalendarExceptionCollection](/tasks/python-net/aspose.tasks/calendarexceptioncollection/)|Represents a collection of| +|[CalendarExceptionCollection](/tasks/python-net/aspose.tasks/calendarexceptioncollection/)|Represents a collection of [CalendarException](/tasks/python-net/aspose.tasks/calendarexception/) objects.| |[CompoundDocumentHeaderException](/tasks/python-net/aspose.tasks/compounddocumentheaderexception/)|Represents an exception which is thrown when the header of MPP file is broken.| |[CopyToOptions](/tasks/python-net/aspose.tasks/copytooptions/)|Allows to specify additional options when copying project data.| |[CssSavingArgs](/tasks/python-net/aspose.tasks/csssavingargs/)|This class represents set of data that related to external CSS file's saving that
occurs during conversion to HTML format.| @@ -37,28 +37,29 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[DailyRecurrencePattern](/tasks/python-net/aspose.tasks/dailyrecurrencepattern/)|Represents the set of parameters are used to create a daily recurring task in a project.| |[DailyRepetitionBase](/tasks/python-net/aspose.tasks/dailyrepetitionbase/)|Represents a base class for repetitions in daily recurrence pattern.| |[DailyWorkRepetition](/tasks/python-net/aspose.tasks/dailyworkrepetition/)|Represents a class for repetitions in daily recurrence pattern based on work days.| -|[DayTypeCollection](/tasks/python-net/aspose.tasks/daytypecollection/)|Represents a collection of| +|[DayTypeCollection](/tasks/python-net/aspose.tasks/daytypecollection/)|Represents a collection of [DayType](/tasks/python-net/aspose.tasks/daytype/) objects.| |[Duration](/tasks/python-net/aspose.tasks/duration/)|Represents duration in a project.| |[EndAfterRecurrenceRange](/tasks/python-net/aspose.tasks/endafterrecurrencerange/)|Represents the recurrence range of recurring task which is limited by occurrence number.| |[EndByRecurrenceRange](/tasks/python-net/aspose.tasks/endbyrecurrencerange/)|Represents the recurrence range of recurring task which is limited by finish day.| |[ExtendedAttribute](/tasks/python-net/aspose.tasks/extendedattribute/)|Represents extended attributes.| -|[ExtendedAttributeCollection](/tasks/python-net/aspose.tasks/extendedattributecollection/)|Represents a collection of| +|[ExtendedAttributeCollection](/tasks/python-net/aspose.tasks/extendedattributecollection/)|Represents a collection of [ExtendedAttribute](/tasks/python-net/aspose.tasks/extendedattribute/) objects.| |[ExtendedAttributeDefinition](/tasks/python-net/aspose.tasks/extendedattributedefinition/)|Represents an extended attribute definition associated with a project.| -|[ExtendedAttributeDefinitionCollection](/tasks/python-net/aspose.tasks/extendedattributedefinitioncollection/)|Represents a collection of| +|[ExtendedAttributeDefinitionCollection](/tasks/python-net/aspose.tasks/extendedattributedefinitioncollection/)|Represents a collection of [ExtendedAttributeDefinition](/tasks/python-net/aspose.tasks/extendedattributedefinition/) objects.| |[Filter](/tasks/python-net/aspose.tasks/filter/)|Represents a filter in Project.| -|[FilterCollection](/tasks/python-net/aspose.tasks/filtercollection/)|Contains a list of| +|[FilterCollection](/tasks/python-net/aspose.tasks/filtercollection/)|Contains a list of [Filter](/tasks/python-net/aspose.tasks/filter/) objects.
Implements ICollection interface.| |[FilterCriteria](/tasks/python-net/aspose.tasks/filtercriteria/)|Defines the criteria that tasks or resources must meet to be displayed in MSP view.| |[FontResolveEventArgs](/tasks/python-net/aspose.tasks/fontresolveeventargs/)|Provides arguments for the callback that is invoked when font is resolved.| |[FontSavingArgs](/tasks/python-net/aspose.tasks/fontsavingargs/)|This class represents set of data that related to external fonts file's saving that
occurs during conversion to HTML format.| |[FontSettings](/tasks/python-net/aspose.tasks/fontsettings/)|Specifies font settings used when rendering project's view.| |[GanttChartView](/tasks/python-net/aspose.tasks/ganttchartview/)|Represents a GanttChart view.| |[Group](/tasks/python-net/aspose.tasks/group/)|Represents a group definition.
A Group object is a member of the ResourceGroups collection or the TaskGroups collection.| -|[GroupCollection](/tasks/python-net/aspose.tasks/groupcollection/)|Contains a list of| -|[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/)|Contains a collection of| +|[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.| |[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.| +|[IMessageHandler](/tasks/python-net/aspose.tasks/imessagehandler/)|Represents a callback the results of resource leveling.| |[IVbaModule](/tasks/python-net/aspose.tasks/ivbamodule/)|Represents a module with VBA code.| |[ImageSavingArgs](/tasks/python-net/aspose.tasks/imagesavingargs/)|This class represents set of data that related to external image file's saving that
occurs during conversion to HTML format.| |[InvalidPasswordException](/tasks/python-net/aspose.tasks/invalidpasswordexception/)|Represents the exception type which is thrown when password protected file opening with wrong password.| @@ -70,16 +71,16 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[NoPrinterInstalledException](/tasks/python-net/aspose.tasks/noprinterinstalledexception/)|Represents an exception which is thrown when there is no installed printer in OS.| |[NullableBool](/tasks/python-net/aspose.tasks/nullablebool/)|A class for boolean values with possibility to check whether the value was defined or not.| |[OleObject](/tasks/python-net/aspose.tasks/oleobject/)|Represents an OLE object which can be inserter into Gantt Chart View of an MPP file.| -|[OleObjectCollection](/tasks/python-net/aspose.tasks/oleobjectcollection/)|Represents a collection containing the instances of the| +|[OleObjectCollection](/tasks/python-net/aspose.tasks/oleobjectcollection/)|Represents a collection containing the instances of the [OleObject](/tasks/python-net/aspose.tasks/oleobject/) class.| |[OutlineCode](/tasks/python-net/aspose.tasks/outlinecode/)|Represents a value of an outline code.| -|[OutlineCodeCollection](/tasks/python-net/aspose.tasks/outlinecodecollection/)|Represents a collection of| +|[OutlineCodeCollection](/tasks/python-net/aspose.tasks/outlinecodecollection/)|Represents a collection of [OutlineCode](/tasks/python-net/aspose.tasks/outlinecode/) objects.| |[OutlineCodeDefinition](/tasks/python-net/aspose.tasks/outlinecodedefinition/)|Represents an outline code definition.| -|[OutlineCodeDefinitionCollection](/tasks/python-net/aspose.tasks/outlinecodedefinitioncollection/)|Represents a collection of| +|[OutlineCodeDefinitionCollection](/tasks/python-net/aspose.tasks/outlinecodedefinitioncollection/)|Represents a collection of [OutlineCodeDefinition](/tasks/python-net/aspose.tasks/outlinecodedefinition/) objects.| |[OutlineMask](/tasks/python-net/aspose.tasks/outlinemask/)|Represents four elements of a mask which defines an outline code format.| -|[OutlineMaskCollection](/tasks/python-net/aspose.tasks/outlinemaskcollection/)|Represents a collection of| +|[OutlineMaskCollection](/tasks/python-net/aspose.tasks/outlinemaskcollection/)|Represents a collection of [OutlineMask](/tasks/python-net/aspose.tasks/outlinemask/) objects.| |[OutlineValue](/tasks/python-net/aspose.tasks/outlinevalue/)|Represents an outline value.| -|[OutlineValueCollection](/tasks/python-net/aspose.tasks/outlinevaluecollection/)|Represents a collection of| -|[ParseErrorArgs](/tasks/python-net/aspose.tasks/parseerrorargs/)|Provides data for the| +|[OutlineValueCollection](/tasks/python-net/aspose.tasks/outlinevaluecollection/)|Represents a collection of [OutlineValue](/tasks/python-net/aspose.tasks/outlinevalue/) objects.| +|[ParseErrorArgs](/tasks/python-net/aspose.tasks/parseerrorargs/)|Provides data for the [ParseErrorCallback](/tasks/python-net/aspose.tasks/parseerrorcallback/) delegate.| |[PrimaveraBaseReader](/tasks/python-net/aspose.tasks/primaverabasereader/)|Represents a base reader which can be used to read Project UIDs from multi project Primavera XER or XML files.| |[PrimaveraProjectProperties](/tasks/python-net/aspose.tasks/primaveraprojectproperties/)|Represents Primavera-specific properties for a project read from Primavera files (XER of P6XML).| |[PrimaveraReadOptions](/tasks/python-net/aspose.tasks/primaverareadoptions/)|Allows to specify additional options when reading Primavera Xml or Primavera Xer files.| @@ -95,8 +96,8 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[ProjectServerManager](/tasks/python-net/aspose.tasks/projectservermanager/)|The class which provides the methods to read and to perform operations on projects in the specified Project Online account or
in the specified on-premise Project Server instance (Project Server's versions 2016 and 2019 are supported).| |[ProjectServerSaveOptions](/tasks/python-net/aspose.tasks/projectserversaveoptions/)|Allows to specify additional options when project is saved to Project Server or Project Online.| |[Rate](/tasks/python-net/aspose.tasks/rate/)|Represents a definition of a time period and rates applicable for a resource during that period.| -|[RateByDateCollection](/tasks/python-net/aspose.tasks/ratebydatecollection/)|Represents a collection which mappings of| -|[RateCollection](/tasks/python-net/aspose.tasks/ratecollection/)|Represents a collection which contains| +|[RateByDateCollection](/tasks/python-net/aspose.tasks/ratebydatecollection/)|Represents a collection which mappings of datetime to [Rate](/tasks/python-net/aspose.tasks/rate/) objects.| +|[RateCollection](/tasks/python-net/aspose.tasks/ratecollection/)|Represents a collection which contains [Rate](/tasks/python-net/aspose.tasks/rate/) objects.| |[RecalculationValidationException](/tasks/python-net/aspose.tasks/recalculationvalidationexception/)|Represents an exception which is thrown when errors are found in project after recalculation.| |[RecurrencePatternBase](/tasks/python-net/aspose.tasks/recurrencepatternbase/)|Represents the base class of recurrence pattern.| |[RecurrenceRangeBase](/tasks/python-net/aspose.tasks/recurrencerangebase/)|Represents the recurrence range of recurring task.| @@ -104,25 +105,25 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[RecurringTaskParameters](/tasks/python-net/aspose.tasks/recurringtaskparameters/)|Represents the set of parameters are used to create a recurring task in a project.| |[Resource](/tasks/python-net/aspose.tasks/resource/)|Represents a resource in a project.| |[ResourceAssignment](/tasks/python-net/aspose.tasks/resourceassignment/)|Represents a resource assignment in a project.| -|[ResourceAssignmentCollection](/tasks/python-net/aspose.tasks/resourceassignmentcollection/)|Represents a collection of| -|[ResourceCollection](/tasks/python-net/aspose.tasks/resourcecollection/)|Represents a collection of| +|[ResourceAssignmentCollection](/tasks/python-net/aspose.tasks/resourceassignmentcollection/)|Represents a collection of [ResourceAssignment](/tasks/python-net/aspose.tasks/resourceassignment/) objects.| +|[ResourceCollection](/tasks/python-net/aspose.tasks/resourcecollection/)|Represents a collection of [Resource](/tasks/python-net/aspose.tasks/resource/) objects.| |[ResourceSavingArgs](/tasks/python-net/aspose.tasks/resourcesavingargs/)|This class represents set of data that related to external resource file's saving that
occurs during conversion to HTML format.| |[ResourceUsageView](/tasks/python-net/aspose.tasks/resourceusageview/)|Represents resource usage view in a project.| -|[ResourceUsageViewFieldCollection](/tasks/python-net/aspose.tasks/resourceusageviewfieldcollection/)|Represent a collection of| +|[ResourceUsageViewFieldCollection](/tasks/python-net/aspose.tasks/resourceusageviewfieldcollection/)|Represent a collection of [ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/) values.| |[SplitPart](/tasks/python-net/aspose.tasks/splitpart/)|Represents a task portion. The SplitPart is a member of the task's SplitParts collection.| |[SplitPartCollection](/tasks/python-net/aspose.tasks/splitpartcollection/)|Collection that represents the portions of a task.| |[Table](/tasks/python-net/aspose.tasks/table/)|Represents a table in Project| -|[TableCollection](/tasks/python-net/aspose.tasks/tablecollection/)|Contains a list of| +|[TableCollection](/tasks/python-net/aspose.tasks/tablecollection/)|Contains a list of [Table](/tasks/python-net/aspose.tasks/table/) objects.
Implements ICollection interface.| |[TableField](/tasks/python-net/aspose.tasks/tablefield/)|Represents a field of a table in a project.| -|[TableFieldCollection](/tasks/python-net/aspose.tasks/tablefieldcollection/)|Contains a list of| +|[TableFieldCollection](/tasks/python-net/aspose.tasks/tablefieldcollection/)|Contains a list of [TableField](/tasks/python-net/aspose.tasks/tablefield/) objects.
Implements IList interface.| |[Task](/tasks/python-net/aspose.tasks/task/)|Represents a task in a project.| |[TaskBaseline](/tasks/python-net/aspose.tasks/taskbaseline/)|Represents Baseline of a Task.| -|[TaskBaselineCollection](/tasks/python-net/aspose.tasks/taskbaselinecollection/)|Represents a collection of| -|[TaskCollection](/tasks/python-net/aspose.tasks/taskcollection/)|Represents a collection of| +|[TaskBaselineCollection](/tasks/python-net/aspose.tasks/taskbaselinecollection/)|Represents a collection of [TaskBaseline](/tasks/python-net/aspose.tasks/taskbaseline/) objects.| +|[TaskCollection](/tasks/python-net/aspose.tasks/taskcollection/)|Represents a collection of [Task](/tasks/python-net/aspose.tasks/task/) objects.| |[TaskLink](/tasks/python-net/aspose.tasks/tasklink/)|Represents a predecessor link.| -|[TaskLinkCollection](/tasks/python-net/aspose.tasks/tasklinkcollection/)|Represents a collection of| +|[TaskLinkCollection](/tasks/python-net/aspose.tasks/tasklinkcollection/)|Represents a collection of [Task](/tasks/python-net/aspose.tasks/task/) objects.| |[TaskUsageView](/tasks/python-net/aspose.tasks/taskusageview/)|Represents task usage view in a project.| -|[TaskUsageViewFieldCollection](/tasks/python-net/aspose.tasks/taskusageviewfieldcollection/)|Represents a collection of| +|[TaskUsageViewFieldCollection](/tasks/python-net/aspose.tasks/taskusageviewfieldcollection/)|Represents a collection of [TaskUsageViewField](/tasks/python-net/aspose.tasks/taskusageviewfield/) values.| |[TaskValidationException](/tasks/python-net/aspose.tasks/taskvalidationexception/)|Represents an exception which is thrown when errors are found in project's tasks after recalculation.| |[TasksException](/tasks/python-net/aspose.tasks/tasksexception/)|Represents the standard internal exception type.| |[TasksLoggedException](/tasks/python-net/aspose.tasks/tasksloggedexception/)|Represents the standard internal exception type.| @@ -131,34 +132,34 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[TasksWritingException](/tasks/python-net/aspose.tasks/taskswritingexception/)|Represents the standard internal writing exception type.| |[TimelineView](/tasks/python-net/aspose.tasks/timelineview/)|Represents a timeline view of a project.| |[TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/)|Represents a time phased data.| -|[TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/)|Represents a collection of| +|[TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/)|Represents a collection of [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) objects.| |[UnexpectedFileFormatException](/tasks/python-net/aspose.tasks/unexpectedfileformatexception/)|Represents an exception which is thrown when file format has unexpected format or structure.| |[UsageView](/tasks/python-net/aspose.tasks/usageview/)|Represent a usage view in a project.| |[ValidationException](/tasks/python-net/aspose.tasks/validationexception/)|Represents an exception which is thrown when errors are found during validation of entity.| |[Value](/tasks/python-net/aspose.tasks/value/)|Represents a value in a value list.| |[VbaModule](/tasks/python-net/aspose.tasks/vbamodule/)|Represents a VBA module.| -|[VbaModuleAttribute](/tasks/python-net/aspose.tasks/vbamoduleattribute/)|The attribute of the| -|[VbaModuleAttributeCollection](/tasks/python-net/aspose.tasks/vbamoduleattributecollection/)|Represents a collection of| -|[VbaModuleCollection](/tasks/python-net/aspose.tasks/vbamodulecollection/)|Represents a collection of| -|[VbaProject](/tasks/python-net/aspose.tasks/vbaproject/)|Represents| -|[VbaReference](/tasks/python-net/aspose.tasks/vbareference/)|Represents a reference of the| -|[VbaReferenceCollection](/tasks/python-net/aspose.tasks/vbareferencecollection/)|Represents a collection of| +|[VbaModuleAttribute](/tasks/python-net/aspose.tasks/vbamoduleattribute/)|The attribute of the [VbaModule](/tasks/python-net/aspose.tasks/vbamodule/) object| +|[VbaModuleAttributeCollection](/tasks/python-net/aspose.tasks/vbamoduleattributecollection/)|Represents a collection of [VbaModuleAttribute](/tasks/python-net/aspose.tasks/vbamoduleattribute/) objects.| +|[VbaModuleCollection](/tasks/python-net/aspose.tasks/vbamodulecollection/)|Represents a collection of [VbaModule](/tasks/python-net/aspose.tasks/vbamodule/) objects.| +|[VbaProject](/tasks/python-net/aspose.tasks/vbaproject/)|Represents [VbaProject](/tasks/python-net/aspose.tasks/vbaproject/).| +|[VbaReference](/tasks/python-net/aspose.tasks/vbareference/)|Represents a reference of the [VbaProject](/tasks/python-net/aspose.tasks/vbaproject/).| +|[VbaReferenceCollection](/tasks/python-net/aspose.tasks/vbareferencecollection/)|Represents a collection of [VbaReference](/tasks/python-net/aspose.tasks/vbareference/) objects.| |[View](/tasks/python-net/aspose.tasks/view/)|Represents a view in Project.| -|[ViewCollection](/tasks/python-net/aspose.tasks/viewcollection/)|Contains a list of| +|[ViewCollection](/tasks/python-net/aspose.tasks/viewcollection/)|Contains a list of [View](/tasks/python-net/aspose.tasks/view/) objects.
Implements ICollection interface.| |[WBSCodeDefinition](/tasks/python-net/aspose.tasks/wbscodedefinition/)|Represents a WBS Code Definition.| |[WBSCodeMask](/tasks/python-net/aspose.tasks/wbscodemask/)|Represents WBS Code mask.| |[WBSCodeMaskCollection](/tasks/python-net/aspose.tasks/wbscodemaskcollection/)|Represents a collection of WBSCodeMask objects.| |[WebRequestEventArgs](/tasks/python-net/aspose.tasks/webrequesteventargs/)|Provides arguments for the event that is raised when the client sends a web request to the Project Server's web API.| |[WeekDay](/tasks/python-net/aspose.tasks/weekday/)|Represents a weekday which either defines regular days of a week or exception days in a calendar.| -|[WeekDayCollection](/tasks/python-net/aspose.tasks/weekdaycollection/)|Represents a collection of| +|[WeekDayCollection](/tasks/python-net/aspose.tasks/weekdaycollection/)|Represents a collection of [WeekDay](/tasks/python-net/aspose.tasks/weekday/) objects.| |[WeeklyRecurrencePattern](/tasks/python-net/aspose.tasks/weeklyrecurrencepattern/)|Represents the set of parameters are used to create a weekly recurring task in a project.| |[WeeklyRepetition](/tasks/python-net/aspose.tasks/weeklyrepetition/)|Represents a pattern which is based on weekdays.| |[WeeklyRepetitionBase](/tasks/python-net/aspose.tasks/weeklyrepetitionbase/)|Represents a base class for repetitions in weekly recurrence pattern.| |[WorkUnit](/tasks/python-net/aspose.tasks/workunit/)|Represents working hours.| |[WorkWeek](/tasks/python-net/aspose.tasks/workweek/)|Represent WorkWeek class| -|[WorkWeekCollection](/tasks/python-net/aspose.tasks/workweekcollection/)|Represents a collection of| +|[WorkWeekCollection](/tasks/python-net/aspose.tasks/workweekcollection/)|Represents a collection of [WorkWeek](/tasks/python-net/aspose.tasks/workweek/) objects.| |[WorkingTime](/tasks/python-net/aspose.tasks/workingtime/)|Represents a working time during a weekday.| -|[WorkingTimeCollection](/tasks/python-net/aspose.tasks/workingtimecollection/)|Represents a collection of| +|[WorkingTimeCollection](/tasks/python-net/aspose.tasks/workingtimecollection/)|Represents a collection of [WorkingTimeCollection](/tasks/python-net/aspose.tasks/workingtimecollection/) objects.| |[YearlyRecurrencePattern](/tasks/python-net/aspose.tasks/yearlyrecurrencepattern/)|Represents the set of parameters are used to create a yearly recurring task in a project.| |[YearlyRepetitionBase](/tasks/python-net/aspose.tasks/yearlyrepetitionbase/)|Represents a base pattern for yearly day position.| ## Enumerations @@ -193,12 +194,13 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[HtmlImageType](/tasks/python-net/aspose.tasks/htmlimagetype/)|Represents HTML image type.| |[ItemType](/tasks/python-net/aspose.tasks/itemtype/)|Specifies the type of an item.| |[MaskType](/tasks/python-net/aspose.tasks/masktype/)|Specifies the type of a mask.| +|[MessageLevel](/tasks/python-net/aspose.tasks/messagelevel/)|Defines the possible message verbosity levels.| |[MinuteLabelDisplay](/tasks/python-net/aspose.tasks/minutelabeldisplay/)|Specifies how the minute label displays.| |[Month](/tasks/python-net/aspose.tasks/month/)|Specifies the month.| |[MonthItemType](/tasks/python-net/aspose.tasks/monthitemtype/)|Specifies the month item for which an exception recurrence is scheduled.| |[MonthLabelDisplay](/tasks/python-net/aspose.tasks/monthlabeldisplay/)|Specifies how the month label displays.| |[MonthPosition](/tasks/python-net/aspose.tasks/monthposition/)|Specifies the position of a month item within a month.| -|[OrdinalNumber](/tasks/python-net/aspose.tasks/ordinalnumber/)|Represents an ordinal number in the instance of| +|[OrdinalNumber](/tasks/python-net/aspose.tasks/ordinalnumber/)|Represents an ordinal number in the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class.| |[OutlineValueType](/tasks/python-net/aspose.tasks/outlinevaluetype/)|Specifies the type of an outline value.| |[RateFormatType](/tasks/python-net/aspose.tasks/rateformattype/)|Specifies the units used by Microsoft Project to display a rate.| |[RateScaleType](/tasks/python-net/aspose.tasks/ratescaletype/)|Specifies the rate scale type.| @@ -206,7 +208,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[RecurrencePattern](/tasks/python-net/aspose.tasks/recurrencepattern/)|Represents a type of recurrence pattern of a recurrent task.| |[ResourceExportType](/tasks/python-net/aspose.tasks/resourceexporttype/)|Specifies the resource export type for HTML format.| |[ResourceType](/tasks/python-net/aspose.tasks/resourcetype/)|Specifies the type of a resource.| -|[ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/)|Represents possible fields in| +|[ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/)|Represents possible fields in [ResourceUsageView](/tasks/python-net/aspose.tasks/resourceusageview/) object resource usage view field.| |[RollupType](/tasks/python-net/aspose.tasks/rolluptype/)|Specifies the rollup type.| |[SummaryRowsCalculationType](/tasks/python-net/aspose.tasks/summaryrowscalculationtype/)|Specifies the type of a calculation of the custom attribute's value for summary rows.| |[TaskKey](/tasks/python-net/aspose.tasks/taskkey/)|Represents a list of supported task fields.| @@ -214,14 +216,14 @@ Contains classes for work with Microsoft Project documents without utilizing Mic |[TaskStartDateType](/tasks/python-net/aspose.tasks/taskstartdatetype/)|Specifies the type of a task's start date.| |[TaskStatus](/tasks/python-net/aspose.tasks/taskstatus/)|Specifies the status of a task.| |[TaskType](/tasks/python-net/aspose.tasks/tasktype/)|Specifies the type of a task.| -|[TaskUsageViewField](/tasks/python-net/aspose.tasks/taskusageviewfield/)|Represents possible fields in| +|[TaskUsageViewField](/tasks/python-net/aspose.tasks/taskusageviewfield/)|Represents possible fields in [TaskUsageView](/tasks/python-net/aspose.tasks/taskusageview/) object.| |[TimeUnitType](/tasks/python-net/aspose.tasks/timeunittype/)|Specifies the type of a time unit.| |[TimephasedDataType](/tasks/python-net/aspose.tasks/timephaseddatatype/)|Specifies the type of time phased data.| |[UndefinedConstraintHandlingBehavior](/tasks/python-net/aspose.tasks/undefinedconstrainthandlingbehavior/)|Specifies the behavior used to handle tasks with undefined constraints.| |[ViewScreen](/tasks/python-net/aspose.tasks/viewscreen/)|Specifies the screen type for a view.| |[WBSSequence](/tasks/python-net/aspose.tasks/wbssequence/)|Specifies sequence for WBSCodeMask| |[WeekLabelDisplay](/tasks/python-net/aspose.tasks/weeklabeldisplay/)|Specifies how the week label displays.| -|[WeekdayType](/tasks/python-net/aspose.tasks/weekdaytype/)|Represents a weekday of a project in the instance of| +|[WeekdayType](/tasks/python-net/aspose.tasks/weekdaytype/)|Represents a weekday of a project in the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class.| |[WorkContourType](/tasks/python-net/aspose.tasks/workcontourtype/)|Specifies the contour of a work.| |[WorkGroupType](/tasks/python-net/aspose.tasks/workgrouptype/)|Specifies the type of a workgroup.| |[YearLabelDisplay](/tasks/python-net/aspose.tasks/yearlabeldisplay/)|Specifies how the year label displays.| diff --git a/english/python-net/aspose.tasks/applicationinfo/_index.md b/english/python-net/aspose.tasks/applicationinfo/_index.md index b7bce5155..ec1863260 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: 2150 +weight: 2190 url: /python-net/aspose.tasks/applicationinfo/ --- diff --git a/english/python-net/aspose.tasks/assignmentbaseline/_index.md b/english/python-net/aspose.tasks/assignmentbaseline/_index.md index 625c02c43..54d573a68 100644 --- a/english/python-net/aspose.tasks/assignmentbaseline/_index.md +++ b/english/python-net/aspose.tasks/assignmentbaseline/_index.md @@ -24,7 +24,7 @@ The AssignmentBaseline type exposes the following members: |cost|Gets or sets the projected cost of a resource when the baseline is saved.| |bcws|Gets or sets the budget cost of a work scheduled for a resource.| |bcwp|Gets or sets the budgeted cost of a work performed by a resource for a project to-date.| -|timephased_data|Gets or sets the| +|timephased_data|Gets or sets the [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) instance for this object.
The time phased data associated with the resource assignment baseline.| |start|Gets or sets the scheduled start date of the resource assignment when the baseline was saved.| |finish|Gets or sets the scheduled finish date of the resource assignment when the baseline was saved.| ## Methods diff --git a/english/python-net/aspose.tasks/assignmentbaselinecollection/_index.md b/english/python-net/aspose.tasks/assignmentbaselinecollection/_index.md index 8de9bcb48..f89ce317c 100644 --- a/english/python-net/aspose.tasks/assignmentbaselinecollection/_index.md +++ b/english/python-net/aspose.tasks/assignmentbaselinecollection/_index.md @@ -9,17 +9,17 @@ url: /python-net/aspose.tasks/assignmentbaselinecollection/ ## AssignmentBaselineCollection class -Represents a collection of +Represents a collection of [AssignmentBaseline](/tasks/python-net/aspose.tasks/assignmentbaseline/) objects. The AssignmentBaselineCollection type exposes the following members: ## Properties | Name | Description | | :- | :- | -|parent_assignment|Gets the parent| +|parent_assignment|Gets the parent [ResourceAssignment](/tasks/python-net/aspose.tasks/resourceassignment/) for this collection.| ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the AssignmentBaselineCollection object to a list of| +|to_list()|Converts the AssignmentBaselineCollection object to a list of [AssignmentBaseline](/tasks/python-net/aspose.tasks/assignmentbaseline/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/availabilityperiodcollection/_index.md b/english/python-net/aspose.tasks/availabilityperiodcollection/_index.md index e249ce200..7ff198164 100644 --- a/english/python-net/aspose.tasks/availabilityperiodcollection/_index.md +++ b/english/python-net/aspose.tasks/availabilityperiodcollection/_index.md @@ -9,13 +9,13 @@ url: /python-net/aspose.tasks/availabilityperiodcollection/ ## AvailabilityPeriodCollection class -Represents a collection which contains +Represents a collection which contains [AvailabilityPeriod](/tasks/python-net/aspose.tasks/availabilityperiod/) objects. The AvailabilityPeriodCollection type exposes the following members: ## Properties | Name | Description | | :- | :- | -|parent_resource|Gets the parent| +|parent_resource|Gets the parent [Resource](/tasks/python-net/aspose.tasks/resource/) for this object.| ### See Also diff --git a/english/python-net/aspose.tasks/backgroundpattern/_index.md b/english/python-net/aspose.tasks/backgroundpattern/_index.md index 46f8daa3e..c8daead9d 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: 2160 +weight: 2200 url: /python-net/aspose.tasks/backgroundpattern/ --- diff --git a/english/python-net/aspose.tasks/baselinecollection/_index.md b/english/python-net/aspose.tasks/baselinecollection/_index.md index 4a50cdd21..1c8929875 100644 --- a/english/python-net/aspose.tasks/baselinecollection/_index.md +++ b/english/python-net/aspose.tasks/baselinecollection/_index.md @@ -9,17 +9,17 @@ url: /python-net/aspose.tasks/baselinecollection/ ## BaselineCollection class -Represents a collection of +Represents a collection of [Baseline](/tasks/python-net/aspose.tasks/baseline/) objects. The BaselineCollection type exposes the following members: ## Properties | Name | Description | | :- | :- | -|parent_resource|Gets the parent| +|parent_resource|Gets the parent [Resource](/tasks/python-net/aspose.tasks/resource/) for this collection.| ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the BaselineCollection object to a list of| +|to_list()|Converts the BaselineCollection object to a list of [Baseline](/tasks/python-net/aspose.tasks/baseline/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/baselinetype/_index.md b/english/python-net/aspose.tasks/baselinetype/_index.md index 718b4bf90..a94dcf95f 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: 2170 +weight: 2210 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 e3db29fef..270f4c9d2 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: 2180 +weight: 2220 url: /python-net/aspose.tasks/bookingtype/ --- diff --git a/english/python-net/aspose.tasks/bymonthdayrepetition/_index.md b/english/python-net/aspose.tasks/bymonthdayrepetition/_index.md index f606660c7..4b4bb7b8e 100644 --- a/english/python-net/aspose.tasks/bymonthdayrepetition/_index.md +++ b/english/python-net/aspose.tasks/bymonthdayrepetition/_index.md @@ -15,7 +15,7 @@ The ByMonthDayRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|ByMonthDayRepetition()|Initializes a new instance of the| +|ByMonthDayRepetition()|Initializes a new instance of the [ByMonthDayRepetition](/tasks/python-net/aspose.tasks/bymonthdayrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/bymonthweekdayrepetition/_index.md b/english/python-net/aspose.tasks/bymonthweekdayrepetition/_index.md index 97f0c0adc..d581741a2 100644 --- a/english/python-net/aspose.tasks/bymonthweekdayrepetition/_index.md +++ b/english/python-net/aspose.tasks/bymonthweekdayrepetition/_index.md @@ -15,7 +15,7 @@ The ByMonthWeekDayRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|ByMonthWeekDayRepetition()|Initializes a new instance of the| +|ByMonthWeekDayRepetition()|Initializes a new instance of the [ByMonthWeekDayRepetition](/tasks/python-net/aspose.tasks/bymonthweekdayrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/byyeardayrepetition/_index.md b/english/python-net/aspose.tasks/byyeardayrepetition/_index.md index 66c7c4843..3e06eee5b 100644 --- a/english/python-net/aspose.tasks/byyeardayrepetition/_index.md +++ b/english/python-net/aspose.tasks/byyeardayrepetition/_index.md @@ -15,7 +15,7 @@ The ByYearDayRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|ByYearDayRepetition()|Initializes a new instance of the| +|ByYearDayRepetition()|Initializes a new instance of the [ByYearDayRepetition](/tasks/python-net/aspose.tasks/byyeardayrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/byyearweekdayrepetition/_index.md b/english/python-net/aspose.tasks/byyearweekdayrepetition/_index.md index b22f54c2c..b7fa7f84a 100644 --- a/english/python-net/aspose.tasks/byyearweekdayrepetition/_index.md +++ b/english/python-net/aspose.tasks/byyearweekdayrepetition/_index.md @@ -15,7 +15,7 @@ The ByYearWeekDayRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|ByYearWeekDayRepetition()|Initializes a new instance of the| +|ByYearWeekDayRepetition()|Initializes a new instance of the [ByYearWeekDayRepetition](/tasks/python-net/aspose.tasks/byyearweekdayrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/calculationmode/_index.md b/english/python-net/aspose.tasks/calculationmode/_index.md index a4fe5431e..f880be5da 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: 2190 +weight: 2230 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 49f338e76..5537e0489 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: 2200 +weight: 2240 url: /python-net/aspose.tasks/calculationtype/ --- @@ -16,7 +16,7 @@ Specifies the type of a calculation of the custom attribute's value. | :- | :- | |NONE|Means the extended attribute has no lookup table of formula and simply stores value set by the user.| |LOOKUP|Means the value of the extended attribute is restricted to values from a lookup table.| -|FORMULA|Means the value of the extended attribute is calculated using formula defined in| +|FORMULA|Means the value of the extended attribute is calculated using formula defined in [formula](/tasks/python-net/aspose.tasks/extendedattributedefinition/).| ### See Also diff --git a/english/python-net/aspose.tasks/calendar/_index.md b/english/python-net/aspose.tasks/calendar/_index.md index 62b05986f..dad240893 100644 --- a/english/python-net/aspose.tasks/calendar/_index.md +++ b/english/python-net/aspose.tasks/calendar/_index.md @@ -39,7 +39,7 @@ The Calendar type exposes the following members: |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.| -|get_working_times(dt)|Returns| +|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.| diff --git a/english/python-net/aspose.tasks/calendarcollection/_index.md b/english/python-net/aspose.tasks/calendarcollection/_index.md index e3e3fd925..822db7bb7 100644 --- a/english/python-net/aspose.tasks/calendarcollection/_index.md +++ b/english/python-net/aspose.tasks/calendarcollection/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks/calendarcollection/ ## CalendarCollection class -Represents a collection of +Represents a collection of [Calendar](/tasks/python-net/aspose.tasks/calendar/) objects. The CalendarCollection type exposes the following members: ## Methods @@ -17,7 +17,7 @@ The CalendarCollection type exposes the following members: | :- | :- | |add(name)|Adds a new base calendar to this CalendarCollection object and returns added calendar.| |add(name, base_calendar)|Adds a new base calendar to this CalendarCollection object and returns added calendar.| -|to_list()|Converts the CalendarCollection object to a list of| +|to_list()|Converts the CalendarCollection object to a list of [Calendar](/tasks/python-net/aspose.tasks/calendar/) objects.| |get_by_uid(uid)|Returns a calendar with the specified UID.| |get_by_name(name)|Returns a calendar with the specified name.| diff --git a/english/python-net/aspose.tasks/calendarexception/_index.md b/english/python-net/aspose.tasks/calendarexception/_index.md index 34b0bda6e..30b2b3be8 100644 --- a/english/python-net/aspose.tasks/calendarexception/_index.md +++ b/english/python-net/aspose.tasks/calendarexception/_index.md @@ -15,7 +15,7 @@ The CalendarException type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|CalendarException()|Initializes a new instance of the| +|CalendarException()|Initializes a new instance of the [CalendarException](/tasks/python-net/aspose.tasks/calendarexception/) class.| ## Properties | Name | Description | | :- | :- | @@ -38,7 +38,7 @@ The CalendarException type exposes the following members: | Name | Description | | :- | :- | |delete()|Deletes the Exception instance from parent calendar CalendarExceptionCollection object.| -|check_exception(dt)|Returns true if the specified instance of the| +|check_exception(dt)|Returns true if the specified instance of the datetime struct is the exception day.| |get_working_time()|Returns the working time for a calendar exception.| |get_exception_dates()|Returns dates on which the calendar exception is applicable.| diff --git a/english/python-net/aspose.tasks/calendarexceptioncollection/_index.md b/english/python-net/aspose.tasks/calendarexceptioncollection/_index.md index 0988d4af8..904cc5221 100644 --- a/english/python-net/aspose.tasks/calendarexceptioncollection/_index.md +++ b/english/python-net/aspose.tasks/calendarexceptioncollection/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks/calendarexceptioncollection/ ## CalendarExceptionCollection class -Represents a collection of +Represents a collection of [CalendarException](/tasks/python-net/aspose.tasks/calendarexception/) objects. The CalendarExceptionCollection type exposes the following members: ## Properties @@ -19,7 +19,7 @@ The CalendarExceptionCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the CalendarExceptionCollection object to a list of| +|to_list()|Converts the CalendarExceptionCollection object to a list of [CalendarException](/tasks/python-net/aspose.tasks/calendarexception/) objects.| |add_range(exception_list)|Adds range of exceptions to the internal list.| ### See Also diff --git a/english/python-net/aspose.tasks/calendarexceptiontype/_index.md b/english/python-net/aspose.tasks/calendarexceptiontype/_index.md index f764768eb..03612daee 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: 2210 +weight: 2250 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 50133315c..23829dfff 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: 2220 +weight: 2260 url: /python-net/aspose.tasks/constrainttype/ --- @@ -15,8 +15,8 @@ Specifies the constraint on the start or finish date of a task. | Member name | Description | | :- | :- | |UNDEFINED|The value was not defined in original project file.| -|AS_SOON_AS_POSSIBLE|| -|AS_LATE_AS_POSSIBLE|| +|AS_SOON_AS_POSSIBLE|[None](/tasks/python-net/aspose.tasks/tsk/) and [None](/tasks/python-net/aspose.tasks/tsk/) dates of [Task](/tasks/python-net/aspose.tasks/task/) are scheduled ASAP
with respect to parent [None](/tasks/python-net/aspose.tasks/tsk/) and [None](/tasks/python-net/aspose.tasks/tsk/) dates and considering [task_links](/tasks/python-net/aspose.tasks/project/).| +|AS_LATE_AS_POSSIBLE|[None](/tasks/python-net/aspose.tasks/tsk/) and [None](/tasks/python-net/aspose.tasks/tsk/) dates of [Task](/tasks/python-net/aspose.tasks/task/) are scheduled ALAP
with respect to parent [None](/tasks/python-net/aspose.tasks/tsk/) and [None](/tasks/python-net/aspose.tasks/tsk/) dates and considering [task_links](/tasks/python-net/aspose.tasks/project/).| |MUST_START_ON|Must Start On| |MUST_FINISH_ON|Must Finish On| |START_NO_EARLIER_THAN|Start No Earlier Than| diff --git a/english/python-net/aspose.tasks/costaccrualtype/_index.md b/english/python-net/aspose.tasks/costaccrualtype/_index.md index 583075d1e..8835440d7 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: 2230 +weight: 2270 url: /python-net/aspose.tasks/costaccrualtype/ --- diff --git a/english/python-net/aspose.tasks/csssavingargs/_index.md b/english/python-net/aspose.tasks/csssavingargs/_index.md index a9e395d17..186860cc0 100644 --- a/english/python-net/aspose.tasks/csssavingargs/_index.md +++ b/english/python-net/aspose.tasks/csssavingargs/_index.md @@ -15,7 +15,7 @@ The CssSavingArgs type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|CssSavingArgs()|Initializes a new instance of the| +|CssSavingArgs()|Initializes a new instance of the [CssSavingArgs](/tasks/python-net/aspose.tasks/csssavingargs/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/currencysymbolpositiontype/_index.md b/english/python-net/aspose.tasks/currencysymbolpositiontype/_index.md index f25b9dffc..e452ef455 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: 2240 +weight: 2280 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 c0de11af6..c7325ceb9 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: 2250 +weight: 2290 url: /python-net/aspose.tasks/customfieldtype/ --- diff --git a/english/python-net/aspose.tasks/dailycalendarrepetition/_index.md b/english/python-net/aspose.tasks/dailycalendarrepetition/_index.md index d67c4d5f7..31cab819e 100644 --- a/english/python-net/aspose.tasks/dailycalendarrepetition/_index.md +++ b/english/python-net/aspose.tasks/dailycalendarrepetition/_index.md @@ -15,7 +15,7 @@ The DailyCalendarRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|DailyCalendarRepetition()|Initializes a new instance of the| +|DailyCalendarRepetition()|Initializes a new instance of the [DailyCalendarRepetition](/tasks/python-net/aspose.tasks/dailycalendarrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/dailyrecurrencepattern/_index.md b/english/python-net/aspose.tasks/dailyrecurrencepattern/_index.md index 786cb63d2..1c78119ae 100644 --- a/english/python-net/aspose.tasks/dailyrecurrencepattern/_index.md +++ b/english/python-net/aspose.tasks/dailyrecurrencepattern/_index.md @@ -15,7 +15,7 @@ The DailyRecurrencePattern type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|DailyRecurrencePattern()|Initializes a new instance of the| +|DailyRecurrencePattern()|Initializes a new instance of the [DailyRecurrencePattern](/tasks/python-net/aspose.tasks/dailyrecurrencepattern/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/dailyworkrepetition/_index.md b/english/python-net/aspose.tasks/dailyworkrepetition/_index.md index 4e7116b5d..b7ada3f2a 100644 --- a/english/python-net/aspose.tasks/dailyworkrepetition/_index.md +++ b/english/python-net/aspose.tasks/dailyworkrepetition/_index.md @@ -15,7 +15,7 @@ The DailyWorkRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|DailyWorkRepetition()|Initializes a new instance of the| +|DailyWorkRepetition()|Initializes a new instance of the [DailyWorkRepetition](/tasks/python-net/aspose.tasks/dailyworkrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/dateformat/_index.md b/english/python-net/aspose.tasks/dateformat/_index.md index cdcf56207..25dfb3fea 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: 2260 +weight: 2300 url: /python-net/aspose.tasks/dateformat/ --- @@ -35,7 +35,7 @@ Specifies the date format. |DATE_WWW_DD|The example: W41/2| |DATE_WWW_DD_YY_HH_MM_AM|The example: W41/2/02 13:00 PM| |DATE_MM_DD_YYYY|The example: 9/30/2002| -|CUSTOM|DateTime values are formatted using format string which is set to the project's| +|CUSTOM|DateTime values are formatted using format string which is set to the project's [None](/tasks/python-net/aspose.tasks/prj/) property.| |DATE_DD_MM_YYYY|The example: 19/07/2016| |DEFAULT|The example: Default date format.| diff --git a/english/python-net/aspose.tasks/daylabeldisplay/_index.md b/english/python-net/aspose.tasks/daylabeldisplay/_index.md index 4cb1686f0..b7e7cbce7 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: 2270 +weight: 2310 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 ec5ab37fa..cea694fb1 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: 2280 +weight: 2320 url: /python-net/aspose.tasks/daytype/ --- diff --git a/english/python-net/aspose.tasks/daytypecollection/_index.md b/english/python-net/aspose.tasks/daytypecollection/_index.md index 56183cf97..ee4b34870 100644 --- a/english/python-net/aspose.tasks/daytypecollection/_index.md +++ b/english/python-net/aspose.tasks/daytypecollection/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks/daytypecollection/ ## DayTypeCollection class -Represents a collection of +Represents a collection of [DayType](/tasks/python-net/aspose.tasks/daytype/) objects. The DayTypeCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks/duration/_index.md b/english/python-net/aspose.tasks/duration/_index.md index 283db513c..030fc0ec8 100644 --- a/english/python-net/aspose.tasks/duration/_index.md +++ b/english/python-net/aspose.tasks/duration/_index.md @@ -19,7 +19,7 @@ The Duration type exposes the following members: ## Properties | Name | Description | | :- | :- | -|time_span|Gets| +|time_span|Gets [time_span](/tasks/python-net/aspose.tasks/duration/) instance of this Duration object.| |time_unit|Gets time unit type for this object.| |is_estimated|Gets a value indicating whether time unit is estimated.| |is_elapsed|Gets a value indicating whether time unit is elapsed.| @@ -30,9 +30,9 @@ The Duration type exposes the following members: |add(val)|Adds specified double value to this duration.| |subtract(d)|Subtracts specified duration from this duration instance.| |subtract(val)|Subtracts specified double value from this duration instance.| -|parse(p, value)|Converts the specified string to the instance of| +|parse(p, value)|Converts the specified string to the instance of [Duration](/tasks/python-net/aspose.tasks/duration/) struct.| |parse_time_span(value)|Parses duration string in format "PT--H--M--S--".| -|to_double()|Converts Duration object to| +|to_double()|Converts Duration object to float value.| |convert(time_unit_type)|Converts Duration object to another duration with specified time units.| |equals(other)|Returns a value indicating whether this instance is equal to a specified object.| diff --git a/english/python-net/aspose.tasks/earnedvaluemethodtype/_index.md b/english/python-net/aspose.tasks/earnedvaluemethodtype/_index.md index 721c920b4..83b858d58 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: 2290 +weight: 2330 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 1b358aca9..8250637a7 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: 2300 +weight: 2340 url: /python-net/aspose.tasks/elementtype/ --- diff --git a/english/python-net/aspose.tasks/endafterrecurrencerange/_index.md b/english/python-net/aspose.tasks/endafterrecurrencerange/_index.md index bd75a3401..ffd733bc7 100644 --- a/english/python-net/aspose.tasks/endafterrecurrencerange/_index.md +++ b/english/python-net/aspose.tasks/endafterrecurrencerange/_index.md @@ -15,7 +15,7 @@ The EndAfterRecurrenceRange type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|EndAfterRecurrenceRange()|Initializes a new instance of the| +|EndAfterRecurrenceRange()|Initializes a new instance of the [EndAfterRecurrenceRange](/tasks/python-net/aspose.tasks/endafterrecurrencerange/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/endbyrecurrencerange/_index.md b/english/python-net/aspose.tasks/endbyrecurrencerange/_index.md index 2055f51e7..46b2ab163 100644 --- a/english/python-net/aspose.tasks/endbyrecurrencerange/_index.md +++ b/english/python-net/aspose.tasks/endbyrecurrencerange/_index.md @@ -15,7 +15,7 @@ The EndByRecurrenceRange type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|EndByRecurrenceRange()|Initializes a new instance of the| +|EndByRecurrenceRange()|Initializes a new instance of the [EndByRecurrenceRange](/tasks/python-net/aspose.tasks/endbyrecurrencerange/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/extendedattribute/_index.md b/english/python-net/aspose.tasks/extendedattribute/_index.md index c9503ae06..f551b461b 100644 --- a/english/python-net/aspose.tasks/extendedattribute/_index.md +++ b/english/python-net/aspose.tasks/extendedattribute/_index.md @@ -23,7 +23,7 @@ The ExtendedAttribute type exposes the following members: |flag_value|Gets or sets a value indicating whether a flag is set for an attribute with 'Flag' type.| |text_value|Gets or sets a value for attributes with 'Text' type.| |value_guid|Gets the guid of a lookup value.| -|value_read_only|Gets a value indicating whether a value of this| +|value_read_only|Gets a value indicating whether a value of this [ExtendedAttribute](/tasks/python-net/aspose.tasks/extendedattribute/) instance is read-only.| |is_error_value|Gets whether calculation of extended attribute's value resulted in an error.| ### See Also diff --git a/english/python-net/aspose.tasks/extendedattributecollection/_index.md b/english/python-net/aspose.tasks/extendedattributecollection/_index.md index 524147536..ed594a8df 100644 --- a/english/python-net/aspose.tasks/extendedattributecollection/_index.md +++ b/english/python-net/aspose.tasks/extendedattributecollection/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks/extendedattributecollection/ ## ExtendedAttributeCollection class -Represents a collection of +Represents a collection of [ExtendedAttribute](/tasks/python-net/aspose.tasks/extendedattribute/) objects. The ExtendedAttributeCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks/extendedattributedefinition/_index.md b/english/python-net/aspose.tasks/extendedattributedefinition/_index.md index 56cb6d0a2..7aed1d6a9 100644 --- a/english/python-net/aspose.tasks/extendedattributedefinition/_index.md +++ b/english/python-net/aspose.tasks/extendedattributedefinition/_index.md @@ -15,7 +15,7 @@ The ExtendedAttributeDefinition type exposes the following members: ## Properties | Name | Description | | :- | :- | -|field_id|Gets or sets corresponds to the project id of a custom field.
Use string representation of a constant from| +|field_id|Gets or sets corresponds to the project id of a custom field.
Use string representation of a constant from [ExtendedAttributeTask](/tasks/python-net/aspose.tasks/extendedattributetask/) class to specify [field_id](/tasks/python-net/aspose.tasks/extendedattributedefinition/) property.| |field_name|Gets the name of a custom field.| |cf_type|Gets the type of a custom field.| |guid|Gets or sets the Guid of a custom field.| @@ -32,13 +32,13 @@ The ExtendedAttributeDefinition type exposes the following members: |calculation_type|Gets or sets the type of calculation of the custom attribute's value.| |summary_rows_calculation_type|Gets or sets the type of calculation of the custom attribute's value for summary rows.| |formula|Gets or sets the formula that Microsoft Project uses to populate a custom task field.| -|restrict_values|Gets or sets a value indicating whether the custom field values are restricted to values in the| +|restrict_values|Gets or sets a value indicating whether the custom field values are restricted to values in the [value_list](/tasks/python-net/aspose.tasks/extendedattributedefinition/).| |valuelist_sort_order|Gets or sets the way value lists are sorted. Values are: 0=Descending, 1=Ascending.| |append_new_values|Gets or sets a value indicating whether new values added to a project are automatically added to the list.| |default|Gets or sets the default value in the list.| |value_list|Gets the List ValueList.| |secondary_guid|Gets or sets the secondary guid of extended attribute.| -|parent_project|Gets the parent project for the| +|parent_project|Gets the parent project for the [ExtendedAttributeDefinition](/tasks/python-net/aspose.tasks/extendedattributedefinition/) instance.| ## Methods | Name | Description | | :- | :- | @@ -48,17 +48,17 @@ The ExtendedAttributeDefinition type exposes the following members: |create_extended_attribute(date_time_value)|Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified date value.| |create_extended_attribute(duration_value)|Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified duration value.| |create_extended_attribute(flag_value)|Creates a new extended attribute with the field ID which equals to this object's field ID value and the specified flag value.| -|create_extended_attribute(lookup_value)|Creates new extended attribute linked with specified| -|create_task_definition(custom_field_type, field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has| -|create_task_definition(field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has| -|create_resource_definition(custom_field_type, field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has| -|create_resource_definition(field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has| -|create_lookup_task_definition(field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has| -|create_lookup_task_definition(custom_field_type, field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has| -|create_lookup_resource_definition(field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has| -|create_lookup_resource_definition(custom_field_type, field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has| -|add_lookup_value(value)|Adds a value to the internal lookup list. This is a preferable way for manipulations with the| -|remove_lookup_value(value)|Removes a value from the internal lookup list. This is a preferable way for manipulations with the| +|create_extended_attribute(lookup_value)|Creates new extended attribute linked with specified [Value](/tasks/python-net/aspose.tasks/value/) item.| +|create_task_definition(custom_field_type, field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [NONE](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Tasks only.
You are required to specify| +|create_task_definition(field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [NONE](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Tasks only.
You are required to specify| +|create_resource_definition(custom_field_type, field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [NONE](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Resource only.
You are required to specify| +|create_resource_definition(field_id, alias)|Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [NONE](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Resource only.
You are required to specify| +|create_lookup_task_definition(field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [LOOKUP](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Tasks only.
You are required to specify| +|create_lookup_task_definition(custom_field_type, field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [LOOKUP](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Tasks only.
You are required to specify| +|create_lookup_resource_definition(field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [LOOKUP](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Resources only.
You are required to specify| +|create_lookup_resource_definition(custom_field_type, field_id, alias)|Factory method which creates an extended attribute definition with lookup.
It has [calculation_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/) equals to [LOOKUP](/tasks/python-net/aspose.tasks/calculationtype/) and can be used in Resources only.
You are required to specify| +|add_lookup_value(value)|Adds a value to the internal lookup list. This is a preferable way for manipulations with the [value_list](/tasks/python-net/aspose.tasks/extendedattributedefinition/).| +|remove_lookup_value(value)|Removes a value from the internal lookup list. This is a preferable way for manipulations with the [value_list](/tasks/python-net/aspose.tasks/extendedattributedefinition/).| ### See Also diff --git a/english/python-net/aspose.tasks/extendedattributedefinitioncollection/_index.md b/english/python-net/aspose.tasks/extendedattributedefinitioncollection/_index.md index 7553167f6..e945b6811 100644 --- a/english/python-net/aspose.tasks/extendedattributedefinitioncollection/_index.md +++ b/english/python-net/aspose.tasks/extendedattributedefinitioncollection/_index.md @@ -9,17 +9,17 @@ url: /python-net/aspose.tasks/extendedattributedefinitioncollection/ ## ExtendedAttributeDefinitionCollection class -Represents a collection of +Represents a collection of [ExtendedAttributeDefinition](/tasks/python-net/aspose.tasks/extendedattributedefinition/) objects. The ExtendedAttributeDefinitionCollection type exposes the following members: ## Properties | Name | Description | | :- | :- | -|parent_project|Gets a parent project for the| +|parent_project|Gets a parent project for the [ExtendedAttributeDefinitionCollection](/tasks/python-net/aspose.tasks/extendedattributedefinitioncollection/) instance.| ## Methods | Name | Description | | :- | :- | -|to_list()|Converts this ExtendedAttributeDefinitionCollection object to a list containing instances of the| +|to_list()|Converts this ExtendedAttributeDefinitionCollection object to a list containing instances of the [ExtendedAttributeDefinition](/tasks/python-net/aspose.tasks/extendedattributedefinition/) class.| |get_by_id(id)|Returns an extended attribute definition by id| ### See Also diff --git a/english/python-net/aspose.tasks/extendedattributeresource/_index.md b/english/python-net/aspose.tasks/extendedattributeresource/_index.md index b4ba6d534..19c6f3247 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: 2310 +weight: 2350 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 f69bf3f19..aed693712 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: 2320 +weight: 2360 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 d5b1702d7..6266804b1 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: 2330 +weight: 2370 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 e4300f9a4..d7eefedfd 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: 2340 +weight: 2380 url: /python-net/aspose.tasks/fileformat/ --- diff --git a/english/python-net/aspose.tasks/filter/_index.md b/english/python-net/aspose.tasks/filter/_index.md index db5318d34..e5703a77e 100644 --- a/english/python-net/aspose.tasks/filter/_index.md +++ b/english/python-net/aspose.tasks/filter/_index.md @@ -23,13 +23,13 @@ The Filter type exposes the following members: |name|Gets or sets the name of a Filter object.| |show_in_menu|Gets or sets a value indicating whether project shows the filter name in the Filter drop-down list on the View tab of the Ribbon.| |show_related_summary_rows|Gets or sets a value indicating whether related summary rows are displayed for the filter.| -|index|Gets the index of a| +|index|Gets the index of a [Filter](/tasks/python-net/aspose.tasks/filter/) object in the Filters containing object.| |uid|Gets the unique identifier of a filter.| |criteria|Gets or sets the criteria that tasks or resources must meet to be displayed in MSP view.| ## Methods | Name | Description | | :- | :- | -|compare_to(other)|Compares this instance to the specified instance of the| +|compare_to(other)|Compares this instance to the specified instance of the [Filter](/tasks/python-net/aspose.tasks/filter/) class and returns an indication of their relative order.| |equals(other)|Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.| ### See Also diff --git a/english/python-net/aspose.tasks/filtercollection/_index.md b/english/python-net/aspose.tasks/filtercollection/_index.md index 001d2a16f..1f8b16769 100644 --- a/english/python-net/aspose.tasks/filtercollection/_index.md +++ b/english/python-net/aspose.tasks/filtercollection/_index.md @@ -9,13 +9,13 @@ url: /python-net/aspose.tasks/filtercollection/ ## FilterCollection class -Contains a list of +Contains a list of [Filter](/tasks/python-net/aspose.tasks/filter/) objects.
Implements ICollection interface. The FilterCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts a filter collection to a list of| +|to_list()|Converts a filter collection to a list of [Filter](/tasks/python-net/aspose.tasks/filter/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/filtercomparisontype/_index.md b/english/python-net/aspose.tasks/filtercomparisontype/_index.md index ff073ad92..f1fe151c9 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: 2350 +weight: 2390 url: /python-net/aspose.tasks/filtercomparisontype/ --- diff --git a/english/python-net/aspose.tasks/filtercriteria/_index.md b/english/python-net/aspose.tasks/filtercriteria/_index.md index 5c1d0a39b..0bf2caded 100644 --- a/english/python-net/aspose.tasks/filtercriteria/_index.md +++ b/english/python-net/aspose.tasks/filtercriteria/_index.md @@ -20,10 +20,10 @@ The FilterCriteria type exposes the following members: | Name | Description | | :- | :- | |operation|Gets or sets the criterion established with FieldName, Test, and Value relates to other criteria in the filter.| -|field|Gets or sets a| -|test|Gets or sets the type of comparison made between FieldName and Value that acts as selection criteria for the filter.| +|field|Gets or sets a [field](/tasks/python-net/aspose.tasks/filtercriteria/) to change.| +|test|Gets or sets the type of comparison made between FieldName and Value that acts as selection criteria for the filter.
[FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)| |values|Gets the object values to compare with the value of the field specified with FieldName.| -|criteria_rows|Gets the list of child| +|criteria_rows|Gets the list of child [FilterCriteria](/tasks/python-net/aspose.tasks/filtercriteria/) rows.
If the filter contains more than one criterion row then the effect of an And operator is that the criteria for both rows must be met for the task or resource to be displayed as a result of this filter.
The effect of an Or operator is that the criteria for one or the other row must be met.| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/filteroperation/_index.md b/english/python-net/aspose.tasks/filteroperation/_index.md index d56a260ca..8c546cede 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: 2360 +weight: 2400 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 48466b618..b7f3fd68c 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: 2370 +weight: 2410 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 edf2ab0ab..8c437f906 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: 2380 +weight: 2420 url: /python-net/aspose.tasks/ganttbarsize/ --- diff --git a/english/python-net/aspose.tasks/ganttchartview/_index.md b/english/python-net/aspose.tasks/ganttchartview/_index.md index 8d4147e93..8fb776188 100644 --- a/english/python-net/aspose.tasks/ganttchartview/_index.md +++ b/english/python-net/aspose.tasks/ganttchartview/_index.md @@ -15,7 +15,7 @@ The GanttChartView type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|GanttChartView()|Initializes a new instance of the| +|GanttChartView()|Initializes a new instance of the [GanttChartView](/tasks/python-net/aspose.tasks/ganttchartview/) class.| ## Properties | Name | Description | | :- | :- | @@ -24,30 +24,30 @@ The GanttChartView type exposes the following members: |uid|Gets the unique identifier of a view.| |highlight_filter|Gets or sets a value indicating whether Microsoft Project highlights the filter for a single view.| |name|Gets or sets the name of a View object.| -|screen|Gets the screen type for the single view.
Read-only| -|parent_project|Gets the parent of the View object.
Read-only| +|screen|Gets the screen type for the single view.
Read-only [ViewScreen](/tasks/python-net/aspose.tasks/viewscreen/).| +|parent_project|Gets the parent of the View object.
Read-only [Project](/tasks/python-net/aspose.tasks/project/).| |table|Gets or sets a table of the single view.| -|type|Gets the type of item in the single view, such as tasks or resources.
Read-only| +|type|Gets the type of item in the single view, such as tasks or resources.
Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).| |show_in_menu|Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon.| -|page_info|Gets an instance of the| -|visual_objects_placements|Gets a collection of objects representing placement and appearance of| +|page_info|Gets an instance of the [page_info](/tasks/python-net/aspose.tasks/view/) class. Represents page setup data which is present in mpp file format.| +|visual_objects_placements|Gets a collection of objects representing placement and appearance of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) in the view.| |bar_size|Gets or sets the height, in points, of the Gantt bars in the Gantt Chart.| -|gridlines|Gets or sets a list of| -|text_styles|Gets or sets a list of| +|gridlines|Gets or sets a list of [gridlines](/tasks/python-net/aspose.tasks/ganttchartview/) of the Gantt Chart view.| +|text_styles|Gets or sets a list of [TextStyle](/tasks/python-net/aspose.tasks.visualization/textstyle/) of the Gantt Chart view.| |show_drawings|Gets or sets a value indicating whether drawings on the Gantt Chart must be shown.| |show_bar_splits|Gets or sets a value indicating whether task splits on the Gantt Chart must be shown.| |roll_up_gantt_bars|Gets or sets a value indicating whether bars on the Gantt Chart must be rolled up.| |bar_rounding|Gets or sets a value indicating whether the bars round to the nearest day.
The default value is True.| -|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.| -|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.| -|top_timescale_tier|Gets or sets settings of view's top timescale tier.| +|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/)| +|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| +|top_timescale_tier|Gets or sets settings of view's top timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| |timescale_size_percentage| | |hide_rollup_bars_when_summary_expanded|Gets or sets a value indicating whether rollup bars will be hidden when expanding summary task.| -|progress_lines|Gets or sets progress lines for the Gantt Chart view.| +|progress_lines|Gets or sets progress lines for the Gantt Chart view.
[progress_lines](/tasks/python-net/aspose.tasks/ganttchartview/).| |auto_filters|Gets a list of auto filters of a Gantt Chart view.| -|table_text_styles|Gets a list of table text styles of the Gantt Chart view.| -|bar_styles|Gets a list of parent (common) bar styles of the Gantt Chart view.| -|custom_bar_styles|Gets a list of custom task-specific bar styles of the Gantt Chart view.| +|table_text_styles|Gets a list of table text styles of the Gantt Chart view.
[TableTextStyle](/tasks/python-net/aspose.tasks.visualization/tabletextstyle/).| +|bar_styles|Gets a list of parent (common) bar styles of the Gantt Chart view.
[GanttBarStyle](/tasks/python-net/aspose.tasks.visualization/ganttbarstyle/).| +|custom_bar_styles|Gets a list of custom task-specific bar styles of the Gantt Chart view.
[GanttBarStyle](/tasks/python-net/aspose.tasks.visualization/ganttbarstyle/).| |non_working_time_color|Gets or sets non-working time color.| ## Methods | Name | Description | diff --git a/english/python-net/aspose.tasks/group/_index.md b/english/python-net/aspose.tasks/group/_index.md index ce378a0b4..0634b8f33 100644 --- a/english/python-net/aspose.tasks/group/_index.md +++ b/english/python-net/aspose.tasks/group/_index.md @@ -15,12 +15,12 @@ The Group type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|Group()|Initializes a new instance of the| +|Group()|Initializes a new instance of the [Group](/tasks/python-net/aspose.tasks/group/) class.| ## Properties | Name | Description | | :- | :- | |name|Gets or sets a name of a Group object.| -|index|Gets the index of a| +|index|Gets the index of a [Group](/tasks/python-net/aspose.tasks/group/) object in the Groups containing object.| |uid|Gets a unique identifier of a group.| |show_summary|Gets or sets a value indicating whether summary rows are displayed for the group.| |maintain_hierarchy|Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.| diff --git a/english/python-net/aspose.tasks/groupcollection/_index.md b/english/python-net/aspose.tasks/groupcollection/_index.md index 348f526a5..86b72561d 100644 --- a/english/python-net/aspose.tasks/groupcollection/_index.md +++ b/english/python-net/aspose.tasks/groupcollection/_index.md @@ -9,13 +9,13 @@ url: /python-net/aspose.tasks/groupcollection/ ## GroupCollection class -Contains a list of +Contains a list of [Group](/tasks/python-net/aspose.tasks/group/) objects.
Implements ICollection interface. The GroupCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts a group collection to a list of| +|to_list()|Converts a group collection to a list of [Group](/tasks/python-net/aspose.tasks/group/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/groupcriterion/_index.md b/english/python-net/aspose.tasks/groupcriterion/_index.md index 83ddd9ea4..dd17d1e08 100644 --- a/english/python-net/aspose.tasks/groupcriterion/_index.md +++ b/english/python-net/aspose.tasks/groupcriterion/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks/groupcriterion/ ## GroupCriterion class -Represents a criterion in a group definition.
The GroupCriterion object is a member of the +Represents a criterion in a group definition.
The GroupCriterion object is a member of the [GroupCriterionCollection](/tasks/python-net/aspose.tasks/groupcriterioncollection/) collection. The GroupCriterion type exposes the following members: ## Constructors @@ -23,8 +23,8 @@ The GroupCriterion type exposes the following members: |cell_color|Gets or sets the color of the cell background for a field used as a criterion in a group definition.| |font_color|Gets or sets the color of the font for a field used as a criterion in a group definition.| |field|Gets or sets the field being grouped by.| -|index|Gets the index of a| -|parent_group|Gets the parent of the| +|index|Gets the index of a [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) object in the containing [GroupCriterionCollection](/tasks/python-net/aspose.tasks/groupcriterioncollection/) collection.| +|parent_group|Gets the parent of the [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) object.| |group_on|Gets or sets the type of grouping for a field used as a criterion in a group definition.| |pattern|Gets or sets the pattern of the cell for a field used as a criterion in a group definition.| |start_at|Gets or sets the start of the intervals for a field used as a criterion in a group definition.| diff --git a/english/python-net/aspose.tasks/groupcriterioncollection/_index.md b/english/python-net/aspose.tasks/groupcriterioncollection/_index.md index ce71c440c..e899c9428 100644 --- a/english/python-net/aspose.tasks/groupcriterioncollection/_index.md +++ b/english/python-net/aspose.tasks/groupcriterioncollection/_index.md @@ -9,7 +9,7 @@ url: /python-net/aspose.tasks/groupcriterioncollection/ ## GroupCriterionCollection class -Contains a collection of +Contains a collection of [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) objects.
Implements ICollection interface. The GroupCriterionCollection type exposes the following members: ## Properties @@ -19,7 +19,7 @@ The GroupCriterionCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts a GroupCriterion collection to a list of| +|to_list()|Converts a GroupCriterion collection to a list of [GroupCriterion](/tasks/python-net/aspose.tasks/groupcriterion/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/groupon/_index.md b/english/python-net/aspose.tasks/groupon/_index.md index 76e0b873c..8f11a75f0 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: 2390 +weight: 2430 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 4ebd725c7..a2931ed67 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: 2400 +weight: 2440 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 0cf5f3ad9..01ed3ca21 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: 2410 +weight: 2450 url: /python-net/aspose.tasks/htmlimagetype/ --- diff --git a/english/python-net/aspose.tasks/imagesavingargs/_index.md b/english/python-net/aspose.tasks/imagesavingargs/_index.md index d620ae4ca..5bcf60018 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: 480 +weight: 490 url: /python-net/aspose.tasks/imagesavingargs/ --- diff --git a/english/python-net/aspose.tasks/invalidpasswordexception/_index.md b/english/python-net/aspose.tasks/invalidpasswordexception/_index.md index 0c3991e3b..99de53e38 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: 490 +weight: 500 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 696ea4194..dc27ec074 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: 2420 +weight: 2460 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 70f5c10fc..6edccddf2 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: 470 +weight: 480 url: /python-net/aspose.tasks/ivbamodule/ --- @@ -15,7 +15,7 @@ The IVbaModule type exposes the following members: ## Properties | Name | Description | | :- | :- | -|attributes|Gets a collection of| +|attributes|Gets a collection of [VbaModuleAttributeCollection](/tasks/python-net/aspose.tasks/vbamoduleattributecollection/)| |name|Gets a name of the VBA module| |source_code|Gets a source Code of the VBA module| diff --git a/english/python-net/aspose.tasks/license/_index.md b/english/python-net/aspose.tasks/license/_index.md index f54658115..9424a02dc 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: 500 +weight: 510 url: /python-net/aspose.tasks/license/ --- @@ -15,7 +15,7 @@ The License type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|License()|Initializes a new instance of the| +|License()|Initializes a new instance of the [License](/tasks/python-net/aspose.tasks/license/) class.| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/loadoptions/_index.md b/english/python-net/aspose.tasks/loadoptions/_index.md index 68abb5707..d820f2ed9 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: 510 +weight: 520 url: /python-net/aspose.tasks/loadoptions/ --- @@ -20,7 +20,7 @@ The LoadOptions type exposes the following members: | Name | Description | | :- | :- | |password|Gets or sets a protection password.| -|primavera_read_options|Gets or sets a specified instance of the| +|primavera_read_options|Gets or sets a specified instance of the [PrimaveraReadOptions](/tasks/python-net/aspose.tasks/primaverareadoptions/) class which can be used to customize the behavior of loading Primavera formats (Primavera P6 XER or Primavera P6 Xml).| |encoding|Gets or sets encoding which is used to read a project from HTML, MPX, XER and Primavera XML formats.
The default encoding is UTF8.| ### See Also diff --git a/english/python-net/aspose.tasks/masktype/_index.md b/english/python-net/aspose.tasks/masktype/_index.md index d339d2f8f..f417a62a6 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: 2430 +weight: 2470 url: /python-net/aspose.tasks/masktype/ --- diff --git a/english/python-net/aspose.tasks/metered/_index.md b/english/python-net/aspose.tasks/metered/_index.md index 867976480..a13c067fe 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: 520 +weight: 530 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 94cdb865b..97cdb18d3 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: 2440 +weight: 2490 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 f8e148ffd..e5f7a799f 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: 2450 +weight: 2500 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 b194c7b92..d9a7c3f9d 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: 2460 +weight: 2510 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 359705b9b..493682ef2 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: 2470 +weight: 2520 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 c4517bde9..e8b5fab15 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: 530 +weight: 540 url: /python-net/aspose.tasks/monthlyrecurrencepattern/ --- @@ -15,7 +15,7 @@ The MonthlyRecurrencePattern type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|MonthlyRecurrencePattern()|Initializes a new instance of the| +|MonthlyRecurrencePattern()|Initializes a new instance of the [MonthlyRecurrencePattern](/tasks/python-net/aspose.tasks/monthlyrecurrencepattern/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/monthlyrepetitionbase/_index.md b/english/python-net/aspose.tasks/monthlyrepetitionbase/_index.md index 475032f2f..de51466ee 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: 540 +weight: 550 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 bec12ffda..454b836a1 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: 2480 +weight: 2530 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 eddbfe7d2..fd9016a52 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: 550 +weight: 560 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 28c8eeac8..e7ac058b3 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: 560 +weight: 570 url: /python-net/aspose.tasks/nullablebool/ --- @@ -26,7 +26,7 @@ The NullableBool type exposes the following members: ## Methods | Name | Description | | :- | :- | -|equals(other)|Returns a flag indicating whether this instance is equal to the specified instance of the| +|equals(other)|Returns a flag indicating whether this instance is equal to the specified instance of the [NullableBool](/tasks/python-net/aspose.tasks/nullablebool/) class.| ### See Also diff --git a/english/python-net/aspose.tasks/oleobject/_index.md b/english/python-net/aspose.tasks/oleobject/_index.md index df19f056f..34a6cc395 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: 570 +weight: 580 url: /python-net/aspose.tasks/oleobject/ --- @@ -15,7 +15,7 @@ The OleObject type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|OleObject()|Initializes a new instance of the| +|OleObject()|Initializes a new instance of the [OleObject](/tasks/python-net/aspose.tasks/oleobject/) class.| ## Properties | Name | Description | | :- | :- | @@ -28,7 +28,7 @@ The OleObject type exposes the following members: |temporary_file|Gets or sets the path to the temporary file of the inserted object.| |display_as_icon|Gets or sets a flag indicating that OLE object should be shown either as an icon or as its regular picture.| |linked|Gets a value indicating whether the project file contains only a link to the actual data stored at the link source.| -|view|Gets or sets the instance of the| +|view|Gets or sets the instance of the [view](/tasks/python-net/aspose.tasks/oleobject/) class the inserted object belongs to.| |id|Gets or sets the object id.| ### See Also diff --git a/english/python-net/aspose.tasks/oleobjectcollection/_index.md b/english/python-net/aspose.tasks/oleobjectcollection/_index.md index 248482e40..3e783f36c 100644 --- a/english/python-net/aspose.tasks/oleobjectcollection/_index.md +++ b/english/python-net/aspose.tasks/oleobjectcollection/_index.md @@ -3,19 +3,19 @@ title: OleObjectCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 580 +weight: 590 url: /python-net/aspose.tasks/oleobjectcollection/ --- ## OleObjectCollection class -Represents a collection containing the instances of the +Represents a collection containing the instances of the [OleObject](/tasks/python-net/aspose.tasks/oleobject/) class. The OleObjectCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the instance of the| +|to_list()|Converts the instance of the [OleObjectCollection](/tasks/python-net/aspose.tasks/oleobjectcollection/) class to a list containing the instances of the [OleObject](/tasks/python-net/aspose.tasks/oleobject/) class.| ### See Also diff --git a/english/python-net/aspose.tasks/ordinalnumber/_index.md b/english/python-net/aspose.tasks/ordinalnumber/_index.md index a70b717d3..7f549a37e 100644 --- a/english/python-net/aspose.tasks/ordinalnumber/_index.md +++ b/english/python-net/aspose.tasks/ordinalnumber/_index.md @@ -3,13 +3,13 @@ title: OrdinalNumber second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 2490 +weight: 2540 url: /python-net/aspose.tasks/ordinalnumber/ --- ## OrdinalNumber enumeration -Represents an ordinal number in the instance of +Represents an ordinal number in the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class. ## Members | Member name | Description | diff --git a/english/python-net/aspose.tasks/outlinecode/_index.md b/english/python-net/aspose.tasks/outlinecode/_index.md index b264dcba5..df8382093 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: 590 +weight: 600 url: /python-net/aspose.tasks/outlinecode/ --- @@ -15,7 +15,7 @@ The OutlineCode type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|OutlineCode()|Initializes a new instance of the| +|OutlineCode()|Initializes a new instance of the [OutlineCode](/tasks/python-net/aspose.tasks/outlinecode/) class.| |OutlineCode(code_definition, outline_value)|Initializes a new instance of the OutlineCode class| ## Properties | Name | Description | diff --git a/english/python-net/aspose.tasks/outlinecodecollection/_index.md b/english/python-net/aspose.tasks/outlinecodecollection/_index.md index 6b7f0bb8c..de79895dc 100644 --- a/english/python-net/aspose.tasks/outlinecodecollection/_index.md +++ b/english/python-net/aspose.tasks/outlinecodecollection/_index.md @@ -3,13 +3,13 @@ title: OutlineCodeCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 600 +weight: 610 url: /python-net/aspose.tasks/outlinecodecollection/ --- ## OutlineCodeCollection class -Represents a collection of +Represents a collection of [OutlineCode](/tasks/python-net/aspose.tasks/outlinecode/) objects. The OutlineCodeCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks/outlinecodedefinition/_index.md b/english/python-net/aspose.tasks/outlinecodedefinition/_index.md index 10e71d55c..bb65e5641 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: 610 +weight: 620 url: /python-net/aspose.tasks/outlinecodedefinition/ --- @@ -15,7 +15,7 @@ The OutlineCodeDefinition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|OutlineCodeDefinition()|Initializes a new instance of the| +|OutlineCodeDefinition()|Initializes a new instance of the [OutlineCodeDefinition](/tasks/python-net/aspose.tasks/outlinecodedefinition/) class.| ## Properties | Name | Description | | :- | :- | @@ -31,7 +31,7 @@ The OutlineCodeDefinition type exposes the following members: |leaf_only|Gets or sets a value indicating whether the values specified in this outline code field must be leaf values.| |all_levels_required|Gets or sets a value indicating whether the new codes must have all levels.
Not available for Enterprise Codes.| |only_table_values_allowed|Gets or sets a value indicating whether the values specified must come from values table.| -|masks|Gets the OutlineMaskCollection object.
The table of entries that define the outline code mask.
Read-only| +|masks|Gets the OutlineMaskCollection object.
The table of entries that define the outline code mask.
Read-only [OutlineMaskCollection](/tasks/python-net/aspose.tasks/outlinemaskcollection/) instance.| |show_indent|Gets or sets a value indicating whether the indents of this outline code must be shown.| ### See Also diff --git a/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md b/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md index f9bd7b0b4..5d2355b46 100644 --- a/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md +++ b/english/python-net/aspose.tasks/outlinecodedefinitioncollection/_index.md @@ -3,19 +3,19 @@ title: OutlineCodeDefinitionCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 620 +weight: 630 url: /python-net/aspose.tasks/outlinecodedefinitioncollection/ --- ## OutlineCodeDefinitionCollection class -Represents a collection of +Represents a collection of [OutlineCodeDefinition](/tasks/python-net/aspose.tasks/outlinecodedefinition/) objects. The OutlineCodeDefinitionCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts this OutlineCodeDefinitionCollection object to a list of| +|to_list()|Converts this OutlineCodeDefinitionCollection object to a list of [OutlineCodeDefinition](/tasks/python-net/aspose.tasks/outlinecodedefinition/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/outlinemask/_index.md b/english/python-net/aspose.tasks/outlinemask/_index.md index 2546f2a82..acb1e969d 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: 630 +weight: 640 url: /python-net/aspose.tasks/outlinemask/ --- @@ -15,7 +15,7 @@ The OutlineMask type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|OutlineMask()|Initializes a new instance of the| +|OutlineMask()|Initializes a new instance of the [OutlineMask](/tasks/python-net/aspose.tasks/outlinemask/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/outlinemaskcollection/_index.md b/english/python-net/aspose.tasks/outlinemaskcollection/_index.md index d3a050df7..4d158f57f 100644 --- a/english/python-net/aspose.tasks/outlinemaskcollection/_index.md +++ b/english/python-net/aspose.tasks/outlinemaskcollection/_index.md @@ -3,13 +3,13 @@ title: OutlineMaskCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 640 +weight: 650 url: /python-net/aspose.tasks/outlinemaskcollection/ --- ## OutlineMaskCollection class -Represents a collection of +Represents a collection of [OutlineMask](/tasks/python-net/aspose.tasks/outlinemask/) objects. The OutlineMaskCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks/outlinevalue/_index.md b/english/python-net/aspose.tasks/outlinevalue/_index.md index 670882ef2..f7a64abb3 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: 650 +weight: 660 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 087df6699..2491245ff 100644 --- a/english/python-net/aspose.tasks/outlinevaluecollection/_index.md +++ b/english/python-net/aspose.tasks/outlinevaluecollection/_index.md @@ -3,13 +3,13 @@ title: OutlineValueCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 660 +weight: 670 url: /python-net/aspose.tasks/outlinevaluecollection/ --- ## OutlineValueCollection class -Represents a collection of +Represents a collection of [OutlineValue](/tasks/python-net/aspose.tasks/outlinevalue/) objects. The OutlineValueCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks/outlinevaluetype/_index.md b/english/python-net/aspose.tasks/outlinevaluetype/_index.md index ccd631792..55456da68 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: 2500 +weight: 2550 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 dc2930b1f..29d07189f 100644 --- a/english/python-net/aspose.tasks/parseerrorargs/_index.md +++ b/english/python-net/aspose.tasks/parseerrorargs/_index.md @@ -3,13 +3,13 @@ title: ParseErrorArgs second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 670 +weight: 680 url: /python-net/aspose.tasks/parseerrorargs/ --- ## ParseErrorArgs class -Provides data for the +Provides data for the [ParseErrorCallback](/tasks/python-net/aspose.tasks/parseerrorcallback/) delegate. The ParseErrorArgs type exposes the following members: ## Properties diff --git a/english/python-net/aspose.tasks/primaverabasereader/_index.md b/english/python-net/aspose.tasks/primaverabasereader/_index.md index 0e148c054..d28bc953d 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: 680 +weight: 690 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 64bfb78b4..e13e922f6 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: 690 +weight: 700 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 5f79e439e..178812875 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: 700 +weight: 710 url: /python-net/aspose.tasks/primaverareadoptions/ --- @@ -15,7 +15,7 @@ The PrimaveraReadOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|PrimaveraReadOptions()|Initializes a new instance of the| +|PrimaveraReadOptions()|Initializes a new instance of the [PrimaveraReadOptions](/tasks/python-net/aspose.tasks/primaverareadoptions/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/primaverataskproperties/_index.md b/english/python-net/aspose.tasks/primaverataskproperties/_index.md index cf70978e3..6162f777b 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: 710 +weight: 720 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 c79c12a3b..c9ac432a7 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: 720 +weight: 730 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 2d5f72da3..10ec7f67e 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: 730 +weight: 740 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 b2f7a241b..cf0354ab4 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: 740 +weight: 750 url: /python-net/aspose.tasks/project/ --- @@ -108,28 +108,28 @@ The Project type exposes the following members: |guid|Gets or sets a value of Guid.| |auto_calculate_assignment_costs|Gets or sets whether assignment cost and remaining cost should be auto calculated using assignment's work and resource rates.| |default_view|Gets or sets default view of the project.| -|vba_project|Gets an instance of| -|display_options|Gets an instance of the| -|calculation_mode|Gets or sets calculation mode of a project.
Can be one of the values of| +|vba_project|Gets an instance of [vba_project](/tasks/python-net/aspose.tasks/project/) class.| +|display_options|Gets an instance of the [ProjectDisplayOptions](/tasks/python-net/aspose.tasks/projectdisplayoptions/) class.| +|calculation_mode|Gets or sets calculation mode of a project.
Can be one of the values of [calculation_mode](/tasks/python-net/aspose.tasks/project/) enumeration.| |root_task|Gets the root of the tree of tasks.| -|task_links|Gets| -|calendars|Gets| +|task_links|Gets [TaskLinkCollection](/tasks/python-net/aspose.tasks/tasklinkcollection/) object.| +|calendars|Gets [CalendarCollection](/tasks/python-net/aspose.tasks/calendarcollection/) object of this Project instance.| |resources|Gets ResourceCollection object.| |outline_codes|Gets OutlineCodeDefinitionCollection object.
The collection of outline code definitions associated with a project.| |resource_assignments|Gets ResourceAssignmentCollection object.| -|default_week_working_days|Gets the instance of| +|default_week_working_days|Gets the instance of [WeekDayCollection](/tasks/python-net/aspose.tasks/weekdaycollection/) class which represents a collection of project default week working days and working times.| |built_in_props|Gets project's built-in properties collection.| |custom_props|Gets project's custom properties collection.| |extended_attributes|Gets ExtendedAttributeDefinitionCollection object.
The collection of extended attribute (custom fields) definitions associated with a project.| |critical_path|Gets a collection which contains a list of Critical tasks which comprise Critical Path of this project.| -|task_filters|Gets all the task-based filter definitions.
TaskFilters is a collection of| -|resource_filters|Gets all the resource-based filter definitions.
ResourceFilters is a collection of| -|views|Gets a list of| -|tables|Gets a list of| -|task_groups|Gets all the task-based group definitions.
TaskGroups is a collection of| -|resource_groups|Gets all of the resource-based group definitions.
ResourceGroups is a collection of| +|task_filters|Gets all the task-based filter definitions.
TaskFilters is a collection of [Filter](/tasks/python-net/aspose.tasks/filter/) objects.| +|resource_filters|Gets all the resource-based filter definitions.
ResourceFilters is a collection of [Filter](/tasks/python-net/aspose.tasks/filter/) objects.| +|views|Gets a list of [View](/tasks/python-net/aspose.tasks/view/) objects.| +|tables|Gets a list of [Table](/tasks/python-net/aspose.tasks/table/) objects.| +|task_groups|Gets all the task-based group definitions.
TaskGroups is a collection of [Group](/tasks/python-net/aspose.tasks/group/) objects.| +|resource_groups|Gets all of the resource-based group definitions.
ResourceGroups is a collection of [Group](/tasks/python-net/aspose.tasks/group/) objects.| |wbs_code_definition|Gets or sets WBS Code Definition for the project.| -|ole_objects|Gets a collection containing the instances of the| +|ole_objects|Gets a collection containing the instances of the [OleObject](/tasks/python-net/aspose.tasks/oleobject/) class which are linked or embedded to this project file.| |primavera_properties|Gets an object containing Primavera-specific properties for a project read from Primavera file.| ## Methods | Name | Description | @@ -151,13 +151,13 @@ The Project type exposes the following members: |save_as_template(file_name)|Saves the project as a template.| |save_as_template(stream)|Saves the project as a template to a specified stream.| |save_as_template(stream, options)|Saves the project as a template to a specified stream.| -|get_page_count(save_options)|Returns page count for the project to be rendered using given| -|get_page_count()|Returns page count for the project to be rendered using given| -|get_page_count(scale)|Returns page count for the project to be rendered using given| -|get_page_count(format)|Returns page count for the project to be rendered using default| -|get_page_count(format, scale)|Returns page count for the project to be rendered using given| -|get_page_count(page_size, scale, start_date, end_date)|Returns page count for the project to be rendered using given| -|get_page_count(page_size, scale)|Returns page count for the project to be rendered using given| +|get_page_count(save_options)|Returns page count for the project to be rendered using given [SaveOptions](/tasks/python-net/aspose.tasks.saving/saveoptions/).| +|get_page_count()|Returns page count for the project to be rendered using given [SaveOptions](/tasks/python-net/aspose.tasks.saving/saveoptions/).| +|get_page_count(scale)|Returns page count for the project to be rendered using given [Timescale](/tasks/python-net/aspose.tasks.visualization/timescale/).| +|get_page_count(format)|Returns page count for the project to be rendered using default [Timescale](/tasks/python-net/aspose.tasks.visualization/timescale/)(Days) and given [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/)| +|get_page_count(format, scale)|Returns page count for the project to be rendered using given [Timescale](/tasks/python-net/aspose.tasks.visualization/timescale/) and [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/).| +|get_page_count(page_size, scale, start_date, end_date)|Returns page count for the project to be rendered using given [Timescale](/tasks/python-net/aspose.tasks.visualization/timescale/), [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) and date range.| +|get_page_count(page_size, scale)|Returns page count for the project to be rendered using given [Timescale](/tasks/python-net/aspose.tasks.visualization/timescale/), [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) and date range.| |copy_to(another)|Copies project's main data and properties to another project.| |copy_to(another, options)|Copies project's main data and properties to another project.| |print()|Prints project to the default printer with default printer settings using the standard (no User Interface) print controller.| @@ -175,9 +175,9 @@ The Project type exposes the following members: |reschedule_uncompleted_work_to_start_after(after, task_collection)| | |renumber_wbs_code()|Renumber WBS code of all tasks.| |renumber_wbs_code(task_ids)| | -|get_duration(val)|Gets| -|get_duration(val, time_unit)|Gets| -|get_duration(time_span, time_unit)|Gets| +|get_duration(val)|Gets [Duration](/tasks/python-net/aspose.tasks/duration/) object with the specified number of units and default duration format which is defined in project's settings [None](/tasks/python-net/aspose.tasks/prj/).| +|get_duration(val, time_unit)|Gets [Duration](/tasks/python-net/aspose.tasks/duration/) object with the specified number of [TimeUnitType](/tasks/python-net/aspose.tasks/timeunittype/) units.| +|get_duration(time_span, time_unit)|Gets [Duration](/tasks/python-net/aspose.tasks/duration/) object with the specified datatime value and specified [TimeUnitType](/tasks/python-net/aspose.tasks/timeunittype/) value.| |select_all_child_tasks()|Recursively collects all child tasks of the root task.| |enumerate_all_child_tasks()|Recursively enumerates all project's tasks including root task.| |get_predecessors(task)|Returns a collection of task links which are predecessors of the specified task.| @@ -186,7 +186,7 @@ The Project type exposes the following members: |remove_invalid_resource_assignments()|Eliminates invalid resource assignments from the project resource assignments list.| |get_baseline_save_time(baseline_number)|Returns the baseline save time.| |set_baseline_save_time(baseline_number, value)|Sets the baseline save time.| -|get_work(val)|Gets| +|get_work(val)|Gets [Duration](/tasks/python-net/aspose.tasks/duration/) object with the specified float value and default work format.| ### See Also diff --git a/english/python-net/aspose.tasks/projectdisplayoptions/_index.md b/english/python-net/aspose.tasks/projectdisplayoptions/_index.md index 47f0b479f..03767fe91 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: 750 +weight: 760 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 58a6ee0bf..6c5484dd1 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: 760 +weight: 770 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 1413c31a9..68f550f3a 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: 770 +weight: 780 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 b9a6f09f5..13a719d81 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: 780 +weight: 790 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 cc8425cdc..266aa448e 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: 790 +weight: 800 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 906a6c684..d68adc42a 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: 800 +weight: 810 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 6609a11c8..7e3faccb4 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: 810 +weight: 820 url: /python-net/aspose.tasks/projectserversaveoptions/ --- @@ -15,7 +15,7 @@ The ProjectServerSaveOptions type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|ProjectServerSaveOptions()|Initializes a new instance of the| +|ProjectServerSaveOptions()|Initializes a new instance of the [ProjectServerSaveOptions](/tasks/python-net/aspose.tasks/projectserversaveoptions/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/rate/_index.md b/english/python-net/aspose.tasks/rate/_index.md index 45e4027cc..835400cf8 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: 820 +weight: 830 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 3b94a59ec..8e50a5d7f 100644 --- a/english/python-net/aspose.tasks/ratebydatecollection/_index.md +++ b/english/python-net/aspose.tasks/ratebydatecollection/_index.md @@ -3,13 +3,13 @@ title: RateByDateCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 830 +weight: 840 url: /python-net/aspose.tasks/ratebydatecollection/ --- ## RateByDateCollection class -Represents a collection which mappings of +Represents a collection which mappings of datetime to [Rate](/tasks/python-net/aspose.tasks/rate/) objects. The RateByDateCollection type exposes the following members: ## Constructors diff --git a/english/python-net/aspose.tasks/ratecollection/_index.md b/english/python-net/aspose.tasks/ratecollection/_index.md index 3c65d5218..2440972c5 100644 --- a/english/python-net/aspose.tasks/ratecollection/_index.md +++ b/english/python-net/aspose.tasks/ratecollection/_index.md @@ -3,13 +3,13 @@ title: RateCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 840 +weight: 850 url: /python-net/aspose.tasks/ratecollection/ --- ## RateCollection class -Represents a collection which contains +Represents a collection which contains [Rate](/tasks/python-net/aspose.tasks/rate/) objects. The RateCollection type exposes the following members: ## Properties @@ -17,14 +17,14 @@ The RateCollection type exposes the following members: | :- | :- | |count|Gets the number of elements contained in the RateCollection.| |is_read_only|Gets a value indicating whether this collection is read only.| -|parent_resource|Gets the parent| +|parent_resource|Gets the parent [Resource](/tasks/python-net/aspose.tasks/resource/) object for this collection.| ## Methods | Name | Description | | :- | :- | -|add(rates_from)|Adds a new| -|add(rates_from, type)|Adds a new| -|to_list()|Converts the| -|to_list(type)|Converts the| +|add(rates_from)|Adds a new [Rate](/tasks/python-net/aspose.tasks/rate/) instance to this collection.| +|add(rates_from, type)|Adds a new [Rate](/tasks/python-net/aspose.tasks/rate/) instance to this collection.| +|to_list()|Converts the [RateCollection](/tasks/python-net/aspose.tasks/ratecollection/) object to a list of [Rate](/tasks/python-net/aspose.tasks/rate/) objects.| +|to_list(type)|Converts the [RateCollection](/tasks/python-net/aspose.tasks/ratecollection/) object to a list of [Rate](/tasks/python-net/aspose.tasks/rate/) objects filtered by specified [RateType](/tasks/python-net/aspose.tasks/ratetype/) type.| |remove(item)|Removes Rate instance from this collection.| ### See Also diff --git a/english/python-net/aspose.tasks/rateformattype/_index.md b/english/python-net/aspose.tasks/rateformattype/_index.md index 58598f296..db7533c63 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: 2510 +weight: 2560 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 55f19f90c..b0872e310 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: 2520 +weight: 2570 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 de2858034..de36f6950 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: 2530 +weight: 2580 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 dfd078aa9..0344e4410 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: 850 +weight: 860 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 8baaedb40..86397b353 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: 2540 +weight: 2590 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 fb29c8a3c..811f0e611 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: 860 +weight: 870 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 e50150a2f..4d174306f 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: 870 +weight: 880 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 722ea9d96..443e686dd 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: 880 +weight: 890 url: /python-net/aspose.tasks/recurringtaskinfo/ --- @@ -34,7 +34,7 @@ The RecurringTaskInfo type exposes the following members: |yearly_date|Gets or sets a date for the yearly recurrence pattern.| |yearly_ordinal_number|Gets or sets an ordinal number of the yearly recurrence pattern.| |yearly_ordinal_month|Gets or sets a month of the yearly recurrence pattern when using ordinal day.| -|task|Gets the parent task of this instance of| +|task|Gets the parent task of this instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class.| ### See Also diff --git a/english/python-net/aspose.tasks/recurringtaskparameters/_index.md b/english/python-net/aspose.tasks/recurringtaskparameters/_index.md index 1940631da..5f5de1b9d 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: 890 +weight: 900 url: /python-net/aspose.tasks/recurringtaskparameters/ --- @@ -15,7 +15,7 @@ The RecurringTaskParameters type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|RecurringTaskParameters()|Initializes a new instance of the| +|RecurringTaskParameters()|Initializes a new instance of the [RecurringTaskParameters](/tasks/python-net/aspose.tasks/recurringtaskparameters/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/resource/_index.md b/english/python-net/aspose.tasks/resource/_index.md index 3e002d5fa..93e133fd3 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: 900 +weight: 910 url: /python-net/aspose.tasks/resource/ --- @@ -90,17 +90,17 @@ The Resource type exposes the following members: |extended_attributes|Gets the values of an extended attribute.| |baselines|Gets a BaselineCollection instance for this object.
The baseline values for a resource.| |outline_code|Gets an OutlineCodeCollection object.
The value of an outline code.| -|availability_periods|Gets a the instance of the| -|rates|Gets a the instance of the| +|availability_periods|Gets a the instance of the [AvailabilityPeriodCollection](/tasks/python-net/aspose.tasks/availabilityperiodcollection/) class.
The collection of periods during which a resource is available.| +|rates|Gets a the instance of the [RateCollection](/tasks/python-net/aspose.tasks/ratecollection/) class for this object.
The collection of periods and rates associated with each one.| |assignments|Gets a collection of resource assignments for this object.| -|timephased_data|Gets or sets an instance of| +|timephased_data|Gets or sets an instance of [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) class for this object.| |is_root|Gets the flag indicating whether resource is a root resource.
Root resource is a special resource which is intended to support internals of
MS Project's formats and is not intended to be used directly from the user's code.| ## Methods | Name | Description | | :- | :- | -|get_timephased_data(start, end, timephased_type)|Returns an instance of the| -|get_timephased_data(start, end)|Returns an instance of the| -|equals(other)|Returns a value indicating whether this instance is equal to a specified instance of the| +|get_timephased_data(start, end, timephased_type)|Returns an instance of the [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) class for this object with the [timephased_data](/tasks/python-net/aspose.tasks/resource/) values within given start and end dates of specified [TimephasedDataType](/tasks/python-net/aspose.tasks/timephaseddatatype/).| +|get_timephased_data(start, end)|Returns an instance of the [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) class for this object with the [timephased_data](/tasks/python-net/aspose.tasks/resource/) values within given start and end dates of specified [TimephasedDataType](/tasks/python-net/aspose.tasks/timephaseddatatype/).| +|equals(other)|Returns a value indicating whether this instance is equal to a specified instance of the [Resource](/tasks/python-net/aspose.tasks/resource/) class.| |delete()|Deletes a resource and its assignments from project.| ### See Also diff --git a/english/python-net/aspose.tasks/resourceassignment/_index.md b/english/python-net/aspose.tasks/resourceassignment/_index.md index 238a2fbed..7f557bad3 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: 910 +weight: 920 url: /python-net/aspose.tasks/resourceassignment/ --- @@ -81,16 +81,16 @@ The ResourceAssignment type exposes the following members: |parent_project|Gets parent project for this assignment.| |baselines|Gets AssignmentBaselineCollection object.
The collection of baseline values associated with an assignment.| |extended_attributes|Gets or sets an instance of the ExtendedAttributeCollection class for this object.| -|timephased_data|Gets or sets the instance of| +|timephased_data|Gets or sets the instance of [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) class containing elements of [timephased_data](/tasks/python-net/aspose.tasks/resourceassignment/) class.| ## Methods | Name | Description | | :- | :- | -|get_timephased_data(start, end, timephased_type)|Returns the instance| -|get_timephased_data(start, end)|Returns the instance| +|get_timephased_data(start, end, timephased_type)|Returns the instance [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) class containing instances of [timephased_data](/tasks/python-net/aspose.tasks/resourceassignment/) class within given start and end dates of specified [TimephasedDataType](/tasks/python-net/aspose.tasks/timephaseddatatype/).| +|get_timephased_data(start, end)|Returns the instance [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) class containing instances of [timephased_data](/tasks/python-net/aspose.tasks/resourceassignment/) class within given start and end dates of specified [TimephasedDataType](/tasks/python-net/aspose.tasks/timephaseddatatype/).| |get_timephased_work(start, end, timephased_data_type)|Gets amount of timephased work for the specified date time interval.| |get_timephased_work(start, end)|Gets amount of timephased work for the specified date time interval.| |delete()|Deletes resource assignment from project assignments collection.| -|equals(other)|Returns a value indicating whether this instance is equal to a specified instance of the| +|equals(other)|Returns a value indicating whether this instance is equal to a specified instance of the [ResourceAssignment](/tasks/python-net/aspose.tasks/resourceassignment/) class.| |timephased_data_from_task_duration(calendar)|Generates list of time phased data based on the task duration and the scheduled start date.| |make_t_ps(start, time, calendar, list, is_working, type)|Generates a list of time phased data.| |split_task(start, finish, calendar)|Splits task into two parts.| diff --git a/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md b/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md index 9e6e7c288..88547df4c 100644 --- a/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md +++ b/english/python-net/aspose.tasks/resourceassignmentcollection/_index.md @@ -3,13 +3,13 @@ title: ResourceAssignmentCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 920 +weight: 930 url: /python-net/aspose.tasks/resourceassignmentcollection/ --- ## ResourceAssignmentCollection class -Represents a collection of +Represents a collection of [ResourceAssignment](/tasks/python-net/aspose.tasks/resourceassignment/) objects. The ResourceAssignmentCollection type exposes the following members: ## Properties @@ -22,7 +22,7 @@ The ResourceAssignmentCollection type exposes the following members: |add(task, resource, units)|Adds new assignment to the ResourceAssignmentCollection.| |add(task, resource, cost)|Adds new assignment to the ResourceAssignmentCollection.| |add(task, resource)|Adds new assignment to the ResourceAssignmentCollection.| -|to_list()|Converts the ResourceAssignmentCollection object to a list of| +|to_list()|Converts the ResourceAssignmentCollection object to a list of [ResourceAssignment](/tasks/python-net/aspose.tasks/resourceassignment/) objects.| |get_by_uid(uid)|Returns an assignment with the specified uid.| ### See Also diff --git a/english/python-net/aspose.tasks/resourcecollection/_index.md b/english/python-net/aspose.tasks/resourcecollection/_index.md index 459f7a264..77a08acba 100644 --- a/english/python-net/aspose.tasks/resourcecollection/_index.md +++ b/english/python-net/aspose.tasks/resourcecollection/_index.md @@ -3,13 +3,13 @@ title: ResourceCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 930 +weight: 940 url: /python-net/aspose.tasks/resourcecollection/ --- ## ResourceCollection class -Represents a collection of +Represents a collection of [Resource](/tasks/python-net/aspose.tasks/resource/) objects. The ResourceCollection type exposes the following members: ## Properties @@ -22,7 +22,7 @@ The ResourceCollection type exposes the following members: |add()|Adds new resource at the last position of a project resources collection.| |add(resource_name)|Adds new resource at the last position of a project resources collection.| |add(resource_name, before_resource_id)|Adds new resource at the specified position of a project resources collection.| -|to_list()|Converts the ResourceCollection object to a list of| +|to_list()|Converts the ResourceCollection object to a list of [Resource](/tasks/python-net/aspose.tasks/resource/) objects.| |get_by_id(id)|Returns a resource with the specified id.| |get_by_uid(uid)|Returns a resource with the specified Uid.| diff --git a/english/python-net/aspose.tasks/resourceexporttype/_index.md b/english/python-net/aspose.tasks/resourceexporttype/_index.md index 184926644..b5db90233 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: 2550 +weight: 2600 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 d15b8ff3b..a6bc779e5 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: 940 +weight: 950 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 587aad4b7..aad4fd248 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: 2560 +weight: 2610 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 dcd572416..6f11a10e2 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: 950 +weight: 960 url: /python-net/aspose.tasks/resourceusageview/ --- @@ -32,10 +32,10 @@ The ResourceUsageView type exposes the following members: |display_short_detail_header_names|Gets or sets a value indicating whether to display short detail header names or not.| |repeat_details_header_on_all_rows|Gets or sets a value indicating whether to repeat details header on all assignment row or not.| |timescale_size_percentage| | -|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.| -|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.| -|top_timescale_tier|Gets or sets settings of view's top timescale tier.| -|field_collection|Gets the| +|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/)| +|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| +|top_timescale_tier|Gets or sets settings of view's top timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| +|field_collection|Gets the [ResourceUsageViewFieldCollection](/tasks/python-net/aspose.tasks/resourceusageviewfieldcollection/) object of this ResourceUsageView.| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/resourceusageviewfield/_index.md b/english/python-net/aspose.tasks/resourceusageviewfield/_index.md index 3d52bab21..fc460c3d5 100644 --- a/english/python-net/aspose.tasks/resourceusageviewfield/_index.md +++ b/english/python-net/aspose.tasks/resourceusageviewfield/_index.md @@ -3,13 +3,13 @@ title: ResourceUsageViewField second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 2570 +weight: 2620 url: /python-net/aspose.tasks/resourceusageviewfield/ --- ## ResourceUsageViewField enumeration -Represents possible fields in +Represents possible fields in [ResourceUsageView](/tasks/python-net/aspose.tasks/resourceusageview/) object resource usage view field. ## Members | Member name | Description | @@ -21,7 +21,7 @@ Represents possible fields in |ACTUAL_OVERTIME_WORK|Indicates Actual Overtime Work resource usage view field.| |CUMULATIVE_WORK|Indicates Cumulative Work resource usage view field.| |BASELINE_WORK|Indicates Baseline Work resource usage view field.| -|OVERALLOCATION|Indicates| +|OVERALLOCATION|Indicates [OVERALLOCATION](/tasks/python-net/aspose.tasks/resourceusageviewfield/) resource usage view field.| |PERCENT_ALLOCATION|Indicates Percent Allocation resource usage view field.| |PEAK_UNITS|Indicates Peak Units resource usage view field.| |COST|Indicates Cost resource usage view field.| diff --git a/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md b/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md index e65a2cc19..c8718449b 100644 --- a/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md +++ b/english/python-net/aspose.tasks/resourceusageviewfieldcollection/_index.md @@ -3,19 +3,19 @@ title: ResourceUsageViewFieldCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 960 +weight: 970 url: /python-net/aspose.tasks/resourceusageviewfieldcollection/ --- ## ResourceUsageViewFieldCollection class -Represent a collection of +Represent a collection of [ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/) values. The ResourceUsageViewFieldCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the instance of the| +|to_list()|Converts the instance of the [ResourceUsageViewFieldCollection](/tasks/python-net/aspose.tasks/resourceusageviewfieldcollection/) class to a list containing the instances of the [ResourceUsageViewField](/tasks/python-net/aspose.tasks/resourceusageviewfield/) class.| ### See Also diff --git a/english/python-net/aspose.tasks/rolluptype/_index.md b/english/python-net/aspose.tasks/rolluptype/_index.md index 61234cee5..350f74cbc 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: 2580 +weight: 2630 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 5a5417c11..06930087d 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: 970 +weight: 980 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 339bb8542..afef3eaae 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: 980 +weight: 990 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 10912d7e0..bcd3fb70e 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: 2590 +weight: 2640 url: /python-net/aspose.tasks/summaryrowscalculationtype/ --- @@ -15,8 +15,8 @@ Specifies the type of a calculation of the custom attribute's value for summary | Member name | Description | | :- | :- | |NONE|Means the custom attribute's value for summary rows is not calculated.| -|ROLLUP|Means the custom attribute's value for summary rows is calculated using rollup function defined in| -|USE_FORMULA|Means the custom attribute's value for summary rows is calculated using formula defined in| +|ROLLUP|Means the custom attribute's value for summary rows is calculated using rollup function defined in [rollup_type](/tasks/python-net/aspose.tasks/extendedattributedefinition/).| +|USE_FORMULA|Means the custom attribute's value for summary rows is calculated using formula defined in [formula](/tasks/python-net/aspose.tasks/extendedattributedefinition/).| ### See Also diff --git a/english/python-net/aspose.tasks/table/_index.md b/english/python-net/aspose.tasks/table/_index.md index 8fc923bc1..c74bcc70f 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: 990 +weight: 1000 url: /python-net/aspose.tasks/table/ --- @@ -15,14 +15,14 @@ The Table type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|Table()|Initializes a new instance of the| +|Table()|Initializes a new instance of the [Table](/tasks/python-net/aspose.tasks/table/) class.| ## Properties | Name | Description | | :- | :- | |name|Gets or sets the name of a Table object.| |show_in_menu|Gets or sets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon.| |table_fields|Gets a TableFields collection representing the fields in the table.| -|table_type|Gets the table type for the specified table. Read-only| +|table_type|Gets the table type for the specified table. Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).| |uid|Gets the unique identifier of a table.| |index|Gets the index of a Table object in the Tables containing object.| |row_height|Gets or sets the row height in a table, where the row height is the number of lines of text.| diff --git a/english/python-net/aspose.tasks/tablecollection/_index.md b/english/python-net/aspose.tasks/tablecollection/_index.md index 4b6d51e4e..dae6c2178 100644 --- a/english/python-net/aspose.tasks/tablecollection/_index.md +++ b/english/python-net/aspose.tasks/tablecollection/_index.md @@ -3,19 +3,19 @@ title: TableCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1000 +weight: 1010 url: /python-net/aspose.tasks/tablecollection/ --- ## TableCollection class -Contains a list of +Contains a list of [Table](/tasks/python-net/aspose.tasks/table/) objects.
Implements ICollection
interface. The TableCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts a table collection to a list of| +|to_list()|Converts a table collection to a list of [Table](/tasks/python-net/aspose.tasks/table/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/tablefield/_index.md b/english/python-net/aspose.tasks/tablefield/_index.md index f21a5fd03..ad2504d87 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: 1010 +weight: 1020 url: /python-net/aspose.tasks/tablefield/ --- @@ -15,7 +15,7 @@ The TableField type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|TableField()|Initializes a new instance of the| +|TableField()|Initializes a new instance of the [TableField](/tasks/python-net/aspose.tasks/tablefield/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/tablefieldcollection/_index.md b/english/python-net/aspose.tasks/tablefieldcollection/_index.md index d137f155e..fae688abf 100644 --- a/english/python-net/aspose.tasks/tablefieldcollection/_index.md +++ b/english/python-net/aspose.tasks/tablefieldcollection/_index.md @@ -3,13 +3,13 @@ title: TableFieldCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1020 +weight: 1030 url: /python-net/aspose.tasks/tablefieldcollection/ --- ## TableFieldCollection class -Contains a list of +Contains a list of [TableField](/tasks/python-net/aspose.tasks/tablefield/) objects.
Implements IList interface. The TableFieldCollection type exposes the following members: diff --git a/english/python-net/aspose.tasks/task/_index.md b/english/python-net/aspose.tasks/task/_index.md index b85939b16..82d467fab 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: 1030 +weight: 1040 url: /python-net/aspose.tasks/task/ --- @@ -132,24 +132,24 @@ The Task type exposes the following members: |warning|Gets or sets a value indicating whether Warning is set or not.| |activity_id|Represents activity id field - a task's unique identifier used by Primavera. (only applicable to Primavera projects).| |sv|The earned value schedule variance, through the project status date.
Schedule variance (SV) is the difference between the BCWP and the BCWS.| -|predecessors|Gets a| -|successors|Gets a| +|predecessors|Gets a [TaskCollection](/tasks/python-net/aspose.tasks/taskcollection/) object which contains all predecessors of this Task object.| +|successors|Gets a [TaskCollection](/tasks/python-net/aspose.tasks/taskcollection/) object which contains all successors of this Task object.| |assignments|Gets a collection of resource assignments for this object.| |parent_project|Gets the parent project of a task.| -|outline_codes|Gets or sets| +|outline_codes|Gets or sets [OutlineCodeCollection](/tasks/python-net/aspose.tasks/outlinecodecollection/) object.| |parent_task|Gets the parent task of a task.| |children|Gets a child task collection of this object.
TaskCollection object which represents children tasks.| |split_parts|Gets a SplitPart collection that represents the portions of a task.| |extended_attributes|Gets ExtendedAttributeCollection object containing the values of an extended attribute.| |timephased_data|Gets or sets a TimephasedDataCollection object of this task.
The time phased data block associated with a task.| |baselines|Gets or sets the collection of baseline values of the task.| -|recurring_info|Gets the instance of| +|recurring_info|Gets the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class for the task which is a recurring task; if the task is not a recurring one then returns null;| |primavera_properties|Gets an object containing Primavera-specific properties for a task read from Primavera file.| ## Methods | Name | Description | | :- | :- | -|get_timephased_data(start, end, timephased_type)|Returns| -|get_timephased_data(start, end)|Returns| +|get_timephased_data(start, end, timephased_type)|Returns [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) object with [timephased_data](/tasks/python-net/aspose.tasks/task/) values within given start and end dates of specified time-phased data type.| +|get_timephased_data(start, end)|Returns [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) object with [timephased_data](/tasks/python-net/aspose.tasks/task/) values within given start and end dates of specified time-phased data type.| |move_to_sibling(before_task)|Moves the current task at the same Outline Level before the specified task.
If ParentProject.CalculationMode is None user should invoke Project.Recalculate() after using this method (It will reschedule all project tasks (start/finish dates, sets early/late dates) and calculate the dependent fields such as slacks, work and cost fields, outline levels).
If ParentProject.CalculationMode is Manual the method will calculate only task id, outline level and outline numbers automatically.
If ParentProject.CalculationMode is Automatic the method reschedules all project's tasks automatically
(start/finish dates, sets early/late dates, calculates slacks, work and cost fields, recalculates ids and outline levels).| |move_to_sibling(before_task_id)|Moves the current task at the same Outline Level before a task with the specified Id.
If ParentProject.CalculationMode is None user should invoke Project.Recalculate() after using this method (It will reschedule all project tasks (start/finish dates, sets early/late dates) and calculate the dependent fields such as slacks, work and cost fields, outline levels).
If ParentProject.CalculationMode is Manual the method will calculate only task id, outline level and outline numbers automatically.
If ParentProject.CalculationMode is Automatic the method reschedules all project's tasks automatically
(start/finish dates, sets early/late dates, calculates slacks, work and cost fields, recalculates ids and outline levels).| |select_all_child_tasks()|Recursively collects all child tasks of this task.| diff --git a/english/python-net/aspose.tasks/taskbaseline/_index.md b/english/python-net/aspose.tasks/taskbaseline/_index.md index 70b0da67d..a52ceb133 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: 1040 +weight: 1050 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 072565103..00228ef17 100644 --- a/english/python-net/aspose.tasks/taskbaselinecollection/_index.md +++ b/english/python-net/aspose.tasks/taskbaselinecollection/_index.md @@ -3,19 +3,19 @@ title: TaskBaselineCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1050 +weight: 1060 url: /python-net/aspose.tasks/taskbaselinecollection/ --- ## TaskBaselineCollection class -Represents a collection of +Represents a collection of [TaskBaseline](/tasks/python-net/aspose.tasks/taskbaseline/) objects. The TaskBaselineCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the TaskBaselineCollection object to a list of| +|to_list()|Converts the TaskBaselineCollection object to a list of [TaskBaseline](/tasks/python-net/aspose.tasks/taskbaseline/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/taskcollection/_index.md b/english/python-net/aspose.tasks/taskcollection/_index.md index a5b26de24..2f1cce346 100644 --- a/english/python-net/aspose.tasks/taskcollection/_index.md +++ b/english/python-net/aspose.tasks/taskcollection/_index.md @@ -3,13 +3,13 @@ title: TaskCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1060 +weight: 1070 url: /python-net/aspose.tasks/taskcollection/ --- ## TaskCollection class -Represents a collection of +Represents a collection of [Task](/tasks/python-net/aspose.tasks/task/) objects. The TaskCollection type exposes the following members: ## Properties @@ -19,11 +19,11 @@ The TaskCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|add()|Add the specified task to the instance of the| +|add()|Add the specified task to the instance of the [TaskCollection](/tasks/python-net/aspose.tasks/taskcollection/) class.
If ParentProject.CalculationMode is None user should invoke Project.Recalculate() after using this method (It will reschedule all project tasks (start/finish dates, sets early/late dates) and calculate the dependent fields such as slacks, work and cost fields, ids and outline levels).
If ParentProject.CalculationMode is Manual the method will calculate only task id, outline level and outline numbers automatically.
If ParentProject.CalculationMode is Automatic the method reschedules all project's tasks automatically
(start/finish dates, sets early/late dates, calculates slacks, work and cost fields, recalculates ids and outline levels).| |add(task_name)|Adds a new task to children tasks collection.| |add(task_name, before_task_id)|Adds a new recurring task to children tasks collection.| |add(parameters)|Inserts a new task before a task with the specified id and on the same outline level.| -|to_list()|Converts the TaskCollection object to a list of| +|to_list()|Converts the TaskCollection object to a list of [Task](/tasks/python-net/aspose.tasks/task/) objects.| |get_by_uid(uid)|Returns a task with the specified Uid whose ancestor is parent task of this collection .| |get_by_id(id)|Returns a task with the specified Id whose ancestor is parent task of this collection .| diff --git a/english/python-net/aspose.tasks/taskkey/_index.md b/english/python-net/aspose.tasks/taskkey/_index.md index 4180b37d1..2a66202ee 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: 2600 +weight: 2650 url: /python-net/aspose.tasks/taskkey/ --- diff --git a/english/python-net/aspose.tasks/tasklink/_index.md b/english/python-net/aspose.tasks/tasklink/_index.md index 81570c3d1..0c1c19bde 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: 1070 +weight: 1080 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 4cec74ad5..e8f75fff1 100644 --- a/english/python-net/aspose.tasks/tasklinkcollection/_index.md +++ b/english/python-net/aspose.tasks/tasklinkcollection/_index.md @@ -3,13 +3,13 @@ title: TaskLinkCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1080 +weight: 1090 url: /python-net/aspose.tasks/tasklinkcollection/ --- ## TaskLinkCollection class -Represents a collection of +Represents a collection of [Task](/tasks/python-net/aspose.tasks/task/) objects. The TaskLinkCollection type exposes the following members: ## Properties @@ -19,10 +19,10 @@ The TaskLinkCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|add(pred, succ)|Returns an instance of Finish-Start| -|add(pred, succ, link_type)|Returns an instance of| -|add(pred, succ, link_type, lag)|Returns an instance of| -|to_list()|Converts the TaskLinkCollection object to a list of| +|add(pred, succ)|Returns an instance of Finish-Start [TaskLink](/tasks/python-net/aspose.tasks/tasklink/) which has been added to the TaskLinkCollection object.| +|add(pred, succ, link_type)|Returns an instance of [TaskLink](/tasks/python-net/aspose.tasks/tasklink/) which has been added to the TaskLinkCollection object.| +|add(pred, succ, link_type, lag)|Returns an instance of [TaskLink](/tasks/python-net/aspose.tasks/tasklink/) which has been added to the TaskLinkCollection object.| +|to_list()|Converts the TaskLinkCollection object to a list of [TaskLink](/tasks/python-net/aspose.tasks/tasklink/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/tasklinktype/_index.md b/english/python-net/aspose.tasks/tasklinktype/_index.md index 67cb8630e..70c75d36e 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: 2610 +weight: 2660 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 4153b8aa4..c0d722fcf 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: 1120 +weight: 1130 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 29ca2cec6..e3d8a3768 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: 1130 +weight: 1140 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 4887220b1..2e6bc0b1d 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: 1140 +weight: 1150 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 91b5cbf37..38f7819f5 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: 1150 +weight: 1160 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 f3a8437b3..1199a6ea1 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: 2620 +weight: 2670 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 f398e8cf3..27ba00eec 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: 2630 +weight: 2680 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 8acf4589f..506523c7e 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: 1160 +weight: 1170 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 99857d8f0..92242c452 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: 2640 +weight: 2690 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 e203e263b..e02c6a592 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: 1090 +weight: 1100 url: /python-net/aspose.tasks/taskusageview/ --- @@ -32,10 +32,10 @@ The TaskUsageView type exposes the following members: |display_short_detail_header_names|Gets or sets a value indicating whether to display short detail header names or not.| |repeat_details_header_on_all_rows|Gets or sets a value indicating whether to repeat details header on all assignment row or not.| |timescale_size_percentage| | -|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.| -|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.| -|top_timescale_tier|Gets or sets settings of view's top timescale tier.| -|field_collection|Gets| +|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/)| +|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| +|top_timescale_tier|Gets or sets settings of view's top timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| +|field_collection|Gets [TaskUsageViewFieldCollection](/tasks/python-net/aspose.tasks/taskusageviewfieldcollection/) object of this TaskUsageView.| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/taskusageviewfield/_index.md b/english/python-net/aspose.tasks/taskusageviewfield/_index.md index 7e868ce35..dd34389ee 100644 --- a/english/python-net/aspose.tasks/taskusageviewfield/_index.md +++ b/english/python-net/aspose.tasks/taskusageviewfield/_index.md @@ -3,13 +3,13 @@ title: TaskUsageViewField second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 2650 +weight: 2700 url: /python-net/aspose.tasks/taskusageviewfield/ --- ## TaskUsageViewField enumeration -Represents possible fields in +Represents possible fields in [TaskUsageView](/tasks/python-net/aspose.tasks/taskusageview/) object. ## Members | Member name | Description | diff --git a/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md b/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md index 06c86cabf..b8ae9b175 100644 --- a/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md +++ b/english/python-net/aspose.tasks/taskusageviewfieldcollection/_index.md @@ -3,13 +3,13 @@ title: TaskUsageViewFieldCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1100 +weight: 1110 url: /python-net/aspose.tasks/taskusageviewfieldcollection/ --- ## TaskUsageViewFieldCollection class -Represents a collection of +Represents a collection of [TaskUsageViewField](/tasks/python-net/aspose.tasks/taskusageviewfield/) values. The TaskUsageViewFieldCollection type exposes the following members: ## Methods diff --git a/english/python-net/aspose.tasks/taskvalidationexception/_index.md b/english/python-net/aspose.tasks/taskvalidationexception/_index.md index d52bc3d88..81609686c 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: 1110 +weight: 1120 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 a3e9bf7d7..f179b98af 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: 1170 +weight: 1180 url: /python-net/aspose.tasks/timelineview/ --- @@ -15,7 +15,7 @@ The TimelineView type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|TimelineView()|Initializes a new instance of the| +|TimelineView()|Initializes a new instance of the [TimelineView](/tasks/python-net/aspose.tasks/timelineview/) class.| ## Properties | Name | Description | | :- | :- | @@ -24,13 +24,13 @@ The TimelineView type exposes the following members: |uid|Gets the unique identifier of a view.| |highlight_filter|Gets or sets a value indicating whether Microsoft Project highlights the filter for a single view.| |name|Gets or sets the name of a View object.| -|screen|Gets the screen type for the single view.
Read-only| -|parent_project|Gets the parent of the View object.
Read-only| +|screen|Gets the screen type for the single view.
Read-only [ViewScreen](/tasks/python-net/aspose.tasks/viewscreen/).| +|parent_project|Gets the parent of the View object.
Read-only [Project](/tasks/python-net/aspose.tasks/project/).| |table|Gets or sets a table of the single view.| -|type|Gets the type of item in the single view, such as tasks or resources.
Read-only| +|type|Gets the type of item in the single view, such as tasks or resources.
Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).| |show_in_menu|Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon.| -|page_info|Gets an instance of the| -|visual_objects_placements|Gets a collection of objects representing placement and appearance of| +|page_info|Gets an instance of the [page_info](/tasks/python-net/aspose.tasks/view/) class. Represents page setup data which is present in mpp file format.| +|visual_objects_placements|Gets a collection of objects representing placement and appearance of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) in the view.| |date_format|Gets or sets a value indicating how to format dates on the Timeline view.| |display_overlapped|Gets or sets a value indicating whether to display overlapped tasks on multiple rows.| |show_dates|Gets a value indicating whether to show dates.| diff --git a/english/python-net/aspose.tasks/timephaseddata/_index.md b/english/python-net/aspose.tasks/timephaseddata/_index.md index 68afae1ef..2502d33ae 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: 1180 +weight: 1190 url: /python-net/aspose.tasks/timephaseddata/ --- @@ -15,26 +15,26 @@ The TimephasedData type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|TimephasedData()|Initializes a new instance of the| +|TimephasedData()|Initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class.| ## Properties | Name | Description | | :- | :- | -|value_to_units|Gets| +|value_to_units|Gets float instance which represents string value of this object for unit-based time phased data.| |uid|Gets or sets the unique identifier of a time phased data| |start|Gets or sets the start date of a time phased data period.| |finish|Gets or sets the finish date of a time phased data period.| |unit|Gets or sets the time unit of a time phased data period.| |timephased_data_type|Gets or sets the type of a time phased data.| |value|Gets or sets the value per unit of time for a time phased data period.| -|value_to_duration|Gets| -|value_to_cost|Gets| +|value_to_duration|Gets datatime instance which represents string value of this object.| +|value_to_cost|Gets float instance which represents string value of this object.| ## Methods | Name | Description | | :- | :- | -|create_cost_timephased(uid, start, finish, value, time_unit, type)|Creates and initializes a new instance of the| -|create_cost_timephased(uid, start, finish, value, type)|Creates and initializes a new instance of the| -|create_work_timephased(uid, start, finish, value, time_unit, type)|Creates and initializes a new instance of the| -|create_unit_timephased(uid, start, finish, units, type)|Creates and initializes a new instance of the| +|create_cost_timephased(uid, start, finish, value, time_unit, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for cost-based time phased data.| +|create_cost_timephased(uid, start, finish, value, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for cost-based time phased data.| +|create_work_timephased(uid, start, finish, value, time_unit, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for work-based time phased data.| +|create_unit_timephased(uid, start, finish, units, type)|Creates and initializes a new instance of the [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) class for unit-based time phased data of an assignment of a material resource.| ### See Also diff --git a/english/python-net/aspose.tasks/timephaseddatacollection/_index.md b/english/python-net/aspose.tasks/timephaseddatacollection/_index.md index 0237383f2..a48edb8d8 100644 --- a/english/python-net/aspose.tasks/timephaseddatacollection/_index.md +++ b/english/python-net/aspose.tasks/timephaseddatacollection/_index.md @@ -3,20 +3,20 @@ title: TimephasedDataCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1190 +weight: 1200 url: /python-net/aspose.tasks/timephaseddatacollection/ --- ## TimephasedDataCollection class -Represents a collection of +Represents a collection of [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) objects. The TimephasedDataCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|add_range(timephased_collection)| | -|to_list()|Converts the [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) object to a list of| +|add_range(timephased_collection)|Adds a collection of [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) instances to this collection object.| +|to_list()|Converts the [TimephasedDataCollection](/tasks/python-net/aspose.tasks/timephaseddatacollection/) object to a list of [TimephasedData](/tasks/python-net/aspose.tasks/timephaseddata/) objects.| |select_between_start_and_finish(timephased_data_type, start_time, finish_time)|Selects all time phases between| ### See Also diff --git a/english/python-net/aspose.tasks/timephaseddatatype/_index.md b/english/python-net/aspose.tasks/timephaseddatatype/_index.md index c03a6acd8..8149f37b7 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: 2670 +weight: 2720 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 42aade8f8..d15ebfe4a 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: 2660 +weight: 2710 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 81954f581..5156911fd 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: 2680 +weight: 2730 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 7214c725c..2ed426517 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: 1200 +weight: 1210 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 268269332..9392140de 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: 1210 +weight: 1220 url: /python-net/aspose.tasks/usageview/ --- @@ -20,21 +20,21 @@ The UsageView type exposes the following members: |uid|Gets the unique identifier of a view.| |highlight_filter|Gets or sets a value indicating whether Microsoft Project highlights the filter for a single view.| |name|Gets or sets the name of a View object.| -|screen|Gets the screen type for the single view.
Read-only| -|parent_project|Gets the parent of the View object.
Read-only| +|screen|Gets the screen type for the single view.
Read-only [ViewScreen](/tasks/python-net/aspose.tasks/viewscreen/).| +|parent_project|Gets the parent of the View object.
Read-only [Project](/tasks/python-net/aspose.tasks/project/).| |table|Gets or sets a table of the single view.| -|type|Gets the type of item in the single view, such as tasks or resources.
Read-only| +|type|Gets the type of item in the single view, such as tasks or resources.
Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).| |show_in_menu|Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon.| -|page_info|Gets an instance of the| -|visual_objects_placements|Gets a collection of objects representing placement and appearance of| +|page_info|Gets an instance of the [page_info](/tasks/python-net/aspose.tasks/view/) class. Represents page setup data which is present in mpp file format.| +|visual_objects_placements|Gets a collection of objects representing placement and appearance of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) in the view.| |align_details_data|Gets or sets details data alignment.| |display_details_header_column|Gets or sets a value indicating whether to display details header column in the view or not.| |display_short_detail_header_names|Gets or sets a value indicating whether to display short detail header names or not.| |repeat_details_header_on_all_rows|Gets or sets a value indicating whether to repeat details header on all assignment row or not.| |timescale_size_percentage| | -|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.| -|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.| -|top_timescale_tier|Gets or sets settings of view's top timescale tier.| +|bottom_timescale_tier|Gets or sets settings of view's bottom timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/)| +|middle_timescale_tier|Gets or sets settings of view's middle timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| +|top_timescale_tier|Gets or sets settings of view's top timescale tier.
[TimescaleTier](/tasks/python-net/aspose.tasks.visualization/timescaletier/).| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/validationexception/_index.md b/english/python-net/aspose.tasks/validationexception/_index.md index 6b22b683f..23f2b2b45 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: 1220 +weight: 1230 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 7e9c29001..22a36ce7f 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: 1230 +weight: 1240 url: /python-net/aspose.tasks/value/ --- @@ -15,7 +15,7 @@ The Value type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|Value()|Initializes a new instance of the| +|Value()|Initializes a new instance of the [Value](/tasks/python-net/aspose.tasks/value/) class.| ## Properties | Name | Description | | :- | :- | @@ -25,7 +25,7 @@ The Value type exposes the following members: |string_value|Gets or sets the actual value which is used to represent Text string.| |numeric_value|Gets or sets the actual value which is used to represent number or cost value.| |duration|Gets or sets the actual value which is used to represent Duration.| -|date_time_value|Gets or sets the actual value if it can be represented as DateTime. Default value is| +|date_time_value|Gets or sets the actual value if it can be represented as DateTime. Default value is min date value.| |description|Gets or sets the description of a value.| |phonetic|Gets or sets the phonetic information about custom field name.| diff --git a/english/python-net/aspose.tasks/vbamodule/_index.md b/english/python-net/aspose.tasks/vbamodule/_index.md index e0d8e05f1..35dab2b6e 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: 1240 +weight: 1250 url: /python-net/aspose.tasks/vbamodule/ --- @@ -15,7 +15,7 @@ The VbaModule type exposes the following members: ## Properties | Name | Description | | :- | :- | -|attributes|Gets a collection of| +|attributes|Gets a collection of [VbaModuleAttributeCollection](/tasks/python-net/aspose.tasks/vbamoduleattributecollection/)| |name|Gets a name of the VBA module| |source_code|Gets a source Code of the VBA module| diff --git a/english/python-net/aspose.tasks/vbamoduleattribute/_index.md b/english/python-net/aspose.tasks/vbamoduleattribute/_index.md index bff837877..e06969e65 100644 --- a/english/python-net/aspose.tasks/vbamoduleattribute/_index.md +++ b/english/python-net/aspose.tasks/vbamoduleattribute/_index.md @@ -3,13 +3,13 @@ title: VbaModuleAttribute second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1250 +weight: 1260 url: /python-net/aspose.tasks/vbamoduleattribute/ --- ## VbaModuleAttribute class -The attribute of the +The attribute of the [VbaModule](/tasks/python-net/aspose.tasks/vbamodule/) object The VbaModuleAttribute type exposes the following members: ## Properties @@ -20,7 +20,7 @@ The VbaModuleAttribute type exposes the following members: ## Methods | Name | Description | | :- | :- | -|equals(other)|Returns a value indicating whether this instance is equal to the specified| +|equals(other)|Returns a value indicating whether this instance is equal to the specified [VbaModuleAttribute](/tasks/python-net/aspose.tasks/vbamoduleattribute/) object.| ### See Also diff --git a/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md b/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md index e88ab171a..36d291c3e 100644 --- a/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md +++ b/english/python-net/aspose.tasks/vbamoduleattributecollection/_index.md @@ -3,13 +3,13 @@ title: VbaModuleAttributeCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1260 +weight: 1270 url: /python-net/aspose.tasks/vbamoduleattributecollection/ --- ## VbaModuleAttributeCollection class -Represents a collection of +Represents a collection of [VbaModuleAttribute](/tasks/python-net/aspose.tasks/vbamoduleattribute/) objects. The VbaModuleAttributeCollection type exposes the following members: ## Methods diff --git a/english/python-net/aspose.tasks/vbamodulecollection/_index.md b/english/python-net/aspose.tasks/vbamodulecollection/_index.md index 91347f271..5801464e9 100644 --- a/english/python-net/aspose.tasks/vbamodulecollection/_index.md +++ b/english/python-net/aspose.tasks/vbamodulecollection/_index.md @@ -3,13 +3,13 @@ title: VbaModuleCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1270 +weight: 1280 url: /python-net/aspose.tasks/vbamodulecollection/ --- ## VbaModuleCollection class -Represents a collection of +Represents a collection of [VbaModule](/tasks/python-net/aspose.tasks/vbamodule/) objects. The VbaModuleCollection type exposes the following members: ## Methods diff --git a/english/python-net/aspose.tasks/vbaproject/_index.md b/english/python-net/aspose.tasks/vbaproject/_index.md index 6c1f043b5..1dcb2c5ca 100644 --- a/english/python-net/aspose.tasks/vbaproject/_index.md +++ b/english/python-net/aspose.tasks/vbaproject/_index.md @@ -3,13 +3,13 @@ title: VbaProject second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1280 +weight: 1290 url: /python-net/aspose.tasks/vbaproject/ --- ## VbaProject class -Represents +Represents [VbaProject](/tasks/python-net/aspose.tasks/vbaproject/). The VbaProject type exposes the following members: ## Properties @@ -19,9 +19,9 @@ The VbaProject type exposes the following members: |description|Gets a project description.| |help_context_id|Gets a project Help Context Id| |help_file|Gets a help file name| -|modules|Gets a collection of| +|modules|Gets a collection of [VbaModuleCollection](/tasks/python-net/aspose.tasks/vbamodulecollection/)| |name|Gets project name| -|references|Gets a collection of| +|references|Gets a collection of [VbaReferenceCollection](/tasks/python-net/aspose.tasks/vbareferencecollection/)| ### See Also diff --git a/english/python-net/aspose.tasks/vbareference/_index.md b/english/python-net/aspose.tasks/vbareference/_index.md index b317b8145..6bfbf1c7a 100644 --- a/english/python-net/aspose.tasks/vbareference/_index.md +++ b/english/python-net/aspose.tasks/vbareference/_index.md @@ -3,13 +3,13 @@ title: VbaReference second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1290 +weight: 1300 url: /python-net/aspose.tasks/vbareference/ --- ## VbaReference class -Represents a reference of the +Represents a reference of the [VbaProject](/tasks/python-net/aspose.tasks/vbaproject/). The VbaReference type exposes the following members: ## Constructors @@ -24,7 +24,7 @@ The VbaReference type exposes the following members: ## Methods | Name | Description | | :- | :- | -|equals(other)|Returns a value indicating whether this instance is equal to the specified| +|equals(other)|Returns a value indicating whether this instance is equal to the specified [VbaReference](/tasks/python-net/aspose.tasks/vbareference/) object.| ### See Also diff --git a/english/python-net/aspose.tasks/vbareferencecollection/_index.md b/english/python-net/aspose.tasks/vbareferencecollection/_index.md index 81104a493..a753237c9 100644 --- a/english/python-net/aspose.tasks/vbareferencecollection/_index.md +++ b/english/python-net/aspose.tasks/vbareferencecollection/_index.md @@ -3,13 +3,13 @@ title: VbaReferenceCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1300 +weight: 1310 url: /python-net/aspose.tasks/vbareferencecollection/ --- ## VbaReferenceCollection class -Represents a collection of +Represents a collection of [VbaReference](/tasks/python-net/aspose.tasks/vbareference/) objects. The VbaReferenceCollection type exposes the following members: ## Methods diff --git a/english/python-net/aspose.tasks/view/_index.md b/english/python-net/aspose.tasks/view/_index.md index 9c47541bb..bab70b525 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: 1310 +weight: 1320 url: /python-net/aspose.tasks/view/ --- @@ -15,7 +15,7 @@ The View type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|View()|Initializes a new instance of the| +|View()|Initializes a new instance of the [View](/tasks/python-net/aspose.tasks/view/) class.| |View(view_screen)|Initializes a new instance of the View class| ## Properties | Name | Description | @@ -25,13 +25,13 @@ The View type exposes the following members: |uid|Gets the unique identifier of a view.| |highlight_filter|Gets or sets a value indicating whether Microsoft Project highlights the filter for a single view.| |name|Gets or sets the name of a View object.| -|screen|Gets the screen type for the single view.
Read-only| -|parent_project|Gets the parent of the View object.
Read-only| +|screen|Gets the screen type for the single view.
Read-only [ViewScreen](/tasks/python-net/aspose.tasks/viewscreen/).| +|parent_project|Gets the parent of the View object.
Read-only [Project](/tasks/python-net/aspose.tasks/project/).| |table|Gets or sets a table of the single view.| -|type|Gets the type of item in the single view, such as tasks or resources.
Read-only| +|type|Gets the type of item in the single view, such as tasks or resources.
Read-only [ItemType](/tasks/python-net/aspose.tasks/itemtype/).| |show_in_menu|Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon.| -|page_info|Gets an instance of the| -|visual_objects_placements|Gets a collection of objects representing placement and appearance of| +|page_info|Gets an instance of the [page_info](/tasks/python-net/aspose.tasks/view/) class. Represents page setup data which is present in mpp file format.| +|visual_objects_placements|Gets a collection of objects representing placement and appearance of [OleObject](/tasks/python-net/aspose.tasks/oleobject/) in the view.| ## Methods | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/viewcollection/_index.md b/english/python-net/aspose.tasks/viewcollection/_index.md index 4dc535b2c..12c9ff312 100644 --- a/english/python-net/aspose.tasks/viewcollection/_index.md +++ b/english/python-net/aspose.tasks/viewcollection/_index.md @@ -3,23 +3,23 @@ title: ViewCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1320 +weight: 1330 url: /python-net/aspose.tasks/viewcollection/ --- ## ViewCollection class -Contains a list of +Contains a list of [View](/tasks/python-net/aspose.tasks/view/) objects.
Implements ICollection interface. The ViewCollection type exposes the following members: ## Properties | Name | Description | | :- | :- | -|parent_project|Gets the parent of the View object.
Read-only| +|parent_project|Gets the parent of the View object.
Read-only [Project](/tasks/python-net/aspose.tasks/project/).| ## Methods | Name | Description | | :- | :- | -|to_list()|Converts a view collection to a list of| +|to_list()|Converts a view collection to a list of [View](/tasks/python-net/aspose.tasks/view/) objects.| |get_by_view_screen(screen)|Searches for a View with the specified Screen property, and returns the first occurrence within the collection.| |get_by_name(view_name)|Searches for a View with the name, and returns the first occurrence within the collection.| diff --git a/english/python-net/aspose.tasks/viewscreen/_index.md b/english/python-net/aspose.tasks/viewscreen/_index.md index 06c42cc59..cad254acb 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: 2690 +weight: 2740 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 07356cfc4..5f6580fcb 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: 1330 +weight: 1340 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 a7e1f5e55..26bc13273 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: 1340 +weight: 1350 url: /python-net/aspose.tasks/wbscodemask/ --- @@ -15,7 +15,7 @@ The WBSCodeMask type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|WBSCodeMask()|Initializes a new instance of the| +|WBSCodeMask()|Initializes a new instance of the [WBSCodeMask](/tasks/python-net/aspose.tasks/wbscodemask/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/wbscodemaskcollection/_index.md b/english/python-net/aspose.tasks/wbscodemaskcollection/_index.md index 330fa3931..9b354dd86 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: 1350 +weight: 1360 url: /python-net/aspose.tasks/wbscodemaskcollection/ --- @@ -15,7 +15,7 @@ The WBSCodeMaskCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts a WBSCodeMaskCollection to a list of| +|to_list()|Converts a WBSCodeMaskCollection to a list of [WBSCodeMask](/tasks/python-net/aspose.tasks/wbscodemask/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/wbssequence/_index.md b/english/python-net/aspose.tasks/wbssequence/_index.md index 4fcacb372..45544a1d5 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: 2700 +weight: 2750 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 a54ef3ab2..239cf00e1 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: 1360 +weight: 1370 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 6310ffc2b..20a6ae2bd 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: 1370 +weight: 1380 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 43b8ae4c0..7fa8c5b5b 100644 --- a/english/python-net/aspose.tasks/weekdaycollection/_index.md +++ b/english/python-net/aspose.tasks/weekdaycollection/_index.md @@ -3,19 +3,19 @@ title: WeekDayCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1380 +weight: 1390 url: /python-net/aspose.tasks/weekdaycollection/ --- ## WeekDayCollection class -Represents a collection of +Represents a collection of [WeekDay](/tasks/python-net/aspose.tasks/weekday/) objects. The WeekDayCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the WeekDayCollection object to a list of| +|to_list()|Converts the WeekDayCollection object to a list of [WeekDay](/tasks/python-net/aspose.tasks/weekday/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/weekdaytype/_index.md b/english/python-net/aspose.tasks/weekdaytype/_index.md index 5a2e1decb..1f3bdd997 100644 --- a/english/python-net/aspose.tasks/weekdaytype/_index.md +++ b/english/python-net/aspose.tasks/weekdaytype/_index.md @@ -3,13 +3,13 @@ title: WeekdayType second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 2720 +weight: 2770 url: /python-net/aspose.tasks/weekdaytype/ --- ## WeekdayType enumeration -Represents a weekday of a project in the instance of +Represents a weekday of a project in the instance of [RecurringTaskInfo](/tasks/python-net/aspose.tasks/recurringtaskinfo/) class. ## Members | Member name | Description | diff --git a/english/python-net/aspose.tasks/weeklabeldisplay/_index.md b/english/python-net/aspose.tasks/weeklabeldisplay/_index.md index 6bbe79c51..127904cb0 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: 2710 +weight: 2760 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 e81d1ffea..9c064f933 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: 1390 +weight: 1400 url: /python-net/aspose.tasks/weeklyrecurrencepattern/ --- @@ -15,7 +15,7 @@ The WeeklyRecurrencePattern type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|WeeklyRecurrencePattern()|Initializes a new instance of the| +|WeeklyRecurrencePattern()|Initializes a new instance of the [WeeklyRecurrencePattern](/tasks/python-net/aspose.tasks/weeklyrecurrencepattern/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/weeklyrepetition/_index.md b/english/python-net/aspose.tasks/weeklyrepetition/_index.md index 260d2e24d..c7e736662 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: 1400 +weight: 1410 url: /python-net/aspose.tasks/weeklyrepetition/ --- @@ -15,7 +15,7 @@ The WeeklyRepetition type exposes the following members: ## Constructors | Name | Description | | :- | :- | -|WeeklyRepetition()|Initializes a new instance of the| +|WeeklyRepetition()|Initializes a new instance of the [WeeklyRepetition](/tasks/python-net/aspose.tasks/weeklyrepetition/) class.| ## Properties | Name | Description | | :- | :- | diff --git a/english/python-net/aspose.tasks/weeklyrepetitionbase/_index.md b/english/python-net/aspose.tasks/weeklyrepetitionbase/_index.md index d5cf47f6d..58793bfda 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: 1410 +weight: 1420 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 2e8f70c5c..5251f5201 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: 2730 +weight: 2780 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 00f8e8796..21de41617 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: 2740 +weight: 2790 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 9c9a98f63..b983efdbd 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: 1450 +weight: 1460 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 c2224e978..31cff12cd 100644 --- a/english/python-net/aspose.tasks/workingtimecollection/_index.md +++ b/english/python-net/aspose.tasks/workingtimecollection/_index.md @@ -3,20 +3,20 @@ title: WorkingTimeCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1460 +weight: 1470 url: /python-net/aspose.tasks/workingtimecollection/ --- ## WorkingTimeCollection class -Represents a collection of +Represents a collection of [WorkingTimeCollection](/tasks/python-net/aspose.tasks/workingtimecollection/) objects. The WorkingTimeCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | |add(item)|Adds a new WorkingTime instance to this collection.| -|to_list()|Converts the WorkingTimeCollection object to a list of| +|to_list()|Converts the WorkingTimeCollection object to a list of [WorkingTime](/tasks/python-net/aspose.tasks/workingtime/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/workunit/_index.md b/english/python-net/aspose.tasks/workunit/_index.md index 37c8f56b0..2d88e8ca9 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: 1420 +weight: 1430 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 cd683ada3..fb2050087 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: 1430 +weight: 1440 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 4ab7cc3f3..e6349edbb 100644 --- a/english/python-net/aspose.tasks/workweekcollection/_index.md +++ b/english/python-net/aspose.tasks/workweekcollection/_index.md @@ -3,13 +3,13 @@ title: WorkWeekCollection second_title: Aspose.Tasks for Python via .NET API Reference description: type: docs -weight: 1440 +weight: 1450 url: /python-net/aspose.tasks/workweekcollection/ --- ## WorkWeekCollection class -Represents a collection of +Represents a collection of [WorkWeek](/tasks/python-net/aspose.tasks/workweek/) objects. The WorkWeekCollection type exposes the following members: ## Properties @@ -19,7 +19,7 @@ The WorkWeekCollection type exposes the following members: ## Methods | Name | Description | | :- | :- | -|to_list()|Converts the WorkWeekCollection object to a list of| +|to_list()|Converts the WorkWeekCollection object to a list of [WorkWeek](/tasks/python-net/aspose.tasks/workweek/) objects.| ### See Also diff --git a/english/python-net/aspose.tasks/yearlabeldisplay/_index.md b/english/python-net/aspose.tasks/yearlabeldisplay/_index.md index e02f7b426..d7e3e4ec2 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: 2750 +weight: 2800 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 1e554e39a..bbe194d7d 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: 1470 +weight: 1480 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 9666a9523..c49279493 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: 1480 +weight: 1490 url: /python-net/aspose.tasks/yearlyrepetitionbase/ ---