Skip to content

Commit 70e5368

Browse files
committed
Updated Aspose.Tasks for Java API reference to v.24.12.
1 parent d12712e commit 70e5368

File tree

2 files changed

+33
-25
lines changed

2 files changed

+33
-25
lines changed

english/java/com.aspose.tasks/saveoptions/_index.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ An instance of any derived class from SaveOptions class is passed to the stream
3030
| [getFitTimescaleToEndOfPage()](#getFitTimescaleToEndOfPage--) | Gets whether a calendar section of a view should be rendered to the end (right side) of the last page. |
3131
| [getGridlines()](#getGridlines--) | Gets a list of [Gridline](../../com.aspose.tasks/gridline) that appear in project view. |
3232
| [getLegendDrawingOptions()](#getLegendDrawingOptions--) | Gets a value which define how to render a legend. |
33-
| [getLegendOnEachPage()](#getLegendOnEachPage--) | Gets a value indicating whether legend should be shown on each page (Default value is TRUE). |
3433
| [getMarkCriticalTasks()](#getMarkCriticalTasks--) | Gets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). |
3534
| [getNonWorkingTimeColor()](#getNonWorkingTimeColor--) | Gets the non-working time color. |
3635
| [getPageCount()](#getPageCount--) | Gets the number of pages of project. |
@@ -53,7 +52,6 @@ An instance of any derived class from SaveOptions class is passed to the stream
5352
| [setFitTimescaleToEndOfPage(boolean value)](#setFitTimescaleToEndOfPage-boolean-) | Sets whether a calendar section of a view should be rendered to the end (right side) of the last page. |
5453
| [setGridlines(List<Gridline> value)](#setGridlines-java.util.List-com.aspose.tasks.Gridline--) | Sets a list of [Gridline](../../com.aspose.tasks/gridline) that appear in project view. |
5554
| [setLegendDrawingOptions(int value)](#setLegendDrawingOptions-int-) | Sets a value which define how to render a legend. |
56-
| [setLegendOnEachPage(boolean value)](#setLegendOnEachPage-boolean-) | Sets a value indicating whether legend should be shown on each page (Default value is TRUE). |
5755
| [setMarkCriticalTasks(boolean value)](#setMarkCriticalTasks-boolean-) | Sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). |
5856
| [setNonWorkingTimeColor(Color value)](#setNonWorkingTimeColor-java.awt.Color-) | Sets the non-working time color. |
5957
| [setPageSize(int value)](#setPageSize-int-) | Sets the size of page to be rendered (Default value is PageSize.A4). |
@@ -147,16 +145,6 @@ Gets a value which define how to render a legend. Default value is LegendDrawing
147145

148146
**Returns:**
149147
int - a value which define how to render a legend.
150-
### getLegendOnEachPage() {#getLegendOnEachPage--}
151-
```
152-
public final boolean getLegendOnEachPage()
153-
```
154-
155-
156-
Gets a value indicating whether legend should be shown on each page (Default value is TRUE).
157-
158-
**Returns:**
159-
boolean - a value indicating whether legend should be shown on each page (Default value is TRUE).
160148
### getMarkCriticalTasks() {#getMarkCriticalTasks--}
161149
```
162150
public final boolean getMarkCriticalTasks()
@@ -417,19 +405,6 @@ Sets a value which define how to render a legend. Default value is LegendDrawing
417405
| --- | --- | --- |
418406
| value | int | a value which define how to render a legend. |
419407

420-
### setLegendOnEachPage(boolean value) {#setLegendOnEachPage-boolean-}
421-
```
422-
public final void setLegendOnEachPage(boolean value)
423-
```
424-
425-
426-
Sets a value indicating whether legend should be shown on each page (Default value is TRUE).
427-
428-
**Parameters:**
429-
| Parameter | Type | Description |
430-
| --- | --- | --- |
431-
| value | boolean | a value indicating whether legend should be shown on each page (Default value is TRUE). |
432-
433408
### setMarkCriticalTasks(boolean value) {#setMarkCriticalTasks-boolean-}
434409
```
435410
public final void setMarkCriticalTasks(boolean value)

english/java/com.aspose.tasks/timescaletier/_index.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ Represents a single tier of the timescale on a Gantt Chart.
2828
| [getCount()](#getCount--) | Gets the time unit interval in which to show labels for the tier. |
2929
| [getDateTimeConverter()](#getDateTimeConverter--) | Gets a callback function for handling rendering date tick in this tier. |
3030
| [getLabel()](#getLabel--) | Gets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier. |
31+
| [getRenderLabelOnEachPage()](#getRenderLabelOnEachPage--) | Gets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. |
3132
| [getShowTicks()](#getShowTicks--) | Gets a value indicating whether whether to show tick marks that separate time periods in the tier. |
3233
| [getUnit()](#getUnit--) | Gets timescale unit [TimescaleUnit](../../com.aspose.tasks/timescaleunit) for the timescale tier. |
3334
| [getUsesFiscalYear()](#getUsesFiscalYear--) | Gets a value indicating whether to base the tier labels on the fiscal year. |
3435
| [setAlignment(int value)](#setAlignment-int-) | Sets how to align labels within each time period of the tier ([HorizontalStringAlignment](../../com.aspose.tasks/horizontalstringalignment)). |
3536
| [setCount(int value)](#setCount-int-) | Sets the time unit interval in which to show labels for the tier. |
3637
| [setDateTimeConverter(DateTimeConverter value)](#setDateTimeConverter-com.aspose.tasks.DateTimeConverter-) | Sets a callback function for handling rendering date tick in this tier. |
3738
| [setLabel(int value)](#setLabel-int-) | Sets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier. |
39+
| [setRenderLabelOnEachPage(boolean value)](#setRenderLabelOnEachPage-boolean-) | Sets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. |
3840
| [setShowTicks(boolean value)](#setShowTicks-boolean-) | Sets a value indicating whether whether to show tick marks that separate time periods in the tier. |
3941
| [setUnit(int value)](#setUnit-int-) | Sets timescale unit [TimescaleUnit](../../com.aspose.tasks/timescaleunit) for the timescale tier. |
4042
| [setUsesFiscalYear(boolean value)](#setUsesFiscalYear-boolean-) | Sets a value indicating whether to base the tier labels on the fiscal year. |
@@ -100,6 +102,20 @@ Gets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale
100102

101103
**Returns:**
102104
int - date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier.
105+
### getRenderLabelOnEachPage() {#getRenderLabelOnEachPage--}
106+
```
107+
public final boolean getRenderLabelOnEachPage()
108+
```
109+
110+
111+
Gets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. If value is 'true', when time period spans over several pages, date labels for the period are rendered on each page. If values is 'false', date label is rendered only once according to a value of `Alignment`([getAlignment](../../com.aspose.tasks/timescaletier\#getAlignment--)/[setAlignment(int)](../../com.aspose.tasks/timescaletier\#setAlignment-int-)) property.
112+
113+
--------------------
114+
115+
Doesn't have the equivalent in MS Project.
116+
117+
**Returns:**
118+
boolean - flag that defines whether date labels should be rendered on each page when a time period spans over several pages.
103119
### getShowTicks() {#getShowTicks--}
104120
```
105121
public final boolean getShowTicks()
@@ -182,6 +198,23 @@ Sets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale
182198
| --- | --- | --- |
183199
| value | int | date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier. |
184200

201+
### setRenderLabelOnEachPage(boolean value) {#setRenderLabelOnEachPage-boolean-}
202+
```
203+
public final void setRenderLabelOnEachPage(boolean value)
204+
```
205+
206+
207+
Sets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. If value is 'true', when time period spans over several pages, date labels for the period are rendered on each page. If values is 'false', date label is rendered only once according to a value of `Alignment`([getAlignment](../../com.aspose.tasks/timescaletier\#getAlignment--)/[setAlignment(int)](../../com.aspose.tasks/timescaletier\#setAlignment-int-)) property.
208+
209+
--------------------
210+
211+
Doesn't have the equivalent in MS Project.
212+
213+
**Parameters:**
214+
| Parameter | Type | Description |
215+
| --- | --- | --- |
216+
| value | boolean | flag that defines whether date labels should be rendered on each page when a time period spans over several pages. |
217+
185218
### setShowTicks(boolean value) {#setShowTicks-boolean-}
186219
```
187220
public final void setShowTicks(boolean value)

0 commit comments

Comments
 (0)