From 7d603fbe2645da3485483aa15dc6cc144022aacc Mon Sep 17 00:00:00 2001 From: Vadim Yurko Date: Fri, 21 Feb 2025 16:37:09 +0300 Subject: [PATCH] Updated Aspose.Tasks for Java API reference to v.25.2. --- english/java/com.aspose.tasks/group/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/english/java/com.aspose.tasks/group/_index.md b/english/java/com.aspose.tasks/group/_index.md index 38652fd31..fa9a1b604 100644 --- a/english/java/com.aspose.tasks/group/_index.md +++ b/english/java/com.aspose.tasks/group/_index.md @@ -25,7 +25,7 @@ Represents a group definition. A Group object is a member of the ResourceGroups | --- | --- | | [getGroupAssignments()](#getGroupAssignments--) | Gets a value indicating whether assignments should be grouped instead of tasks. | | [getGroupCriteria()](#getGroupCriteria--) | Gets a GroupCriteria collection representing the fields in a group definition. | -| [getIndex()](#getIndex--) | Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups containing object. | +| [getIndex()](#getIndex--) | Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list. | | [getMaintainHierarchy()](#getMaintainHierarchy--) | Gets a value indicating whether to show all the levels of summary tasks for subtasks within group. | | [getName()](#getName--) | Gets a name of a Group object. | | [getShowInMenu()](#getShowInMenu--) | Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. | @@ -33,7 +33,7 @@ Represents a group definition. A Group object is a member of the ResourceGroups | [getUid()](#getUid--) | Gets a unique identifier of a group. | | [setGroupAssignments(boolean value)](#setGroupAssignments-boolean-) | Sets a value indicating whether assignments should be grouped instead of tasks. | | [setGroupCriteria(GroupCriterionCollection value)](#setGroupCriteria-com.aspose.tasks.GroupCriterionCollection-) | Sets a GroupCriteria collection representing the fields in a group definition. | -| [setIndex(int value)](#setIndex-int-) | Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list . | +| [setIndex(int value)](#setIndex-int-) | Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list. | | [setMaintainHierarchy(boolean value)](#setMaintainHierarchy-boolean-) | Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. | | [setName(String value)](#setName-java.lang.String-) | Sets a name of a Group object. | | [setShowInMenu(boolean value)](#setShowInMenu-boolean-) | Sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |