Skip to content

Commit

Permalink
Merge pull request #55 from aspose-tasks/main
Browse files Browse the repository at this point in the history
Updated Aspose.Tasks for Java API reference to v.24.3.
  • Loading branch information
VadimYurko authored Mar 21, 2024
2 parents ae988aa + 9039f2e commit b971489
Show file tree
Hide file tree
Showing 118 changed files with 751 additions and 731 deletions.
1 change: 1 addition & 0 deletions english/java/com.aspose.tasks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ url: /java/com.aspose.tasks/
| [TreeAlgorithmBase<T>](../com.aspose.tasks/treealgorithmbase) | A base class for implementations of ITreeAlgorithm<T> |
| [Tsk](../com.aspose.tasks/tsk) | Represents properties of [Task](../com.aspose.tasks/task) object. |
| [UndefinedConstraintHandlingBehavior](../com.aspose.tasks/undefinedconstrainthandlingbehavior) | Specifies the behavior used to handle tasks with undefined constraints. |
| [UnexpectedFileFormatException](../com.aspose.tasks/unexpectedfileformatexception) | Represents an exception which is thrown when file format has unexpected format or structure. |
| [UsageView](../com.aspose.tasks/usageview) | Represent a usage view in a project. |
| [ValidationException](../com.aspose.tasks/validationexception) | Represents an exception which is thrown when errors are found during validation of entity. |
| [Value](../com.aspose.tasks/value) | Represents a value in a value list. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AssignmentToColumnTextConverter
second_title: Aspose.Tasks for Java API Reference
description: ResourceAssignment data to columns string converter.
type: docs
weight: 350
weight: 351
url: /java/com.aspose.tasks/assignmenttocolumntextconverter/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public int getField()
```


Returns column field. Field .
Returns column field. `Field`.

**Returns:**
int - column field value.
Expand Down
28 changes: 14 additions & 14 deletions english/java/com.aspose.tasks/barstyle/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Change the visual style of the bar for the item in the project view.
| Method | Description |
| --- | --- |
| [getBarColor()](#getBarColor--) | Gets java.awt.Color of the bar style. |
| [getBarShape()](#getBarShape--) | Gets BarShape ([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style. |
| [getBarShape()](#getBarShape--) | Gets `BarShape`([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style. |
| [getBottomBarTextConverter()](#getBottomBarTextConverter--) | Gets user-defined converter to get text to render on the bottom of the task's bar. |
| [getBottomField()](#getBottomField--) | Gets a field to be displayed on the bottom of the bar. |
| [getEndShape()](#getEndShape--) | Gets [Shape](../../com.aspose.tasks/shape) at the end of the bar. |
Expand All @@ -42,7 +42,7 @@ Change the visual style of the bar for the item in the project view.
| [getTopBarTextConverter()](#getTopBarTextConverter--) | Gets user-defined converter to get text to render on the top of the task's bar. |
| [getTopField()](#getTopField--) | Gets a field to be displayed on the top of the bar. |
| [setBarColor(Color value)](#setBarColor-java.awt.Color-) | Sets java.awt.Color of the bar style. |
| [setBarShape(int value)](#setBarShape-int-) | Sets BarShape ([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style. |
| [setBarShape(int value)](#setBarShape-int-) | Sets `BarShape`([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style. |
| [setBottomBarTextConverter(TaskBarTextConverter value)](#setBottomBarTextConverter-com.aspose.tasks.TaskBarTextConverter-) | Sets user-defined converter to get text to render on the bottom of the task's bar. |
| [setBottomField(int value)](#setBottomField-int-) | Sets a field to be displayed on the bottom of the bar. |
| [setEndShape(int value)](#setEndShape-int-) | Sets [Shape](../../com.aspose.tasks/shape) at the end of the bar. |
Expand Down Expand Up @@ -83,7 +83,7 @@ public final int getBarShape()
```


Gets BarShape ([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style.
Gets `BarShape`([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style.

**Returns:**
int - [BarShape](../../com.aspose.tasks/barshape) of the bar style.
Expand All @@ -93,7 +93,7 @@ public final TaskBarTextConverter getBottomBarTextConverter()
```


Gets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField ([getBottomField()](../../com.aspose.tasks/barstyle\#getBottomField--)/[setBottomField(int)](../../com.aspose.tasks/barstyle\#setBottomField-int-)) property.
Gets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of `BottomField`([getBottomField()](../../com.aspose.tasks/barstyle\#getBottomField--)/[setBottomField(int)](../../com.aspose.tasks/barstyle\#setBottomField-int-)) property.

**Returns:**
[TaskBarTextConverter](../../com.aspose.tasks/taskbartextconverter) - user-defined converter to get text to render on the bottom of the task's bar.
Expand Down Expand Up @@ -133,7 +133,7 @@ public final TaskBarTextConverter getInsideBarTextConverter()
```


Gets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField ([getInsideField()](../../com.aspose.tasks/barstyle\#getInsideField--)/[setInsideField(int)](../../com.aspose.tasks/barstyle\#setInsideField-int-)) property.
Gets user-defined converter to get text to render inside of the task's bar. Overrides the value of `InsideField`([getInsideField()](../../com.aspose.tasks/barstyle\#getInsideField--)/[setInsideField(int)](../../com.aspose.tasks/barstyle\#setInsideField-int-)) property.

**Returns:**
[TaskBarTextConverter](../../com.aspose.tasks/taskbartextconverter) - user-defined converter to get text to render inside of the task's bar.
Expand Down Expand Up @@ -163,7 +163,7 @@ public final TaskBarTextConverter getLeftBarTextConverter()
```


Gets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField ([getLeftField()](../../com.aspose.tasks/barstyle\#getLeftField--)/[setLeftField(int)](../../com.aspose.tasks/barstyle\#setLeftField-int-)) property.
Gets user-defined converter to get text to render on the left of the task's bar. Overrides the value of `LeftField`([getLeftField()](../../com.aspose.tasks/barstyle\#getLeftField--)/[setLeftField(int)](../../com.aspose.tasks/barstyle\#setLeftField-int-)) property.

**Returns:**
[TaskBarTextConverter](../../com.aspose.tasks/taskbartextconverter) - user-defined converter to get text to render on the left of the task's bar.
Expand All @@ -183,7 +183,7 @@ public final TaskBarTextConverter getRightBarTextConverter()
```


Gets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField ([getRightField()](../../com.aspose.tasks/barstyle\#getRightField--)/[setRightField(int)](../../com.aspose.tasks/barstyle\#setRightField-int-)) property.
Gets user-defined converter to get text to render on the right of the task's bar. Overrides the value of `RightField`([getRightField()](../../com.aspose.tasks/barstyle\#getRightField--)/[setRightField(int)](../../com.aspose.tasks/barstyle\#setRightField-int-)) property.

**Returns:**
[TaskBarTextConverter](../../com.aspose.tasks/taskbartextconverter) - user-defined converter to get text to render on the right of the task's bar.
Expand Down Expand Up @@ -233,7 +233,7 @@ public final TaskBarTextConverter getTopBarTextConverter()
```


Gets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField ([getTopField()](../../com.aspose.tasks/barstyle\#getTopField--)/[setTopField(int)](../../com.aspose.tasks/barstyle\#setTopField-int-)) property.
Gets user-defined converter to get text to render on the top of the task's bar. Overrides the value of `TopField`([getTopField()](../../com.aspose.tasks/barstyle\#getTopField--)/[setTopField(int)](../../com.aspose.tasks/barstyle\#setTopField-int-)) property.

**Returns:**
[TaskBarTextConverter](../../com.aspose.tasks/taskbartextconverter) - user-defined converter to get text to render on the top of the task's bar.
Expand Down Expand Up @@ -266,7 +266,7 @@ public final void setBarShape(int value)
```


Sets BarShape ([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style.
Sets `BarShape`([getBarShape()](../../com.aspose.tasks/barstyle\#getBarShape--)/[setBarShape(int)](../../com.aspose.tasks/barstyle\#setBarShape-int-)) of the bar style.

**Parameters:**
| Parameter | Type | Description |
Expand All @@ -279,7 +279,7 @@ public final void setBottomBarTextConverter(TaskBarTextConverter value)
```


Sets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField ([getBottomField()](../../com.aspose.tasks/barstyle\#getBottomField--)/[setBottomField(int)](../../com.aspose.tasks/barstyle\#setBottomField-int-)) property.
Sets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of `BottomField`([getBottomField()](../../com.aspose.tasks/barstyle\#getBottomField--)/[setBottomField(int)](../../com.aspose.tasks/barstyle\#setBottomField-int-)) property.

**Parameters:**
| Parameter | Type | Description |
Expand Down Expand Up @@ -331,7 +331,7 @@ public final void setInsideBarTextConverter(TaskBarTextConverter value)
```


Sets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField ([getInsideField()](../../com.aspose.tasks/barstyle\#getInsideField--)/[setInsideField(int)](../../com.aspose.tasks/barstyle\#setInsideField-int-)) property.
Sets user-defined converter to get text to render inside of the task's bar. Overrides the value of `InsideField`([getInsideField()](../../com.aspose.tasks/barstyle\#getInsideField--)/[setInsideField(int)](../../com.aspose.tasks/barstyle\#setInsideField-int-)) property.

**Parameters:**
| Parameter | Type | Description |
Expand Down Expand Up @@ -370,7 +370,7 @@ public final void setLeftBarTextConverter(TaskBarTextConverter value)
```


Sets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField ([getLeftField()](../../com.aspose.tasks/barstyle\#getLeftField--)/[setLeftField(int)](../../com.aspose.tasks/barstyle\#setLeftField-int-)) property.
Sets user-defined converter to get text to render on the left of the task's bar. Overrides the value of `LeftField`([getLeftField()](../../com.aspose.tasks/barstyle\#getLeftField--)/[setLeftField(int)](../../com.aspose.tasks/barstyle\#setLeftField-int-)) property.

**Parameters:**
| Parameter | Type | Description |
Expand All @@ -396,7 +396,7 @@ public final void setRightBarTextConverter(TaskBarTextConverter value)
```


Sets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField ([getRightField()](../../com.aspose.tasks/barstyle\#getRightField--)/[setRightField(int)](../../com.aspose.tasks/barstyle\#setRightField-int-)) property.
Sets user-defined converter to get text to render on the right of the task's bar. Overrides the value of `RightField`([getRightField()](../../com.aspose.tasks/barstyle\#getRightField--)/[setRightField(int)](../../com.aspose.tasks/barstyle\#setRightField-int-)) property.

**Parameters:**
| Parameter | Type | Description |
Expand Down Expand Up @@ -461,7 +461,7 @@ public final void setTopBarTextConverter(TaskBarTextConverter value)
```


Sets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField ([getTopField()](../../com.aspose.tasks/barstyle\#getTopField--)/[setTopField(int)](../../com.aspose.tasks/barstyle\#setTopField-int-)) property.
Sets user-defined converter to get text to render on the top of the task's bar. Overrides the value of `TopField`([getTopField()](../../com.aspose.tasks/barstyle\#getTopField--)/[setTopField(int)](../../com.aspose.tasks/barstyle\#setTopField-int-)) property.

**Parameters:**
| Parameter | Type | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final int getPosition()

Gets a position of weekday in a month on which the task must be recurring.

Read/Write OrdinalNumber .
Read/Write `OrdinalNumber`.

**Returns:**
int - a position of weekday in a month on which the task must be recurring.
Expand All @@ -55,7 +55,7 @@ public final int getWeekDay()

Gets a type of weekday on which the task must be recurring.

Read/Write DayOfWeek .
Read/Write `DayOfWeek`.

**Returns:**
int - a type of weekday on which the task must be recurring.
Expand All @@ -67,7 +67,7 @@ public final void setPosition(int value)

Sets a position of weekday in a month on which the task must be recurring.

Read/Write OrdinalNumber .
Read/Write `OrdinalNumber`.

**Parameters:**
| Parameter | Type | Description |
Expand All @@ -82,7 +82,7 @@ public final void setWeekDay(int value)

Sets a type of weekday on which the task must be recurring.

Read/Write DayOfWeek .
Read/Write `DayOfWeek`.

**Parameters:**
| Parameter | Type | Description |
Expand Down
4 changes: 2 additions & 2 deletions english/java/com.aspose.tasks/byyeardayrepetition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final int getMonth()

Gets a month on which the task must be recurring.

Read/Write Month .
Read/Write `Month`.

**Returns:**
int - a month on which the task must be recurring.
Expand All @@ -78,7 +78,7 @@ public final void setMonth(int value)

Sets a month on which the task must be recurring.

Read/Write Month .
Read/Write `Month`.

**Parameters:**
| Parameter | Type | Description |
Expand Down
12 changes: 6 additions & 6 deletions english/java/com.aspose.tasks/byyearweekdayrepetition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final int getMonth()

Gets a month on which the task must be recurring.

Read/Write Month .
Read/Write `Month`.

**Returns:**
int - a month on which the task must be recurring.
Expand All @@ -57,7 +57,7 @@ public final int getPosition()

Gets a position of the day in a week of a month on which the task must be recurring.

Read/Write OrdinalNumber .
Read/Write `OrdinalNumber`.

**Returns:**
int - a position of the day in a week of a month on which the task must be recurring.
Expand All @@ -69,7 +69,7 @@ public final int getWeekDay()

Gets a type of week day on which the task must be recurring.

Read/Write DayOfWeek .
Read/Write `DayOfWeek`.

**Returns:**
int - a type of week day on which the task must be recurring.
Expand All @@ -81,7 +81,7 @@ public final void setMonth(int value)

Sets a month on which the task must be recurring.

Read/Write Month .
Read/Write `Month`.

**Parameters:**
| Parameter | Type | Description |
Expand All @@ -96,7 +96,7 @@ public final void setPosition(int value)

Sets a position of the day in a week of a month on which the task must be recurring.

Read/Write OrdinalNumber .
Read/Write `OrdinalNumber`.

**Parameters:**
| Parameter | Type | Description |
Expand All @@ -111,7 +111,7 @@ public final void setWeekDay(int value)

Sets a type of week day on which the task must be recurring.

Read/Write DayOfWeek .
Read/Write `DayOfWeek`.

**Parameters:**
| Parameter | Type | Description |
Expand Down
4 changes: 2 additions & 2 deletions english/java/com.aspose.tasks/calculationtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Specifies the type of a calculation of the custom attribute's value.

| Field | Description |
| --- | --- |
| [Formula](#Formula) | Means the value of the extended attribute is calculated using formula defined in ExtendedAttributeDefinition.Formula ([ExtendedAttributeDefinition.getFormula()](../../com.aspose.tasks/extendedattributedefinition\#getFormula--)/[ExtendedAttributeDefinition.setFormula(String)](../../com.aspose.tasks/extendedattributedefinition\#setFormula-String-)). |
| [Formula](#Formula) | Means the value of the extended attribute is calculated using formula defined in `ExtendedAttributeDefinition.Formula`([ExtendedAttributeDefinition.getFormula()](../../com.aspose.tasks/extendedattributedefinition\#getFormula--)/[ExtendedAttributeDefinition.setFormula(String)](../../com.aspose.tasks/extendedattributedefinition\#setFormula-String-)). |
| [Lookup](#Lookup) | Means the value of the extended attribute is restricted to values from a lookup table. |
| [None](#None) | Means the extended attribute has no lookup table of formula and simply stores value set by the user. |
### Formula {#Formula}
Expand All @@ -27,7 +27,7 @@ public static final int Formula
```


Means the value of the extended attribute is calculated using formula defined in ExtendedAttributeDefinition.Formula ([ExtendedAttributeDefinition.getFormula()](../../com.aspose.tasks/extendedattributedefinition\#getFormula--)/[ExtendedAttributeDefinition.setFormula(String)](../../com.aspose.tasks/extendedattributedefinition\#setFormula-String-)).
Means the value of the extended attribute is calculated using formula defined in `ExtendedAttributeDefinition.Formula`([ExtendedAttributeDefinition.getFormula()](../../com.aspose.tasks/extendedattributedefinition\#getFormula--)/[ExtendedAttributeDefinition.setFormula(String)](../../com.aspose.tasks/extendedattributedefinition\#setFormula-String-)).

### Lookup {#Lookup}
```
Expand Down
Loading

0 comments on commit b971489

Please sign in to comment.