Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -116,6 +116,7 @@ url: /java/com.aspose.tasks/
| [GanttChartColumn](../com.aspose.tasks/ganttchartcolumn) | Project's view class |
| [GanttChartView](../com.aspose.tasks/ganttchartview) | Represents a GanttChart view. |
| [GenericProperty<TKey>](../com.aspose.tasks/genericproperty) | Represents a container property. |
| [GlobalizationSettings](../com.aspose.tasks/globalizationsettings) | Represents the project's globalization settings. |
| [GraphicalIndicatorCriteria](../com.aspose.tasks/graphicalindicatorcriteria) | Represents one graphical indicator criteria associated with an extended attribute. |
| [GraphicalIndicatorCriteriaType](../com.aspose.tasks/graphicalindicatorcriteriatype) | Represents placement of graphical indicator criteria. |
| [GraphicalIndicatorCriteriaValue](../com.aspose.tasks/graphicalindicatorcriteriavalue) | Represents a value used in condition check of graphical indicators criteria. |
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: 372
weight: 373
url: /java/com.aspose.tasks/assignmenttocolumntextconverter/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/event/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Event
second_title: Aspose.Tasks for Java API Reference
description: An event.
type: docs
weight: 373
weight: 374
url: /java/com.aspose.tasks/event/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GraphicalIndicatorCriteria
second_title: Aspose.Tasks for Java API Reference
description: Represents one graphical indicator criteria associated with an extended attribute.
type: docs
weight: 114
weight: 115
url: /java/com.aspose.tasks/graphicalindicatorcriteria/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GraphicalIndicatorCriteriaType
second_title: Aspose.Tasks for Java API Reference
description: Represents placement of graphical indicator criteria.
type: docs
weight: 115
weight: 116
url: /java/com.aspose.tasks/graphicalindicatorcriteriatype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GraphicalIndicatorCriteriaValue
second_title: Aspose.Tasks for Java API Reference
description: Represents a value used in condition check of graphical indicators criteria.
type: docs
weight: 116
weight: 117
url: /java/com.aspose.tasks/graphicalindicatorcriteriavalue/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GraphicalIndicatorsInfo
second_title: Aspose.Tasks for Java API Reference
description: Represents an graphical indicators definition associated with an extended attribute.
type: docs
weight: 117
weight: 118
url: /java/com.aspose.tasks/graphicalindicatorsinfo/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/gridline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Gridline
second_title: Aspose.Tasks for Java API Reference
description: The horizontal or vertical line that appears in the project view.
type: docs
weight: 118
weight: 119
url: /java/com.aspose.tasks/gridline/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/gridlines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Gridlines
second_title: Aspose.Tasks for Java API Reference
description: Represents gridlines that appear in a GanttChart view.
type: docs
weight: 120
weight: 121
url: /java/com.aspose.tasks/gridlines/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/gridlinetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GridlineType
second_title: Aspose.Tasks for Java API Reference
description: Type of gridline.
type: docs
weight: 119
weight: 120
url: /java/com.aspose.tasks/gridlinetype/
---

Expand Down
27 changes: 1 addition & 26 deletions english/java/com.aspose.tasks/group/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Group
second_title: Aspose.Tasks for Java API Reference
description: Represents a group definition.
type: docs
weight: 121
weight: 122
url: /java/com.aspose.tasks/group/
---

Expand All @@ -25,15 +25,13 @@ 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 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. |
| [getShowSummary()](#getShowSummary--) | Gets a value indicating whether summary rows are displayed for the group. |
| [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 . |
| [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. |
Expand Down Expand Up @@ -66,16 +64,6 @@ Gets a GroupCriteria collection representing the fields in a group definition.

**Returns:**
[GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection) - a GroupCriteria collection representing the fields in a group definition.
### getIndex() {#getIndex--}
```
public final int getIndex()
```


Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list .

**Returns:**
int - the index of a [Group](../../com.aspose.tasks/group) object in the Groups list .
### getMaintainHierarchy() {#getMaintainHierarchy--}
```
public final boolean getMaintainHierarchy()
Expand Down Expand Up @@ -152,19 +140,6 @@ Sets a GroupCriteria collection representing the fields in a group definition.
| --- | --- | --- |
| value | [GroupCriterionCollection](../../com.aspose.tasks/groupcriterioncollection) | a GroupCriteria collection representing the fields in a group definition. |

### setIndex(int value) {#setIndex-int-}
```
public final void setIndex(int value)
```


Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list .

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | int | the index of a [Group](../../com.aspose.tasks/group) object in the Groups list . |

### setMaintainHierarchy(boolean value) {#setMaintainHierarchy-boolean-}
```
public final void setMaintainHierarchy(boolean value)
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/groupcollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GroupCollection
second_title: Aspose.Tasks for Java API Reference
description: Contains a list of objects.
type: docs
weight: 122
weight: 123
url: /java/com.aspose.tasks/groupcollection/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/groupcriterion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GroupCriterion
second_title: Aspose.Tasks for Java API Reference
description: Represents a criterion in a group definition.
type: docs
weight: 123
weight: 124
url: /java/com.aspose.tasks/groupcriterion/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GroupCriterionCollection
second_title: Aspose.Tasks for Java API Reference
description: Contains a collection of objects.
type: docs
weight: 124
weight: 125
url: /java/com.aspose.tasks/groupcriterioncollection/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/groupon/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GroupOn
second_title: Aspose.Tasks for Java API Reference
description: Specifies the type of grouping.
type: docs
weight: 125
weight: 126
url: /java/com.aspose.tasks/groupon/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/headerfooterinfo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HeaderFooterInfo
second_title: Aspose.Tasks for Java API Reference
description: Represents visual content of the header footer or legend which is used for printing rendering of views.
type: docs
weight: 126
weight: 127
url: /java/com.aspose.tasks/headerfooterinfo/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HorizontalAlignment
second_title: Aspose.Tasks for Java API Reference
description: Specifies how an object or text is horizontally aligned relative to another object.
type: docs
weight: 127
weight: 128
url: /java/com.aspose.tasks/horizontalalignment/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HorizontalStringAlignment
second_title: Aspose.Tasks for Java API Reference
description: Specifies the alignment of a text string relative to its layout rectangle.
type: docs
weight: 128
weight: 129
url: /java/com.aspose.tasks/horizontalstringalignment/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/hourlabeldisplay/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HourLabelDisplay
second_title: Aspose.Tasks for Java API Reference
description: Specifies how the hour label displays.
type: docs
weight: 129
weight: 130
url: /java/com.aspose.tasks/hourlabeldisplay/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/htmlimagetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HtmlImageType
second_title: Aspose.Tasks for Java API Reference
description: Represents HTML image type.
type: docs
weight: 130
weight: 131
url: /java/com.aspose.tasks/htmlimagetype/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/htmlsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: HtmlSaveOptions
second_title: Aspose.Tasks for Java API Reference
description: Allows to specify additional options when rendering project pages to HTML.
type: docs
weight: 131
weight: 132
url: /java/com.aspose.tasks/htmlsaveoptions/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/ialgorithm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IAlgorithm
second_title: Aspose.Tasks for Java API Reference
description: Represents an algorithm that can be applied to a list of objects T.
type: docs
weight: 374
weight: 375
url: /java/com.aspose.tasks/ialgorithm/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/icalendar/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ICalendar
second_title: Aspose.Tasks for Java API Reference
description: Represents a calendar abstraction which can be used for various calculations of dates and durations.
type: docs
weight: 375
weight: 376
url: /java/com.aspose.tasks/icalendar/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/icondition/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ICondition
second_title: Aspose.Tasks for Java API Reference
description: Represents a condition which can be used by filters or search methods.
type: docs
weight: 376
weight: 377
url: /java/com.aspose.tasks/icondition/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/icsssavingcallback/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ICssSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called to create resource to store CSS.
type: docs
weight: 377
weight: 378
url: /java/com.aspose.tasks/icsssavingcallback/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IFontSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called to create resource to store fonts.
type: docs
weight: 378
weight: 379
url: /java/com.aspose.tasks/ifontsavingcallback/
---
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IImageSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called to create resource to store images.
type: docs
weight: 379
weight: 380
url: /java/com.aspose.tasks/iimagesavingcallback/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/imageformat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ImageFormat
second_title: Aspose.Tasks for Java API Reference
description: Specifies the file format of the image.
type: docs
weight: 132
weight: 133
url: /java/com.aspose.tasks/imageformat/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/imagesaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ImageSaveOptions
second_title: Aspose.Tasks for Java API Reference
description: Allows to specify additional options when rendering project pages to images.
type: docs
weight: 133
weight: 134
url: /java/com.aspose.tasks/imagesaveoptions/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/imagesavingargs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ImageSavingArgs
second_title: Aspose.Tasks for Java API Reference
description: This class represents set of data that related to external image files saving that occurs during conversion to HTML format.
type: docs
weight: 134
weight: 135
url: /java/com.aspose.tasks/imagesavingargs/
---

Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/imessagehandler/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IMessageHandler
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback the results of resource leveling.
type: docs
weight: 380
weight: 381
url: /java/com.aspose.tasks/imessagehandler/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/interval/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interval
second_title: Aspose.Tasks for Java API Reference
description: Specifies recurring intervals to display progress lines at.
type: docs
weight: 135
weight: 136
url: /java/com.aspose.tasks/interval/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InvalidPasswordException
second_title: Aspose.Tasks for Java API Reference
description: Represents the exception type which is thrown when password protected file opening with wrong password.
type: docs
weight: 136
weight: 137
url: /java/com.aspose.tasks/invalidpasswordexception/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IPageSavingCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called when each page in multi page document is saved to a separate stream.
type: docs
weight: 381
weight: 382
url: /java/com.aspose.tasks/ipagesavingcallback/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/itemtype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ItemType
second_title: Aspose.Tasks for Java API Reference
description: Specifies the type of an item.
type: docs
weight: 137
weight: 138
url: /java/com.aspose.tasks/itemtype/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITextStyleModificationCallback
second_title: Aspose.Tasks for Java API Reference
description: Represents a callback that is called before TextStyle is applied to a table cell.
type: docs
weight: 382
weight: 383
url: /java/com.aspose.tasks/itextstylemodificationcallback/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/itreealgorithm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ITreeAlgorithm
second_title: Aspose.Tasks for Java API Reference
description: Represents an algorithm that can be applied to a tree of objects T.
type: docs
weight: 383
weight: 384
url: /java/com.aspose.tasks/itreealgorithm/
---
```
Expand Down
2 changes: 1 addition & 1 deletion english/java/com.aspose.tasks/ivbamodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IVbaModule
second_title: Aspose.Tasks for Java API Reference
description: Represents a module with VBA code.
type: docs
weight: 384
weight: 385
url: /java/com.aspose.tasks/ivbamodule/
---
```
Expand Down
Loading