You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/group/_index.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Represents a group definition. A Group object is a member of the ResourceGroups
33
33
|[getUid()](#getUid--)| Gets a unique identifier of a group. |
34
34
|[setGroupAssignments(boolean value)](#setGroupAssignments-boolean-)| Sets a value indicating whether assignments should be grouped instead of tasks. |
35
35
|[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 . |
36
37
|[setMaintainHierarchy(boolean value)](#setMaintainHierarchy-boolean-)| Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
37
38
|[setName(String value)](#setName-java.lang.String-)| Sets a name of a Group object. |
38
39
|[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()
71
72
```
72
73
73
74
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 .
75
76
76
77
**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 .
@@ -151,6 +152,19 @@ Sets a GroupCriteria collection representing the fields in a group definition.
151
152
| --- | --- | --- |
152
153
| value |[GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection)| a GroupCriteria collection representing the fields in a group definition. |
153
154
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 . |
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/summaryrowscalculationtype/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,5 +47,5 @@ Means the custom attribute's value for summary rows is calculated using formula
47
47
48
48
--------------------
49
49
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'.
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/table/_index.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Represents a table in Project
43
43
|[setRowHeight(int value)](#setRowHeight-int-)| Sets the row height in a table, where the row height is the number of lines of text. |
44
44
|[setShowAddNewColumn(boolean value)](#setShowAddNewColumn-boolean-)| Sets a value indicating whether to show 'Add New Column' interface. |
45
45
|[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. |
46
47
### Table() {#Table--}
47
48
```
48
49
public Table()
@@ -166,7 +167,7 @@ public final int getTableType()
166
167
```
167
168
168
169
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.
170
171
171
172
**Returns:**
172
173
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-
285
286
| --- | --- | --- |
286
287
| value | boolean | a value indicating whether project shows the table name in the Tables drop-down list on the View tab of the Ribbon. |
287
288
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. |
0 commit comments