Skip to content

Commit

Permalink
Merge pull request #73 from aspose-tasks/python-24.9-api
Browse files Browse the repository at this point in the history
Updated Aspose.Tasks for Python via .NET API ref. to 24.9
  • Loading branch information
achevyrov-aspose authored Sep 27, 2024
2 parents c65530e + d840196 commit 67a447f
Show file tree
Hide file tree
Showing 152 changed files with 476 additions and 465 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/> The default value is "pub".|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions english/python-net/aspose.tasks.riskanalysis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :- | :- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/> 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/> If not set then default columns are saved.|

### See Also

Expand Down
16 changes: 8 additions & 8 deletions english/python-net/aspose.tasks.saving/htmlsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@ 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.<br/> 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).|
|non_working_time_color|Gets or sets the non-working time color.|
|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.<br/> For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.<br/> For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.<br/> 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/)).<br/> If not set then task ids, task names, start and finish are rendered only.<br/> 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.<br/> If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.<br/> 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<br/> when project is saved in graphical format.<br/> 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.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ 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.<br/> 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).|
|non_working_time_color|Gets or sets the non-working time color.|
|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.<br/> For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar.<br/> For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars.<br/> 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/)).<br/> If not set then task ids, task names, start and finish are rendered only.<br/> 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.<br/> If this property is set, [PresentationFormat](/tasks/python-net/aspose.tasks.visualization/presentationformat/) property is ignored when project is saved.<br/> 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<br/> when project is saved in graphical format.<br/> 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.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 67a447f

Please sign in to comment.