Skip to content

Commit cb749fb

Browse files
committed
Updated Aspose.Tasks for Java API reference to v.25.1.
1 parent fcca3e3 commit cb749fb

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Represents a group definition. A Group object is a member of the ResourceGroups
3333
| [getUid()](#getUid--) | Gets a unique identifier of a group. |
3434
| [setGroupAssignments(boolean value)](#setGroupAssignments-boolean-) | Sets a value indicating whether assignments should be grouped instead of tasks. |
3535
| [setGroupCriteria(GroupCriterionCollection value)](#setGroupCriteria-com.aspose.tasks.GroupCriterionCollection-) | Sets a GroupCriteria collection representing the fields in a group definition. |
36+
| [setIndex(int value)](#setIndex-int-) | Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list . |
3637
| [setMaintainHierarchy(boolean value)](#setMaintainHierarchy-boolean-) | Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
3738
| [setName(String value)](#setName-java.lang.String-) | Sets a name of a Group object. |
3839
| [setShowInMenu(boolean value)](#setShowInMenu-boolean-) | Sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
@@ -71,10 +72,10 @@ public final int getIndex()
7172
```
7273

7374

74-
Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups containing object.
75+
Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list .
7576

7677
**Returns:**
77-
int - the index of a [Group](../../com.aspose.tasks/group) object in the Groups containing object.
78+
int - the index of a [Group](../../com.aspose.tasks/group) object in the Groups list .
7879
### getMaintainHierarchy() {#getMaintainHierarchy--}
7980
```
8081
public final boolean getMaintainHierarchy()
@@ -151,6 +152,19 @@ Sets a GroupCriteria collection representing the fields in a group definition.
151152
| --- | --- | --- |
152153
| value | [GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection) | a GroupCriteria collection representing the fields in a group definition. |
153154

155+
### setIndex(int value) {#setIndex-int-}
156+
```
157+
public final void setIndex(int value)
158+
```
159+
160+
161+
Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list .
162+
163+
**Parameters:**
164+
| Parameter | Type | Description |
165+
| --- | --- | --- |
166+
| value | int | the index of a [Group](../../com.aspose.tasks/group) object in the Groups list . |
167+
154168
### setMaintainHierarchy(boolean value) {#setMaintainHierarchy-boolean-}
155169
```
156170
public final void setMaintainHierarchy(boolean value)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ Means the custom attribute's value for summary rows is calculated using formula
4747

4848
--------------------
4949

50-
\\ufffdor this setting to work, `ExtendedAttributeDefinition.CalculationType`([ExtendedAttributeDefinition.getCalculationType()](../../com.aspose.tasks/extendedattributedefinition\#getCalculationType--)/ [ExtendedAttributeDefinition.setCalculationType(int)](../../com.aspose.tasks/extendedattributedefinition\#setCalculationType-int-)) should be set to 'Formula'.
50+
For this setting to work, `ExtendedAttributeDefinition.CalculationType`([ExtendedAttributeDefinition.getCalculationType()](../../com.aspose.tasks/extendedattributedefinition\#getCalculationType--)/ [ExtendedAttributeDefinition.setCalculationType(int)](../../com.aspose.tasks/extendedattributedefinition\#setCalculationType-int-)) should be set to 'Formula'.
5151

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Represents a table in Project
4343
| [setRowHeight(int value)](#setRowHeight-int-) | Sets the row height in a table, where the row height is the number of lines of text. |
4444
| [setShowAddNewColumn(boolean value)](#setShowAddNewColumn-boolean-) | Sets a value indicating whether to show 'Add New Column' interface. |
4545
| [setShowInMenu(boolean value)](#setShowInMenu-boolean-) | Sets a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon. |
46+
| [setTableType(int value)](#setTableType-int-) | Sets the table type for the specified table. |
4647
### Table() {#Table--}
4748
```
4849
public Table()
@@ -166,7 +167,7 @@ public final int getTableType()
166167
```
167168

168169

169-
Gets the table type for the specified table. Read-only [ItemType](../../com.aspose.tasks/itemtype).
170+
Gets the table type for the specified table.
170171

171172
**Returns:**
172173
int - the table type for the specified table.
@@ -285,3 +286,16 @@ Sets a value indicating whether project shows the table name in the Tables drop-
285286
| --- | --- | --- |
286287
| value | boolean | a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon. |
287288

289+
### setTableType(int value) {#setTableType-int-}
290+
```
291+
public final void setTableType(int value)
292+
```
293+
294+
295+
Sets the table type for the specified table.
296+
297+
**Parameters:**
298+
| Parameter | Type | Description |
299+
| --- | --- | --- |
300+
| value | int | the table type for the specified table. |
301+

0 commit comments

Comments
 (0)