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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ Represents a group definition. A Group object is a member of the ResourceGroups
25
25
| --- | --- |
26
26
|[getGroupAssignments()](#getGroupAssignments--)| Gets a value indicating whether assignments should be grouped instead of tasks. |
27
27
|[getGroupCriteria()](#getGroupCriteria--)| Gets a GroupCriteria collection representing the fields in a group definition. |
28
-
|[getIndex()](#getIndex--)| Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups containing object. |
28
+
|[getIndex()](#getIndex--)| Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list. |
29
29
|[getMaintainHierarchy()](#getMaintainHierarchy--)| Gets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
30
30
|[getName()](#getName--)| Gets a name of a Group object. |
31
31
|[getShowInMenu()](#getShowInMenu--)| Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
32
32
|[getShowSummary()](#getShowSummary--)| Gets a value indicating whether summary rows are displayed for the group. |
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
+
|[setIndex(int value)](#setIndex-int-)| Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list. |
37
37
|[setMaintainHierarchy(boolean value)](#setMaintainHierarchy-boolean-)| Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
38
38
|[setName(String value)](#setName-java.lang.String-)| Sets a name of a Group object. |
39
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. |
0 commit comments