Skip to content

Commit 231d289

Browse files
Merge pull request #97 from aspose-tasks/tasks-python-api-25.3.0-170901
Updated API for Aspose.Tasks for Python via .NET 25.3.0
2 parents a4b8b63 + 8688a0f commit 231d289

File tree

11 files changed

+36
-1
lines changed

11 files changed

+36
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The HtmlSaveOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The ImageSaveOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The PdfSaveOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The PrintOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The SaveOptions type exposes the following members:
2020
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2121
|end_date|Gets or sets a date to finish rendering to.|
2222
|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.|
23+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2324
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2425
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2526
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The SvgOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The XamlOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The XpsOptions type exposes the following members:
2424
|draw_non_working_time|Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).|
2525
|end_date|Gets or sets a date to finish rendering to.|
2626
|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.|
27+
|timescale_fit_behavior|Gets or sets a behavior which define how to align right end of the timescale with the page end.|
2728
|fit_content|Gets or sets a value indicating whether row height should be increased to fit its content.|
2829
|gridlines|Gets or sets a list of [Gridline](/tasks/python-net/aspose.tasks.visualization/gridline/) that appear in project view.|
2930
|legend_drawing_options|Gets or sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage.|

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ Contains helper classes for rendering.
6464
|[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/).|
6565
|[TextItemType](/tasks/python-net/aspose.tasks.visualization/textitemtype/)|Item type to change a text style for.|
6666
|[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.|
67+
|[TimescaleFitBehavior](/tasks/python-net/aspose.tasks.visualization/timescalefitbehavior/)|Represents a behavior used to align timescale area with page width.|
6768
|[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.|
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: TimescaleFitBehavior
3+
second_title: Aspose.Tasks for Python via .NET API Reference
4+
description:
5+
type: docs
6+
weight: 500
7+
url: /python-net/aspose.tasks.visualization/timescalefitbehavior/
8+
---
9+
10+
## TimescaleFitBehavior enumeration
11+
12+
Represents a behavior used to align timescale area with page width.
13+
14+
## Members
15+
| Member name | Description |
16+
| :- | :- |
17+
|DEFINED_IN_VIEW|Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.|
18+
|NO_SCALE_TO_END_DATE|Calendar section is rendered exactly to EndDate, even there is an empty space on a page.|
19+
|NO_SCALE_TO_END_OF_PAGE|Calendar section is rendered to the end (right side) of the last page.<br/> Thus last rendered date may exceed EndDate.|
20+
|SCALE_TO_END_OF_PAGE|Calendar section is scaled so that EndDate is aligned with the end (right side) of the last page.<br/> Corresponds to MS Project's "Page Setup \ View \ Fit timescale to end of page" option enabled.|
21+
22+
### See Also
23+
24+
* namespace [aspose.tasks.visualization](/tasks/python-net/aspose.tasks.visualization/)
25+
* assembly [Aspose.Tasks](/tasks/python-net/)
26+

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

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

0 commit comments

Comments
 (0)