Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-tasks/Aspose.Tasks-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimYurko committed Dec 19, 2024
1 parent 3c76b34 commit 5e6b964
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ An instance of any derived class from SaveOptions class is passed to the stream
| [getFitTimescaleToEndOfPage()](#getFitTimescaleToEndOfPage--) | Gets whether a calendar section of a view should be rendered to the end (right side) of the last page. |
| [getGridlines()](#getGridlines--) | Gets a list of [Gridline](../../com.aspose.tasks/gridline) that appear in project view. |
| [getLegendDrawingOptions()](#getLegendDrawingOptions--) | Gets a value which define how to render a legend. |
| [getLegendOnEachPage()](#getLegendOnEachPage--) | Gets a value indicating whether legend should be shown on each page (Default value is TRUE). |
| [getMarkCriticalTasks()](#getMarkCriticalTasks--) | Gets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). |
| [getNonWorkingTimeColor()](#getNonWorkingTimeColor--) | Gets the non-working time color. |
| [getPageCount()](#getPageCount--) | Gets the number of pages of project. |
Expand All @@ -53,7 +52,6 @@ An instance of any derived class from SaveOptions class is passed to the stream
| [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. |
| [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. |
| [setLegendDrawingOptions(int value)](#setLegendDrawingOptions-int-) | Sets a value which define how to render a legend. |
| [setLegendOnEachPage(boolean value)](#setLegendOnEachPage-boolean-) | Sets a value indicating whether legend should be shown on each page (Default value is TRUE). |
| [setMarkCriticalTasks(boolean value)](#setMarkCriticalTasks-boolean-) | Sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). |
| [setNonWorkingTimeColor(Color value)](#setNonWorkingTimeColor-java.awt.Color-) | Sets the non-working time color. |
| [setPageSize(int value)](#setPageSize-int-) | Sets the size of page to be rendered (Default value is PageSize.A4). |
Expand Down Expand Up @@ -147,16 +145,6 @@ Gets a value which define how to render a legend. Default value is LegendDrawing

**Returns:**
int - a value which define how to render a legend.
### getLegendOnEachPage() {#getLegendOnEachPage--}
```
public final boolean getLegendOnEachPage()
```


Gets a value indicating whether legend should be shown on each page (Default value is TRUE).

**Returns:**
boolean - a value indicating whether legend should be shown on each page (Default value is TRUE).
### getMarkCriticalTasks() {#getMarkCriticalTasks--}
```
public final boolean getMarkCriticalTasks()
Expand Down Expand Up @@ -417,19 +405,6 @@ Sets a value which define how to render a legend. Default value is LegendDrawing
| --- | --- | --- |
| value | int | a value which define how to render a legend. |

### setLegendOnEachPage(boolean value) {#setLegendOnEachPage-boolean-}
```
public final void setLegendOnEachPage(boolean value)
```


Sets a value indicating whether legend should be shown on each page (Default value is TRUE).

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | boolean | a value indicating whether legend should be shown on each page (Default value is TRUE). |

### setMarkCriticalTasks(boolean value) {#setMarkCriticalTasks-boolean-}
```
public final void setMarkCriticalTasks(boolean value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ Represents a single tier of the timescale on a Gantt Chart.
| [getCount()](#getCount--) | Gets the time unit interval in which to show labels for the tier. |
| [getDateTimeConverter()](#getDateTimeConverter--) | Gets a callback function for handling rendering date tick in this tier. |
| [getLabel()](#getLabel--) | Gets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier. |
| [getRenderLabelOnEachPage()](#getRenderLabelOnEachPage--) | Gets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. |
| [getShowTicks()](#getShowTicks--) | Gets a value indicating whether whether to show tick marks that separate time periods in the tier. |
| [getUnit()](#getUnit--) | Gets timescale unit [TimescaleUnit](../../com.aspose.tasks/timescaleunit) for the timescale tier. |
| [getUsesFiscalYear()](#getUsesFiscalYear--) | Gets a value indicating whether to base the tier labels on the fiscal year. |
| [setAlignment(int value)](#setAlignment-int-) | Sets how to align labels within each time period of the tier ([HorizontalStringAlignment](../../com.aspose.tasks/horizontalstringalignment)). |
| [setCount(int value)](#setCount-int-) | Sets the time unit interval in which to show labels for the tier. |
| [setDateTimeConverter(DateTimeConverter value)](#setDateTimeConverter-com.aspose.tasks.DateTimeConverter-) | Sets a callback function for handling rendering date tick in this tier. |
| [setLabel(int value)](#setLabel-int-) | Sets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier. |
| [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. |
| [setShowTicks(boolean value)](#setShowTicks-boolean-) | Sets a value indicating whether whether to show tick marks that separate time periods in the tier. |
| [setUnit(int value)](#setUnit-int-) | Sets timescale unit [TimescaleUnit](../../com.aspose.tasks/timescaleunit) for the timescale tier. |
| [setUsesFiscalYear(boolean value)](#setUsesFiscalYear-boolean-) | Sets a value indicating whether to base the tier labels on the fiscal year. |
Expand Down Expand Up @@ -100,6 +102,20 @@ Gets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale

**Returns:**
int - date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier.
### getRenderLabelOnEachPage() {#getRenderLabelOnEachPage--}
```
public final boolean getRenderLabelOnEachPage()
```


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.

--------------------

Doesn't have the equivalent in MS Project.

**Returns:**
boolean - flag that defines whether date labels should be rendered on each page when a time period spans over several pages.
### getShowTicks() {#getShowTicks--}
```
public final boolean getShowTicks()
Expand Down Expand Up @@ -182,6 +198,23 @@ Sets date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale
| --- | --- | --- |
| value | int | date label [DateLabel](../../com.aspose.tasks/datelabel) for the timescale tier. |

### setRenderLabelOnEachPage(boolean value) {#setRenderLabelOnEachPage-boolean-}
```
public final void setRenderLabelOnEachPage(boolean value)
```


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.

--------------------

Doesn't have the equivalent in MS Project.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | boolean | flag that defines whether date labels should be rendered on each page when a time period spans over several pages. |

### setShowTicks(boolean value) {#setShowTicks-boolean-}
```
public final void setShowTicks(boolean value)
Expand Down

0 comments on commit 5e6b964

Please sign in to comment.