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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,15 @@ Represents a group definition. A Group object is a member of the ResourceGroups
23
23
24
24
| Method | Description |
25
25
| --- | --- |
26
+
|[getGroupAssignments()](#getGroupAssignments--)| Gets a value indicating whether assignments should be grouped instead of tasks. |
26
27
|[getGroupCriteria()](#getGroupCriteria--)| Gets a GroupCriteria collection representing the fields in a group definition. |
27
28
|[getIndex()](#getIndex--)| Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups containing object. |
28
29
|[getMaintainHierarchy()](#getMaintainHierarchy--)| Gets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
29
30
|[getName()](#getName--)| Gets a name of a Group object. |
30
31
|[getShowInMenu()](#getShowInMenu--)| Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
31
32
|[getShowSummary()](#getShowSummary--)| Gets a value indicating whether summary rows are displayed for the group. |
32
33
|[getUid()](#getUid--)| Gets a unique identifier of a group. |
34
+
|[setGroupAssignments(boolean value)](#setGroupAssignments-boolean-)| Sets a value indicating whether assignments should be grouped instead of tasks. |
33
35
|[setGroupCriteria(GroupCriterionCollection value)](#setGroupCriteria-com.aspose.tasks.GroupCriterionCollection-)| Sets a GroupCriteria collection representing the fields in a group definition. |
34
36
|[setMaintainHierarchy(boolean value)](#setMaintainHierarchy-boolean-)| Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
35
37
|[setName(String value)](#setName-java.lang.String-)| Sets a name of a Group object. |
@@ -43,6 +45,16 @@ public Group()
43
45
44
46
Initializes a new instance of the [Group](../../com.aspose.tasks/group) class.
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/mppsaveoptions/_index.md
+70-12Lines changed: 70 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,18 @@ Allows to specify additional options when saving project data to MPP.
23
23
24
24
| Method | Description |
25
25
| --- | --- |
26
+
|[getClearVba()](#getClearVba--)| Gets a value indicating whether to remove existing VBA macros data when saving a project to MPP format. |
26
27
|[getProtectionPassword()](#getProtectionPassword--)| Gets a password which is used to protect a resulting MPP file. |
27
28
|[getRemoveInvalidAssignments()](#getRemoveInvalidAssignments--)| Gets a value indicating whether to remove invalid resource assignments when saving to MPP. |
28
-
|[getWriteFilters()](#getWriteFilters--)| Gets a value indicating whether to write filter data when saving to MPP. |
29
-
|[getWriteViewData()](#getWriteViewData--)| Gets a value indicating whether to write view data when saving to MPP. |
29
+
|[getWriteFilters()](#getWriteFilters--)| Gets a value indicating whether to write filter data when saving a project to MPP for format. |
30
+
|[getWriteGroups()](#getWriteGroups--)| Gets a value indicating whether to write groups data when saving a project to MPP for format. |
31
+
|[getWriteViewData()](#getWriteViewData--)| Gets a value indicating whether to write view data when saving a project to MPP format. |
32
+
|[setClearVba(boolean value)](#setClearVba-boolean-)| Sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format. |
30
33
|[setProtectionPassword(String value)](#setProtectionPassword-java.lang.String-)| Sets a password which is used to protect a resulting MPP file. |
31
34
|[setRemoveInvalidAssignments(boolean value)](#setRemoveInvalidAssignments-boolean-)| Sets a value indicating whether to remove invalid resource assignments when saving to MPP. |
32
-
|[setWriteFilters(boolean value)](#setWriteFilters-boolean-)| Sets a value indicating whether to write filter data when saving to MPP. |
33
-
|[setWriteViewData(boolean value)](#setWriteViewData-boolean-)| Sets a value indicating whether to write view data when saving to MPP. |
35
+
|[setWriteFilters(boolean value)](#setWriteFilters-boolean-)| Sets a value indicating whether to write filter data when saving a project to MPP for format. |
36
+
|[setWriteGroups(boolean value)](#setWriteGroups-boolean-)| Sets a value indicating whether to write groups data when saving a project to MPP for format. |
37
+
|[setWriteViewData(boolean value)](#setWriteViewData-boolean-)| Sets a value indicating whether to write view data when saving a project to MPP format. |
34
38
### MPPSaveOptions() {#MPPSaveOptions--}
35
39
```
36
40
public MPPSaveOptions()
@@ -39,6 +43,16 @@ public MPPSaveOptions()
39
43
40
44
Initializes a new instance of the [MPPSaveOptions](../../com.aspose.tasks/mppsaveoptions) class.
41
45
46
+
### getClearVba() {#getClearVba--}
47
+
```
48
+
public final boolean getClearVba()
49
+
```
50
+
51
+
52
+
Gets a value indicating whether to remove existing VBA macros data when saving a project to MPP format.
53
+
54
+
**Returns:**
55
+
boolean - a value indicating whether to remove existing VBA macros data when saving a project to MPP format.
Copy file name to clipboardExpand all lines: english/java/com.aspose.tasks/saveoptions/_index.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ An instance of any derived class from SaveOptions class is passed to the stream
39
39
|[getRenderToSinglePage()](#getRenderToSinglePage--)| Gets a value indicating whether a project should be rendered to a single page when project is saved in graphical format. |
40
40
|[getRollUpGanttBars()](#getRollUpGanttBars--)| Gets a value indicating whether subtasks on the summary task bar should be marked. |
41
41
|[getStartDate()](#getStartDate--)| Gets the date to start rendering from. |
42
-
|[getTextStyles()](#getTextStyles--)| Gets the list of the instances of the [TextStyle](../../com.aspose.tasks/textstyle) class that appear in project view. |
42
+
|[getTextStyles()](#getTextStyles--)| Gets the list of text styles that applied during rendering of a project view. |
43
43
|[getTimescale()](#getTimescale--)| Gets the `Timescale`([getTimescale()](../../com.aspose.tasks/saveoptions\#getTimescale--)/[setTimescale(int)](../../com.aspose.tasks/saveoptions\#setTimescale-int-)) value which is used to control how timescale (if present) is rendered when project is saved to graphical format. |
44
44
|[getUseGradientBrush()](#getUseGradientBrush--)| Gets a value indicating whether gradient brush should be used when rendering Gantt Chart. |
45
45
|[getView()](#getView--)| Gets a list of the view columns to render ([GanttChartColumn](../../com.aspose.tasks/ganttchartcolumn)). |
@@ -62,7 +62,7 @@ An instance of any derived class from SaveOptions class is passed to the stream
62
62
|[setRenderToSinglePage(boolean value)](#setRenderToSinglePage-boolean-)| Sets a value indicating whether a project should be rendered to a single page when project is saved in graphical format. |
63
63
|[setRollUpGanttBars(boolean value)](#setRollUpGanttBars-boolean-)| Sets a value indicating whether subtasks on the summary task bar should be marked. |
64
64
|[setStartDate(Date value)](#setStartDate-java.util.Date-)| Sets the date to start rendering from. |
65
-
|[setTextStyles(List<TextStyle> value)](#setTextStyles-java.util.List-com.aspose.tasks.TextStyle--)| Sets the list of the instances of the [TextStyle](../../com.aspose.tasks/textstyle) class that appear in project view. |
65
+
|[setTextStyles(List<TextStyle> value)](#setTextStyles-java.util.List-com.aspose.tasks.TextStyle--)| Sets the list of text styles that applied during rendering of a project view. |
66
66
|[setTimescale(int value)](#setTimescale-int-)| Sets the `Timescale`([getTimescale()](../../com.aspose.tasks/saveoptions\#getTimescale--)/[setTimescale(int)](../../com.aspose.tasks/saveoptions\#setTimescale-int-)) value which is used to control how timescale (if present) is rendered when project is saved to graphical format. |
67
67
|[setUseGradientBrush(boolean value)](#setUseGradientBrush-boolean-)| Sets a value indicating whether gradient brush should be used when rendering Gantt Chart. |
68
68
|[setView(ProjectView value)](#setView-com.aspose.tasks.ProjectView-)| Sets a list of the view columns to render ([GanttChartColumn](../../com.aspose.tasks/ganttchartcolumn)). |
@@ -247,10 +247,14 @@ public final List<TextStyle> getTextStyles()
247
247
```
248
248
249
249
250
-
Gets the list of the instances of the [TextStyle](../../com.aspose.tasks/textstyle) class that appear in project view.
250
+
Gets the list of text styles that applied during rendering of a project view.
251
+
252
+
--------------------
253
+
254
+
These styles override styles defined with GanttCharView.setTextStyles.
251
255
252
256
**Returns:**
253
-
java.util.List<com.aspose.tasks.TextStyle> - the list of the instances of the [TextStyle](../../com.aspose.tasks/textstyle) class that appear in project view.
257
+
java.util.List<com.aspose.tasks.TextStyle> - the list of text styles that applied during rendering of a project view.
254
258
### getTimescale() {#getTimescale--}
255
259
```
256
260
public final int getTimescale()
@@ -544,12 +548,16 @@ public final void setTextStyles(List<TextStyle> value)
544
548
```
545
549
546
550
547
-
Sets the list of the instances of the [TextStyle](../../com.aspose.tasks/textstyle) class that appear in project view.
551
+
Sets the list of text styles that applied during rendering of a project view.
552
+
553
+
--------------------
554
+
555
+
These styles override styles defined with GanttCharView.setTextStyles.
548
556
549
557
**Parameters:**
550
558
| Parameter | Type | Description |
551
559
| --- | --- | --- |
552
-
| value | java.util.List<com.aspose.tasks.TextStyle>| the list of the instances of the [TextStyle](../../com.aspose.tasks/textstyle) class that appear in project view. |
560
+
| value | java.util.List<com.aspose.tasks.TextStyle>| the list of text styles that applied during rendering of a project view. |
0 commit comments