diff --git a/english/java/com.aspose.tasks/_index.md b/english/java/com.aspose.tasks/_index.md index df0480e50..2ff9ee7f8 100644 --- a/english/java/com.aspose.tasks/_index.md +++ b/english/java/com.aspose.tasks/_index.md @@ -179,6 +179,7 @@ url: /java/com.aspose.tasks/ | [OutlineValueType](../com.aspose.tasks/outlinevaluetype) | Specifies the type of an outline value. | | [PageInfo](../com.aspose.tasks/pageinfo) | Represents page setup data which is present in MPP file format and used for printing. | | [PageLegend](../com.aspose.tasks/pagelegend) | Represents a page legend which is used for project printing. | +| [PageLegendItem](../com.aspose.tasks/pagelegenditem) | Represents an item of page legend of Gantt chart. | | [PageMargins](../com.aspose.tasks/pagemargins) | Represents page margins for printing. | | [PageSavingArgs](../com.aspose.tasks/pagesavingargs) | This class represents set of data that related to saving of document's page to a stream. | | [PageSettings](../com.aspose.tasks/pagesettings) | Represents printing settings for a page of project view. | @@ -375,6 +376,7 @@ url: /java/com.aspose.tasks/ | [AssignmentToColumnTextConverter](../com.aspose.tasks/assignmenttocolumntextconverter) | ResourceAssignment data to column's string converter. | | [Event<TArgs>](../com.aspose.tasks/event) | An event. | | [IAlgorithm<T>](../com.aspose.tasks/ialgorithm) | Represents an algorithm that can be applied to a list of objects `T`. | +| [ICalendar](../com.aspose.tasks/icalendar) | Represents a calendar abstraction which can be used for various calculations of dates and durations. | | [ICondition<T>](../com.aspose.tasks/icondition) | Represents a condition which can be used by filters or search methods. | | [ICssSavingCallback](../com.aspose.tasks/icsssavingcallback) | Represents a callback that is called to create resource to store CSS. | | [IFontSavingCallback](../com.aspose.tasks/ifontsavingcallback) | Represents a callback that is called to create resource to store fonts. | diff --git a/english/java/com.aspose.tasks/assignmenttocolumntextconverter/_index.md b/english/java/com.aspose.tasks/assignmenttocolumntextconverter/_index.md index 170d6216c..d3071d4d9 100644 --- a/english/java/com.aspose.tasks/assignmenttocolumntextconverter/_index.md +++ b/english/java/com.aspose.tasks/assignmenttocolumntextconverter/_index.md @@ -3,7 +3,7 @@ title: AssignmentToColumnTextConverter second_title: Aspose.Tasks for Java API Reference description: ResourceAssignment data to columns string converter. type: docs -weight: 364 +weight: 365 url: /java/com.aspose.tasks/assignmenttocolumntextconverter/ --- ``` diff --git a/english/java/com.aspose.tasks/calendar/_index.md b/english/java/com.aspose.tasks/calendar/_index.md index 263e46172..566ba515f 100644 --- a/english/java/com.aspose.tasks/calendar/_index.md +++ b/english/java/com.aspose.tasks/calendar/_index.md @@ -9,8 +9,11 @@ url: /java/com.aspose.tasks/calendar/ **Inheritance:** java.lang.Object + +**All Implemented Interfaces:** +[com.aspose.tasks.ICalendar](../../com.aspose.tasks/icalendar) ``` -public class Calendar +public class Calendar implements ICalendar ``` Represents a calendar used in a project. @@ -61,22 +64,23 @@ Calendars are used to define standard working and non-working times. Projects mu | [getFinishDateByStartAndWork(Date start, Duration work)](#getFinishDateByStartAndWork-java.util.Date-com.aspose.tasks.Duration-) | Calculates the date when the specified amount of work time will pass according to the calendar. | | [getFinishDateByStartAndWork(Date start, double work)](#getFinishDateByStartAndWork-java.util.Date-double-) | Calculates the date when the specified amount of work time will pass according to the calendar. | | [getGuid()](#getGuid--) | Gets calendar's Guid. | +| [getIntersectionCalendar(Calendar calendar1, Calendar calendar2)](#getIntersectionCalendar-com.aspose.tasks.Calendar-com.aspose.tasks.Calendar-) | Gets [ICalendar](../../com.aspose.tasks/icalendar) instance which can be used to perform calculations on the intersection of work schedules of 2 calendars. | | [getName()](#getName--) | Gets the name of the calendar. | -| [getNextWorkingDayStart(Date date)](#getNextWorkingDayStart-java.util.Date-) | Calculates next working day start from the date. | -| [getPreviousWorkingDayEnd(Date date)](#getPreviousWorkingDayEnd-java.util.Date-) | Calculates previous working date end from the specified date. | -| [getStartDateFromFinishAndDuration(Date finish, Duration duration)](#getStartDateFromFinishAndDuration-java.util.Date-com.aspose.tasks.Duration-) | Returns StartDate based on specified FinishDate and Duration. | -| [getStartDateFromFinishAndDuration(Date finish, double duration)](#getStartDateFromFinishAndDuration-java.util.Date-double-) | Returns StartDate based on specified FinishDate and Duration. | -| [getTaskFinishDateFromDuration(Task task, double duration)](#getTaskFinishDateFromDuration-com.aspose.tasks.Task-double-) | Calculates the task finish date and time from its start date, split parts and the duration. | +| [getNextWorkingDayStart(Date date)](#getNextWorkingDayStart-java.util.Date-) | Calculates next working day start for the specified date. | +| [getPreviousWorkingDayEnd(Date date)](#getPreviousWorkingDayEnd-java.util.Date-) | Calculates the end of the previous working date from the specified date. | +| [getStartDateFromFinishAndDuration(Date finish, Duration duration)](#getStartDateFromFinishAndDuration-java.util.Date-com.aspose.tasks.Duration-) | Returns start date based on the specified finish date and duration. | +| [getStartDateFromFinishAndDuration(Date finish, double duration)](#getStartDateFromFinishAndDuration-java.util.Date-double-) | Returns start date based on specified finish date and duration. | +| [getTaskFinishDateFromDuration(Task task, double duration)](#getTaskFinishDateFromDuration-com.aspose.tasks.Task-double-) | Calculates the task finish date and time from its start date, split parts and the work duration. | | [getUid()](#getUid--) | Gets the unique identifier of the calendar. | | [getWeekDays()](#getWeekDays--) | Gets WeekDaysCollection for this calendar. | | [getWorkWeeks()](#getWorkWeeks--) | Gets WorkWeekCollections object. | -| [getWorkingHours(Date dt)](#getWorkingHours-java.util.Date-) | Returns amount of working hours at the date. | -| [getWorkingHours(Date start, Date finish)](#getWorkingHours-java.util.Date-java.util.Date-) | Return working hours for the specified dates. | +| [getWorkingHours(Date dt)](#getWorkingHours-java.util.Date-) | Returns the amount of working hours at the specified date. | +| [getWorkingHours(Date start, Date finish)](#getWorkingHours-java.util.Date-java.util.Date-) | Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval. | | [getWorkingTimes(Date dt)](#getWorkingTimes-java.util.Date-) | Returns [WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) of working times for the specified date. | | [hashCode()](#hashCode--) | Returns a hash code for the instance of the class. | | [isBaseCalendar()](#isBaseCalendar--) | Gets a value indicating whether the calendar is a base calendar. | | [isBaselineCalendar()](#isBaselineCalendar--) | Gets a value indicating whether the calendar is a baseline calendar. | -| [isDayWorking(Date dt)](#isDayWorking-java.util.Date-) | Determines whether the day is working day. | +| [isDayWorking(Date dt)](#isDayWorking-java.util.Date-) | Determines whether the specified day is a working day according to the calendar. | | [make24HourCalendar(Calendar calendar)](#make24HourCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar to be a 24Hour Calendar. 24Hours Calendar is a Calendar in which every day of week is working with Round-the-clock working hours. | | [makeNightShiftCalendar(Calendar calendar)](#makeNightShiftCalendar-com.aspose.tasks.Calendar-) | Makes a given Calendar as Night Shift Calendar. | | [makeStandardCalendar(Calendar calendar)](#makeStandardCalendar-com.aspose.tasks.Calendar-) | Creates default standard calendar. | @@ -169,6 +173,22 @@ Gets calendar's Guid. **Returns:** java.lang.String - calendar's Guid. +### getIntersectionCalendar(Calendar calendar1, Calendar calendar2) {#getIntersectionCalendar-com.aspose.tasks.Calendar-com.aspose.tasks.Calendar-} +``` +public static ICalendar getIntersectionCalendar(Calendar calendar1, Calendar calendar2) +``` + + +Gets [ICalendar](../../com.aspose.tasks/icalendar) instance which can be used to perform calculations on the intersection of work schedules of 2 calendars. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| calendar1 | [Calendar](../../com.aspose.tasks/calendar) | First calendar. | +| calendar2 | [Calendar](../../com.aspose.tasks/calendar) | Second calendar. | + +**Returns:** +[ICalendar](../../com.aspose.tasks/icalendar) - Implementation of ICalendar interface. ### getName() {#getName--} ``` public final String getName() @@ -185,7 +205,7 @@ public final Date getNextWorkingDayStart(Date date) ``` -Calculates next working day start from the date. +Calculates next working day start for the specified date. **Parameters:** | Parameter | Type | Description | @@ -200,7 +220,7 @@ public final Date getPreviousWorkingDayEnd(Date date) ``` -Calculates previous working date end from the specified date. +Calculates the end of the previous working date from the specified date. **Parameters:** | Parameter | Type | Description | @@ -208,59 +228,57 @@ Calculates previous working date end from the specified date. | date | java.util.Date | the specified instance of java.util.Date struct. | **Returns:** -java.util.Date - Previous working day start java.util.Date +java.util.Date - The end of the previous working day end java.util.Date ### getStartDateFromFinishAndDuration(Date finish, Duration duration) {#getStartDateFromFinishAndDuration-java.util.Date-com.aspose.tasks.Duration-} ``` public final Date getStartDateFromFinishAndDuration(Date finish, Duration duration) ``` -Returns StartDate based on specified FinishDate and Duration. +Returns start date based on the specified finish date and duration. **Parameters:** | Parameter | Type | Description | | --- | --- | --- | | finish | java.util.Date | The specified finish date. | -| duration | [Duration](../../com.aspose.tasks/duration) | The specified work duration. | +| duration | [Duration](../../com.aspose.tasks/duration) | The specified duration. | **Returns:** -java.util.Date - Calculated StartDate. +java.util.Date - Calculated start date. ### getStartDateFromFinishAndDuration(Date finish, double duration) {#getStartDateFromFinishAndDuration-java.util.Date-double-} ``` public final Date getStartDateFromFinishAndDuration(Date finish, double duration) ``` -Returns StartDate based on specified FinishDate and Duration. +Returns start date based on specified finish date and duration. **Parameters:** | Parameter | Type | Description | | --- | --- | --- | | finish | java.util.Date | The specified finish date. | -| duration | double | The specified work duration. | +| duration | double | The specified duration. | **Returns:** -java.util.Date - Calculated StartDate. +java.util.Date - Calculated start date. ### getTaskFinishDateFromDuration(Task task, double duration) {#getTaskFinishDateFromDuration-com.aspose.tasks.Task-double-} ``` public final Date getTaskFinishDateFromDuration(Task task, double duration) ``` -Calculates the task finish date and time from its start date, split parts and the duration. +Calculates the task finish date and time from its start date, split parts and the work duration. **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| task | [Task](../../com.aspose.tasks/task) | The task to get finish date for. | -| duration | double | The task duration to split on. - --------------------- +| task | [Task](../../com.aspose.tasks/task) | The task to calculate finish date for. | +| duration | double | The duration to calculate. Returns DateTime.MinValue if task is summary, null or its start date is not set. | **Returns:** -java.util.Date - Task's finish date. +java.util.Date - Task's finish date for the given start date and duration. ### getUid() {#getUid--} ``` public final int getUid() @@ -297,7 +315,7 @@ public final double getWorkingHours(Date dt) ``` -Returns amount of working hours at the date. +Returns the amount of working hours at the specified date. **Parameters:** | Parameter | Type | Description | @@ -305,23 +323,23 @@ Returns amount of working hours at the date. | dt | java.util.Date | The date to get working hours for. | **Returns:** -double - Working hours. +double - Working hours at the specified date. ### getWorkingHours(Date start, Date finish) {#getWorkingHours-java.util.Date-java.util.Date-} ``` public final WorkUnit getWorkingHours(Date start, Date finish) ``` -Return working hours for the specified dates. +Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval. **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| start | java.util.Date | Start date. | -| finish | java.util.Date | Finish date. | +| start | java.util.Date | Start date of the interval. | +| finish | java.util.Date | Finish date of the interval. | **Returns:** -[WorkUnit](../../com.aspose.tasks/workunit) - Working hours. +[WorkUnit](../../com.aspose.tasks/workunit) - Instance of [WorkUnit](../../com.aspose.tasks/workunit) class containing Start, Finish and Duration of working hours. ### getWorkingTimes(Date dt) {#getWorkingTimes-java.util.Date-} ``` public final WorkingTimeCollection getWorkingTimes(Date dt) @@ -336,7 +354,7 @@ Returns [WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) of | dt | java.util.Date | The date to get working times for. | **Returns:** -[WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) - List of [WorkingTime](../../com.aspose.tasks/workingtime). +[WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) - Collection of [WorkingTime](../../com.aspose.tasks/workingtime) instances. ### hashCode() {#hashCode--} ``` public int hashCode() @@ -373,15 +391,15 @@ public final boolean isDayWorking(Date dt) ``` -Determines whether the day is working day. +Determines whether the specified day is a working day according to the calendar. **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| dt | java.util.Date | The date to check day is working for. | +| dt | java.util.Date | The date to check whether the day is working. | **Returns:** -boolean - True if the day is working day. +boolean - True if the day is a working day. ### make24HourCalendar(Calendar calendar) {#make24HourCalendar-com.aspose.tasks.Calendar-} ``` public static Calendar make24HourCalendar(Calendar calendar) diff --git a/english/java/com.aspose.tasks/event/_index.md b/english/java/com.aspose.tasks/event/_index.md index 30dc1a8e0..706ab3e46 100644 --- a/english/java/com.aspose.tasks/event/_index.md +++ b/english/java/com.aspose.tasks/event/_index.md @@ -3,7 +3,7 @@ title: Event second_title: Aspose.Tasks for Java API Reference description: An event. type: docs -weight: 365 +weight: 366 url: /java/com.aspose.tasks/event/ --- ``` diff --git a/english/java/com.aspose.tasks/ialgorithm/_index.md b/english/java/com.aspose.tasks/ialgorithm/_index.md index 819fe05b9..22db49799 100644 --- a/english/java/com.aspose.tasks/ialgorithm/_index.md +++ b/english/java/com.aspose.tasks/ialgorithm/_index.md @@ -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: 366 +weight: 367 url: /java/com.aspose.tasks/ialgorithm/ --- ``` diff --git a/english/java/com.aspose.tasks/icalendar/_index.md b/english/java/com.aspose.tasks/icalendar/_index.md new file mode 100644 index 000000000..7af7c1c94 --- /dev/null +++ b/english/java/com.aspose.tasks/icalendar/_index.md @@ -0,0 +1,201 @@ +--- +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: 368 +url: /java/com.aspose.tasks/icalendar/ +--- +``` +public interface ICalendar +``` + +Represents a calendar abstraction which can be used for various calculations of dates and durations. +## Methods + +| Method | Description | +| --- | --- | +| [getFinishDateByStartAndWork(Date start, Duration work)](#getFinishDateByStartAndWork-java.util.Date-com.aspose.tasks.Duration-) | Calculates the date when the specified amount of work time will pass according to the calendar. | +| [getFinishDateByStartAndWork(Date start, double work)](#getFinishDateByStartAndWork-java.util.Date-double-) | Calculates the date when the specified amount of work time will pass according to the calendar. | +| [getNextWorkingDayStart(Date date)](#getNextWorkingDayStart-java.util.Date-) | Calculates next working day start for the specified date. | +| [getPreviousWorkingDayEnd(Date date)](#getPreviousWorkingDayEnd-java.util.Date-) | Calculates the end of the previous working date from the specified date. | +| [getStartDateFromFinishAndDuration(Date finish, Duration duration)](#getStartDateFromFinishAndDuration-java.util.Date-com.aspose.tasks.Duration-) | Returns start date based on the specified finish date and duration. | +| [getStartDateFromFinishAndDuration(Date finish, double duration)](#getStartDateFromFinishAndDuration-java.util.Date-double-) | Returns start date based on specified finish date and duration. | +| [getTaskFinishDateFromDuration(Task task, double duration)](#getTaskFinishDateFromDuration-com.aspose.tasks.Task-double-) | Calculates the task finish date and time from its start date, split parts and the work duration. | +| [getWorkingHours(Date dt)](#getWorkingHours-java.util.Date-) | Returns the amount of working hours at the specified date. | +| [getWorkingHours(Date start, Date finish)](#getWorkingHours-java.util.Date-java.util.Date-) | Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval. | +| [getWorkingTimes(Date dt)](#getWorkingTimes-java.util.Date-) | Returns [WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) of working times for the specified date. | +| [isDayWorking(Date dt)](#isDayWorking-java.util.Date-) | Determines whether the specified day is a working day according to the calendar. | +### getFinishDateByStartAndWork(Date start, Duration work) {#getFinishDateByStartAndWork-java.util.Date-com.aspose.tasks.Duration-} +``` +public abstract Date getFinishDateByStartAndWork(Date start, Duration work) +``` + + +Calculates the date when the specified amount of work time will pass according to the calendar. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| start | java.util.Date | Start date. | +| work | [Duration](../../com.aspose.tasks/duration) | Work duration. | + +**Returns:** +java.util.Date - Finish date. +### getFinishDateByStartAndWork(Date start, double work) {#getFinishDateByStartAndWork-java.util.Date-double-} +``` +public abstract Date getFinishDateByStartAndWork(Date start, double work) +``` + + +Calculates the date when the specified amount of work time will pass according to the calendar. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| start | java.util.Date | Start date. | +| work | double | Work duration. | + +**Returns:** +java.util.Date - Finish date. +### getNextWorkingDayStart(Date date) {#getNextWorkingDayStart-java.util.Date-} +``` +public abstract Date getNextWorkingDayStart(Date date) +``` + + +Calculates next working day start for the specified date. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| date | java.util.Date | The date to get next working day start for. | + +**Returns:** +java.util.Date - Next working day start System.DateTime. +### getPreviousWorkingDayEnd(Date date) {#getPreviousWorkingDayEnd-java.util.Date-} +``` +public abstract Date getPreviousWorkingDayEnd(Date date) +``` + + +Calculates the end of the previous working date from the specified date. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| date | java.util.Date | the date to calculate the previous working day end. | + +**Returns:** +java.util.Date - The end of the previous working day end +### getStartDateFromFinishAndDuration(Date finish, Duration duration) {#getStartDateFromFinishAndDuration-java.util.Date-com.aspose.tasks.Duration-} +``` +public abstract Date getStartDateFromFinishAndDuration(Date finish, Duration duration) +``` + + +Returns start date based on the specified finish date and duration. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| finish | java.util.Date | The specified finish date. | +| duration | [Duration](../../com.aspose.tasks/duration) | The specified duration. | + +**Returns:** +java.util.Date - Calculated start date. +### getStartDateFromFinishAndDuration(Date finish, double duration) {#getStartDateFromFinishAndDuration-java.util.Date-double-} +``` +public abstract Date getStartDateFromFinishAndDuration(Date finish, double duration) +``` + + +Returns start date based on specified finish date and duration. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| finish | java.util.Date | The specified finish date. | +| duration | double | The specified duration. | + +**Returns:** +java.util.Date - Calculated start date. +### getTaskFinishDateFromDuration(Task task, double duration) {#getTaskFinishDateFromDuration-com.aspose.tasks.Task-double-} +``` +public abstract Date getTaskFinishDateFromDuration(Task task, double duration) +``` + + +Calculates the task finish date and time from its start date, split parts and the work duration. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| task | [Task](../../com.aspose.tasks/task) | The task to calculate finish date for. | +| duration | double | The duration to calculate. + +Returns DateTime.MinValue if task is summary, null or its start date is not set. | + +**Returns:** +java.util.Date - Task's finish date for the given start date and duration. +### getWorkingHours(Date dt) {#getWorkingHours-java.util.Date-} +``` +public abstract double getWorkingHours(Date dt) +``` + + +Returns the amount of working hours at the specified date. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| dt | java.util.Date | The date to get working hours for. | + +**Returns:** +double - Working hours at the specified date. +### getWorkingHours(Date start, Date finish) {#getWorkingHours-java.util.Date-java.util.Date-} +``` +public abstract WorkUnit getWorkingHours(Date start, Date finish) +``` + + +Return WorkUnit - Start, Finish and Duration of working hours for the specified date time interval. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| start | java.util.Date | Start date of the interval. | +| finish | java.util.Date | Finish date of the interval. | + +**Returns:** +[WorkUnit](../../com.aspose.tasks/workunit) - Instance of [WorkUnit](../../com.aspose.tasks/workunit) class containing Start, Finish and Duration of working hours. +### getWorkingTimes(Date dt) {#getWorkingTimes-java.util.Date-} +``` +public abstract WorkingTimeCollection getWorkingTimes(Date dt) +``` + + +Returns [WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) of working times for the specified date. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| dt | java.util.Date | The date to get working times for. | + +**Returns:** +[WorkingTimeCollection](../../com.aspose.tasks/workingtimecollection) - Collection of [WorkingTime](../../com.aspose.tasks/workingtime) instances. +### isDayWorking(Date dt) {#isDayWorking-java.util.Date-} +``` +public abstract boolean isDayWorking(Date dt) +``` + + +Determines whether the specified day is a working day according to the calendar. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| dt | java.util.Date | The date to check whether the day is working. | + +**Returns:** +boolean - True if the day is a working day. diff --git a/english/java/com.aspose.tasks/icondition/_index.md b/english/java/com.aspose.tasks/icondition/_index.md index 75d0dc1f7..607c7f48b 100644 --- a/english/java/com.aspose.tasks/icondition/_index.md +++ b/english/java/com.aspose.tasks/icondition/_index.md @@ -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: 367 +weight: 369 url: /java/com.aspose.tasks/icondition/ --- ``` diff --git a/english/java/com.aspose.tasks/icsssavingcallback/_index.md b/english/java/com.aspose.tasks/icsssavingcallback/_index.md index 9d8a5463b..1c431c974 100644 --- a/english/java/com.aspose.tasks/icsssavingcallback/_index.md +++ b/english/java/com.aspose.tasks/icsssavingcallback/_index.md @@ -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: 368 +weight: 370 url: /java/com.aspose.tasks/icsssavingcallback/ --- ``` diff --git a/english/java/com.aspose.tasks/ifontsavingcallback/_index.md b/english/java/com.aspose.tasks/ifontsavingcallback/_index.md index cbeaa0f34..7e24cd410 100644 --- a/english/java/com.aspose.tasks/ifontsavingcallback/_index.md +++ b/english/java/com.aspose.tasks/ifontsavingcallback/_index.md @@ -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: 369 +weight: 371 url: /java/com.aspose.tasks/ifontsavingcallback/ --- ``` diff --git a/english/java/com.aspose.tasks/iimagesavingcallback/_index.md b/english/java/com.aspose.tasks/iimagesavingcallback/_index.md index 8ddfb2efb..7c1a0d2dc 100644 --- a/english/java/com.aspose.tasks/iimagesavingcallback/_index.md +++ b/english/java/com.aspose.tasks/iimagesavingcallback/_index.md @@ -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: 370 +weight: 372 url: /java/com.aspose.tasks/iimagesavingcallback/ --- ``` diff --git a/english/java/com.aspose.tasks/imessagehandler/_index.md b/english/java/com.aspose.tasks/imessagehandler/_index.md index bd314e5b6..6e67f0052 100644 --- a/english/java/com.aspose.tasks/imessagehandler/_index.md +++ b/english/java/com.aspose.tasks/imessagehandler/_index.md @@ -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: 371 +weight: 373 url: /java/com.aspose.tasks/imessagehandler/ --- ``` diff --git a/english/java/com.aspose.tasks/ipagesavingcallback/_index.md b/english/java/com.aspose.tasks/ipagesavingcallback/_index.md index 469e61473..d525e6119 100644 --- a/english/java/com.aspose.tasks/ipagesavingcallback/_index.md +++ b/english/java/com.aspose.tasks/ipagesavingcallback/_index.md @@ -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: 372 +weight: 374 url: /java/com.aspose.tasks/ipagesavingcallback/ --- ``` diff --git a/english/java/com.aspose.tasks/itextstylemodificationcallback/_index.md b/english/java/com.aspose.tasks/itextstylemodificationcallback/_index.md index bf5adae6b..5602965d4 100644 --- a/english/java/com.aspose.tasks/itextstylemodificationcallback/_index.md +++ b/english/java/com.aspose.tasks/itextstylemodificationcallback/_index.md @@ -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: 373 +weight: 375 url: /java/com.aspose.tasks/itextstylemodificationcallback/ --- ``` diff --git a/english/java/com.aspose.tasks/itreealgorithm/_index.md b/english/java/com.aspose.tasks/itreealgorithm/_index.md index bc06b7adf..024bf3bed 100644 --- a/english/java/com.aspose.tasks/itreealgorithm/_index.md +++ b/english/java/com.aspose.tasks/itreealgorithm/_index.md @@ -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: 374 +weight: 376 url: /java/com.aspose.tasks/itreealgorithm/ --- ``` diff --git a/english/java/com.aspose.tasks/ivbamodule/_index.md b/english/java/com.aspose.tasks/ivbamodule/_index.md index 157aaa75b..c6dde0862 100644 --- a/english/java/com.aspose.tasks/ivbamodule/_index.md +++ b/english/java/com.aspose.tasks/ivbamodule/_index.md @@ -3,7 +3,7 @@ title: IVbaModule second_title: Aspose.Tasks for Java API Reference description: Represents a module with VBA code. type: docs -weight: 375 +weight: 377 url: /java/com.aspose.tasks/ivbamodule/ --- ``` diff --git a/english/java/com.aspose.tasks/pagelegenditem/_index.md b/english/java/com.aspose.tasks/pagelegenditem/_index.md new file mode 100644 index 000000000..b70fb1bfe --- /dev/null +++ b/english/java/com.aspose.tasks/pagelegenditem/_index.md @@ -0,0 +1,61 @@ +--- +title: PageLegendItem +second_title: Aspose.Tasks for Java API Reference +description: Represents an item of page legend of Gantt chart. +type: docs +weight: 177 +url: /java/com.aspose.tasks/pagelegenditem/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class PageLegendItem +``` + +Represents an item of page legend of Gantt chart. +## Constructors + +| Constructor | Description | +| --- | --- | +| [PageLegendItem(int itemType, String title)](#PageLegendItem-int-java.lang.String-) | Initializes a new instance of the [PageLegendItem](../../com.aspose.tasks/pagelegenditem) class. | +## Methods + +| Method | Description | +| --- | --- | +| [getItemType()](#getItemType--) | Gets type of the item. | +| [getTitle()](#getTitle--) | Gets text label of the item. | +### PageLegendItem(int itemType, String title) {#PageLegendItem-int-java.lang.String-} +``` +public PageLegendItem(int itemType, String title) +``` + + +Initializes a new instance of the [PageLegendItem](../../com.aspose.tasks/pagelegenditem) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| itemType | int | Type of the item. | +| title | java.lang.String | Text content of the text label of the item. | + +### getItemType() {#getItemType--} +``` +public final int getItemType() +``` + + +Gets type of the item. + +**Returns:** +int - type of the item. +### getTitle() {#getTitle--} +``` +public final String getTitle() +``` + + +Gets text label of the item. + +**Returns:** +java.lang.String - text label of the item. diff --git a/english/java/com.aspose.tasks/pagemargins/_index.md b/english/java/com.aspose.tasks/pagemargins/_index.md index f389c13b6..326c1508c 100644 --- a/english/java/com.aspose.tasks/pagemargins/_index.md +++ b/english/java/com.aspose.tasks/pagemargins/_index.md @@ -3,7 +3,7 @@ title: PageMargins second_title: Aspose.Tasks for Java API Reference description: Represents page margins for printing. type: docs -weight: 177 +weight: 178 url: /java/com.aspose.tasks/pagemargins/ --- diff --git a/english/java/com.aspose.tasks/pagesavingargs/_index.md b/english/java/com.aspose.tasks/pagesavingargs/_index.md index 50af2507d..8557dea19 100644 --- a/english/java/com.aspose.tasks/pagesavingargs/_index.md +++ b/english/java/com.aspose.tasks/pagesavingargs/_index.md @@ -3,7 +3,7 @@ title: PageSavingArgs second_title: Aspose.Tasks for Java API Reference description: This class represents set of data that related to saving of documents page to a stream. type: docs -weight: 178 +weight: 179 url: /java/com.aspose.tasks/pagesavingargs/ --- diff --git a/english/java/com.aspose.tasks/pagesettings/_index.md b/english/java/com.aspose.tasks/pagesettings/_index.md index d0ae74d45..d36081c44 100644 --- a/english/java/com.aspose.tasks/pagesettings/_index.md +++ b/english/java/com.aspose.tasks/pagesettings/_index.md @@ -3,7 +3,7 @@ title: PageSettings second_title: Aspose.Tasks for Java API Reference description: Represents printing settings for a page of project view. type: docs -weight: 179 +weight: 180 url: /java/com.aspose.tasks/pagesettings/ --- diff --git a/english/java/com.aspose.tasks/pagesize/_index.md b/english/java/com.aspose.tasks/pagesize/_index.md index cb62ea380..a82340e9a 100644 --- a/english/java/com.aspose.tasks/pagesize/_index.md +++ b/english/java/com.aspose.tasks/pagesize/_index.md @@ -3,7 +3,7 @@ title: PageSize second_title: Aspose.Tasks for Java API Reference description: Specifies page size. type: docs -weight: 180 +weight: 181 url: /java/com.aspose.tasks/pagesize/ --- diff --git a/english/java/com.aspose.tasks/pageviewsettings/_index.md b/english/java/com.aspose.tasks/pageviewsettings/_index.md index d3a2f5902..641e40999 100644 --- a/english/java/com.aspose.tasks/pageviewsettings/_index.md +++ b/english/java/com.aspose.tasks/pageviewsettings/_index.md @@ -3,7 +3,7 @@ title: PageViewSettings second_title: Aspose.Tasks for Java API Reference description: Represents printing settings for a project view. type: docs -weight: 181 +weight: 182 url: /java/com.aspose.tasks/pageviewsettings/ --- diff --git a/english/java/com.aspose.tasks/parseerrorargs/_index.md b/english/java/com.aspose.tasks/parseerrorargs/_index.md index aaf706be8..bbf13f1da 100644 --- a/english/java/com.aspose.tasks/parseerrorargs/_index.md +++ b/english/java/com.aspose.tasks/parseerrorargs/_index.md @@ -3,7 +3,7 @@ title: ParseErrorArgs second_title: Aspose.Tasks for Java API Reference description: Provides data for the delegate. type: docs -weight: 182 +weight: 183 url: /java/com.aspose.tasks/parseerrorargs/ --- diff --git a/english/java/com.aspose.tasks/parseerrorcallback/_index.md b/english/java/com.aspose.tasks/parseerrorcallback/_index.md index 7386503eb..f106b9ec8 100644 --- a/english/java/com.aspose.tasks/parseerrorcallback/_index.md +++ b/english/java/com.aspose.tasks/parseerrorcallback/_index.md @@ -3,7 +3,7 @@ title: ParseErrorCallback second_title: Aspose.Tasks for Java API Reference description: Represents a method callback to handle parse errors that can happen when reading xml data. type: docs -weight: 183 +weight: 184 url: /java/com.aspose.tasks/parseerrorcallback/ --- diff --git a/english/java/com.aspose.tasks/pdfcompliance/_index.md b/english/java/com.aspose.tasks/pdfcompliance/_index.md index b3d56f81d..7438a5923 100644 --- a/english/java/com.aspose.tasks/pdfcompliance/_index.md +++ b/english/java/com.aspose.tasks/pdfcompliance/_index.md @@ -3,7 +3,7 @@ title: PdfCompliance second_title: Aspose.Tasks for Java API Reference description: Specifies the PDF compliance level to output file. type: docs -weight: 184 +weight: 185 url: /java/com.aspose.tasks/pdfcompliance/ --- diff --git a/english/java/com.aspose.tasks/pdfdigitalsignaturehashalgorithm/_index.md b/english/java/com.aspose.tasks/pdfdigitalsignaturehashalgorithm/_index.md index 97817d664..920fa2194 100644 --- a/english/java/com.aspose.tasks/pdfdigitalsignaturehashalgorithm/_index.md +++ b/english/java/com.aspose.tasks/pdfdigitalsignaturehashalgorithm/_index.md @@ -3,7 +3,7 @@ title: PdfDigitalSignatureHashAlgorithm second_title: Aspose.Tasks for Java API Reference description: Specifies digital hash algorithm used by digital signature. type: docs -weight: 185 +weight: 186 url: /java/com.aspose.tasks/pdfdigitalsignaturehashalgorithm/ --- diff --git a/english/java/com.aspose.tasks/pdfencryptionalgorithm/_index.md b/english/java/com.aspose.tasks/pdfencryptionalgorithm/_index.md index e46eea85a..e4838abf8 100644 --- a/english/java/com.aspose.tasks/pdfencryptionalgorithm/_index.md +++ b/english/java/com.aspose.tasks/pdfencryptionalgorithm/_index.md @@ -3,7 +3,7 @@ title: PdfEncryptionAlgorithm second_title: Aspose.Tasks for Java API Reference description: Specifies the encryption algorithm to use for encrypting a PDF document. type: docs -weight: 186 +weight: 187 url: /java/com.aspose.tasks/pdfencryptionalgorithm/ --- diff --git a/english/java/com.aspose.tasks/pdfencryptiondetails/_index.md b/english/java/com.aspose.tasks/pdfencryptiondetails/_index.md index f9e1c4770..11feb9bf1 100644 --- a/english/java/com.aspose.tasks/pdfencryptiondetails/_index.md +++ b/english/java/com.aspose.tasks/pdfencryptiondetails/_index.md @@ -3,7 +3,7 @@ title: PdfEncryptionDetails second_title: Aspose.Tasks for Java API Reference description: Contains details for a PDF encryption. type: docs -weight: 187 +weight: 188 url: /java/com.aspose.tasks/pdfencryptiondetails/ --- diff --git a/english/java/com.aspose.tasks/pdfpermissions/_index.md b/english/java/com.aspose.tasks/pdfpermissions/_index.md index 6e7568467..63fa95308 100644 --- a/english/java/com.aspose.tasks/pdfpermissions/_index.md +++ b/english/java/com.aspose.tasks/pdfpermissions/_index.md @@ -3,7 +3,7 @@ title: PdfPermissions second_title: Aspose.Tasks for Java API Reference description: Specifies permissions to use for accessing a PDF document. type: docs -weight: 188 +weight: 189 url: /java/com.aspose.tasks/pdfpermissions/ --- diff --git a/english/java/com.aspose.tasks/pdfsaveoptions/_index.md b/english/java/com.aspose.tasks/pdfsaveoptions/_index.md index bb2d20099..427913041 100644 --- a/english/java/com.aspose.tasks/pdfsaveoptions/_index.md +++ b/english/java/com.aspose.tasks/pdfsaveoptions/_index.md @@ -3,7 +3,7 @@ title: PdfSaveOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when rendering project pages to PDF. type: docs -weight: 189 +weight: 190 url: /java/com.aspose.tasks/pdfsaveoptions/ --- diff --git a/english/java/com.aspose.tasks/pdftextcompression/_index.md b/english/java/com.aspose.tasks/pdftextcompression/_index.md index e4baceb35..18a0680af 100644 --- a/english/java/com.aspose.tasks/pdftextcompression/_index.md +++ b/english/java/com.aspose.tasks/pdftextcompression/_index.md @@ -3,7 +3,7 @@ title: PdfTextCompression second_title: Aspose.Tasks for Java API Reference description: Specifies a type of compression applied to all content in the PDF file except images. type: docs -weight: 190 +weight: 191 url: /java/com.aspose.tasks/pdftextcompression/ --- diff --git a/english/java/com.aspose.tasks/pixelformat/_index.md b/english/java/com.aspose.tasks/pixelformat/_index.md index c1c1e2dae..d5c69d773 100644 --- a/english/java/com.aspose.tasks/pixelformat/_index.md +++ b/english/java/com.aspose.tasks/pixelformat/_index.md @@ -3,7 +3,7 @@ title: PixelFormat second_title: Aspose.Tasks for Java API Reference description: Specifies the format of the color data for each pixel in the image. type: docs -weight: 191 +weight: 192 url: /java/com.aspose.tasks/pixelformat/ --- diff --git a/english/java/com.aspose.tasks/presentationformat/_index.md b/english/java/com.aspose.tasks/presentationformat/_index.md index 2046ddd61..3dc0dd24c 100644 --- a/english/java/com.aspose.tasks/presentationformat/_index.md +++ b/english/java/com.aspose.tasks/presentationformat/_index.md @@ -3,7 +3,7 @@ title: PresentationFormat second_title: Aspose.Tasks for Java API Reference description: Enumeration for presentation format. type: docs -weight: 192 +weight: 193 url: /java/com.aspose.tasks/presentationformat/ --- diff --git a/english/java/com.aspose.tasks/primaveraactivitytype/_index.md b/english/java/com.aspose.tasks/primaveraactivitytype/_index.md index 1be081aa3..61a06fdf3 100644 --- a/english/java/com.aspose.tasks/primaveraactivitytype/_index.md +++ b/english/java/com.aspose.tasks/primaveraactivitytype/_index.md @@ -3,7 +3,7 @@ title: PrimaveraActivityType second_title: Aspose.Tasks for Java API Reference description: Specifies type of Primavera activity. type: docs -weight: 193 +weight: 194 url: /java/com.aspose.tasks/primaveraactivitytype/ --- diff --git a/english/java/com.aspose.tasks/primaverabasereader/_index.md b/english/java/com.aspose.tasks/primaverabasereader/_index.md index 966d9c148..f75911cec 100644 --- a/english/java/com.aspose.tasks/primaverabasereader/_index.md +++ b/english/java/com.aspose.tasks/primaverabasereader/_index.md @@ -3,7 +3,7 @@ title: PrimaveraBaseReader second_title: Aspose.Tasks for Java API Reference description: Represents a base reader which can be used to read Project UIDs from multi project Primavera XER or XML files. type: docs -weight: 194 +weight: 195 url: /java/com.aspose.tasks/primaverabasereader/ --- diff --git a/english/java/com.aspose.tasks/primaveradbsettings/_index.md b/english/java/com.aspose.tasks/primaveradbsettings/_index.md index 6d3453978..3c4fad6c5 100644 --- a/english/java/com.aspose.tasks/primaveradbsettings/_index.md +++ b/english/java/com.aspose.tasks/primaveradbsettings/_index.md @@ -3,7 +3,7 @@ title: PrimaveraDbSettings second_title: Aspose.Tasks for Java API Reference description: Allows to set necessary options to read project data from Primavera database. type: docs -weight: 195 +weight: 196 url: /java/com.aspose.tasks/primaveradbsettings/ --- diff --git a/english/java/com.aspose.tasks/primaveradurationtype/_index.md b/english/java/com.aspose.tasks/primaveradurationtype/_index.md index 7e827a8e9..b03ab6ef7 100644 --- a/english/java/com.aspose.tasks/primaveradurationtype/_index.md +++ b/english/java/com.aspose.tasks/primaveradurationtype/_index.md @@ -3,7 +3,7 @@ title: PrimaveraDurationType second_title: Aspose.Tasks for Java API Reference description: Specifies duration type of Primavera activity. type: docs -weight: 196 +weight: 197 url: /java/com.aspose.tasks/primaveradurationtype/ --- diff --git a/english/java/com.aspose.tasks/primaverapercentcompletetype/_index.md b/english/java/com.aspose.tasks/primaverapercentcompletetype/_index.md index e146e4fb0..acc454789 100644 --- a/english/java/com.aspose.tasks/primaverapercentcompletetype/_index.md +++ b/english/java/com.aspose.tasks/primaverapercentcompletetype/_index.md @@ -3,7 +3,7 @@ title: PrimaveraPercentCompleteType second_title: Aspose.Tasks for Java API Reference description: Specifies value of Complete Type field for Primavera activities. type: docs -weight: 197 +weight: 198 url: /java/com.aspose.tasks/primaverapercentcompletetype/ --- diff --git a/english/java/com.aspose.tasks/primaveraprojectinfo/_index.md b/english/java/com.aspose.tasks/primaveraprojectinfo/_index.md index 62310ab2b..13571e007 100644 --- a/english/java/com.aspose.tasks/primaveraprojectinfo/_index.md +++ b/english/java/com.aspose.tasks/primaveraprojectinfo/_index.md @@ -3,7 +3,7 @@ title: PrimaveraProjectInfo second_title: Aspose.Tasks for Java API Reference description: Represents short info about a project loaded from Primavera format. type: docs -weight: 198 +weight: 199 url: /java/com.aspose.tasks/primaveraprojectinfo/ --- diff --git a/english/java/com.aspose.tasks/primaveraprojectproperties/_index.md b/english/java/com.aspose.tasks/primaveraprojectproperties/_index.md index 651dd830d..e87525d56 100644 --- a/english/java/com.aspose.tasks/primaveraprojectproperties/_index.md +++ b/english/java/com.aspose.tasks/primaveraprojectproperties/_index.md @@ -3,7 +3,7 @@ title: PrimaveraProjectProperties second_title: Aspose.Tasks for Java API Reference description: Represents Primavera-specific properties for a project read from Primavera files XER of P6XML. type: docs -weight: 199 +weight: 200 url: /java/com.aspose.tasks/primaveraprojectproperties/ --- diff --git a/english/java/com.aspose.tasks/primaverareadoptions/_index.md b/english/java/com.aspose.tasks/primaverareadoptions/_index.md index 00203e42b..ee08e4eb7 100644 --- a/english/java/com.aspose.tasks/primaverareadoptions/_index.md +++ b/english/java/com.aspose.tasks/primaverareadoptions/_index.md @@ -3,7 +3,7 @@ title: PrimaveraReadOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when reading Primavera Xml or Primavera Xer files. type: docs -weight: 200 +weight: 201 url: /java/com.aspose.tasks/primaverareadoptions/ --- diff --git a/english/java/com.aspose.tasks/primaverarelationshiplagcalendar/_index.md b/english/java/com.aspose.tasks/primaverarelationshiplagcalendar/_index.md index 7c0bc9ce8..e452b3422 100644 --- a/english/java/com.aspose.tasks/primaverarelationshiplagcalendar/_index.md +++ b/english/java/com.aspose.tasks/primaverarelationshiplagcalendar/_index.md @@ -3,7 +3,7 @@ title: PrimaveraRelationshipLagCalendar second_title: Aspose.Tasks for Java API Reference description: Specifies which calendar to use for scheduling Relationship Lag in Primavera projects. type: docs -weight: 201 +weight: 202 url: /java/com.aspose.tasks/primaverarelationshiplagcalendar/ --- diff --git a/english/java/com.aspose.tasks/primaverasaveoptions/_index.md b/english/java/com.aspose.tasks/primaverasaveoptions/_index.md index 6991072ae..7a6ed8be3 100644 --- a/english/java/com.aspose.tasks/primaverasaveoptions/_index.md +++ b/english/java/com.aspose.tasks/primaverasaveoptions/_index.md @@ -3,7 +3,7 @@ title: PrimaveraSaveOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when saving project to Primavera XER format. type: docs -weight: 202 +weight: 203 url: /java/com.aspose.tasks/primaverasaveoptions/ --- @@ -27,10 +27,12 @@ Allows to specify additional options when saving project to Primavera XER format | [getActivityIdPrefix()](#getActivityIdPrefix--) | Gets the prefix used in renumbering of activity IDs. | | [getActivityIdSuffix()](#getActivityIdSuffix--) | Gets the suffix used in renumbering of activity IDs. | | [getRenumberActivityIds()](#getRenumberActivityIds--) | Gets a value indicating whether is need to renumbers activity IDs. | +| [getSkipSummaryAssignments()](#getSkipSummaryAssignments--) | Gets a value indicating whether assignments of resources to summary tasks should be skipped during export. | | [setActivityIdIncrement(int value)](#setActivityIdIncrement-int-) | Sets the increment used in renumbering of activity IDs. | | [setActivityIdPrefix(String value)](#setActivityIdPrefix-java.lang.String-) | Sets the prefix used in renumbering of activity IDs. | | [setActivityIdSuffix(int value)](#setActivityIdSuffix-int-) | Sets the suffix used in renumbering of activity IDs. | | [setRenumberActivityIds(boolean value)](#setRenumberActivityIds-boolean-) | Sets a value indicating whether is need to renumbers activity IDs. | +| [setSkipSummaryAssignments(boolean value)](#setSkipSummaryAssignments-boolean-) | Sets a value indicating whether assignments of resources to summary tasks should be skipped during export. | ### PrimaveraSaveOptions() {#PrimaveraSaveOptions--} ``` public PrimaveraSaveOptions() @@ -79,6 +81,18 @@ Gets a value indicating whether is need to renumbers activity IDs. **Returns:** boolean - a value indicating whether is need to renumbers activity IDs. +### getSkipSummaryAssignments() {#getSkipSummaryAssignments--} +``` +public final boolean getSkipSummaryAssignments() +``` + + +Gets a value indicating whether assignments of resources to summary tasks should be skipped during export. + +Primavera software doesn't support assignments of resources to summary (WBS) tasks. Thus, export of such assignments can result in an invalid file according to Primavera's model. If true, assignments to summary tasks are skipped during export. If false (the default value), an exception will be thrown if assignment to a summary task is encountered during export. + +**Returns:** +boolean - a value indicating whether assignments of resources to summary tasks should be skipped during export. ### setActivityIdIncrement(int value) {#setActivityIdIncrement-int-} ``` public final void setActivityIdIncrement(int value) @@ -131,3 +145,18 @@ Sets a value indicating whether is need to renumbers activity IDs. | --- | --- | --- | | value | boolean | a value indicating whether is need to renumbers activity IDs. | +### setSkipSummaryAssignments(boolean value) {#setSkipSummaryAssignments-boolean-} +``` +public final void setSkipSummaryAssignments(boolean value) +``` + + +Sets a value indicating whether assignments of resources to summary tasks should be skipped during export. + +Primavera software doesn't support assignments of resources to summary (WBS) tasks. Thus, export of such assignments can result in an invalid file according to Primavera's model. If true, assignments to summary tasks are skipped during export. If false (the default value), an exception will be thrown if assignment to a summary task is encountered during export. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | a value indicating whether assignments of resources to summary tasks should be skipped during export. | + diff --git a/english/java/com.aspose.tasks/primaverataskproperties/_index.md b/english/java/com.aspose.tasks/primaverataskproperties/_index.md index fd76175c2..a2ccc3bf2 100644 --- a/english/java/com.aspose.tasks/primaverataskproperties/_index.md +++ b/english/java/com.aspose.tasks/primaverataskproperties/_index.md @@ -3,7 +3,7 @@ title: PrimaveraTaskProperties second_title: Aspose.Tasks for Java API Reference description: Represents Primavera-specific properties for a task read from Primavera files XER of P6XML. type: docs -weight: 203 +weight: 204 url: /java/com.aspose.tasks/primaverataskproperties/ --- diff --git a/english/java/com.aspose.tasks/primaveraxerreader/_index.md b/english/java/com.aspose.tasks/primaveraxerreader/_index.md index 8d734f08d..e67384147 100644 --- a/english/java/com.aspose.tasks/primaveraxerreader/_index.md +++ b/english/java/com.aspose.tasks/primaveraxerreader/_index.md @@ -3,7 +3,7 @@ title: PrimaveraXerReader second_title: Aspose.Tasks for Java API Reference description: Represents a reader to read Project UIDs from Primavera XER file type: docs -weight: 204 +weight: 205 url: /java/com.aspose.tasks/primaveraxerreader/ --- diff --git a/english/java/com.aspose.tasks/primaveraxmlreader/_index.md b/english/java/com.aspose.tasks/primaveraxmlreader/_index.md index e8ab58740..7cd352188 100644 --- a/english/java/com.aspose.tasks/primaveraxmlreader/_index.md +++ b/english/java/com.aspose.tasks/primaveraxmlreader/_index.md @@ -3,7 +3,7 @@ title: PrimaveraXmlReader second_title: Aspose.Tasks for Java API Reference description: Represents a reader which allows to retrieve Project UIDs from Primavera Xml file. type: docs -weight: 205 +weight: 206 url: /java/com.aspose.tasks/primaveraxmlreader/ --- diff --git a/english/java/com.aspose.tasks/primaveraxmlsaveoptions/_index.md b/english/java/com.aspose.tasks/primaveraxmlsaveoptions/_index.md index 59ba40b71..2b3b4963c 100644 --- a/english/java/com.aspose.tasks/primaveraxmlsaveoptions/_index.md +++ b/english/java/com.aspose.tasks/primaveraxmlsaveoptions/_index.md @@ -3,7 +3,7 @@ title: PrimaveraXmlSaveOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when saving project to Primavera xml format. type: docs -weight: 206 +weight: 207 url: /java/com.aspose.tasks/primaveraxmlsaveoptions/ --- @@ -24,7 +24,9 @@ Allows to specify additional options when saving project to Primavera xml format | Method | Description | | --- | --- | | [getSaveRootTask()](#getSaveRootTask--) | Gets a value indicating whether to save a root task or not. | +| [getSkipSummaryAssignments()](#getSkipSummaryAssignments--) | Gets a value indicating whether assignments of resources to summary tasks should be skipped during export. | | [setSaveRootTask(boolean value)](#setSaveRootTask-boolean-) | Sets a value indicating whether to save a root task or not. | +| [setSkipSummaryAssignments(boolean value)](#setSkipSummaryAssignments-boolean-) | Sets a value indicating whether assignments of resources to summary tasks should be skipped during export. | ### PrimaveraXmlSaveOptions() {#PrimaveraXmlSaveOptions--} ``` public PrimaveraXmlSaveOptions() @@ -43,6 +45,18 @@ Gets a value indicating whether to save a root task or not. **Returns:** boolean - a value indicating whether to save a root task or not. +### getSkipSummaryAssignments() {#getSkipSummaryAssignments--} +``` +public final boolean getSkipSummaryAssignments() +``` + + +Gets a value indicating whether assignments of resources to summary tasks should be skipped during export. + +Primavera software doesn't support assignments of resources to summary (WBS) tasks. Thus, export of such assignments can result in an invalid file according to Primavera's model. If true, assignments to summary tasks are skipped during export. If false (the default value), an exception will be thrown if assignment to a summary task is encountered during export. + +**Returns:** +boolean - a value indicating whether assignments of resources to summary tasks should be skipped during export. ### setSaveRootTask(boolean value) {#setSaveRootTask-boolean-} ``` public final void setSaveRootTask(boolean value) @@ -56,3 +70,18 @@ Sets a value indicating whether to save a root task or not. | --- | --- | --- | | value | boolean | a value indicating whether to save a root task or not. | +### setSkipSummaryAssignments(boolean value) {#setSkipSummaryAssignments-boolean-} +``` +public final void setSkipSummaryAssignments(boolean value) +``` + + +Sets a value indicating whether assignments of resources to summary tasks should be skipped during export. + +Primavera software doesn't support assignments of resources to summary (WBS) tasks. Thus, export of such assignments can result in an invalid file according to Primavera's model. If true, assignments to summary tasks are skipped during export. If false (the default value), an exception will be thrown if assignment to a summary task is encountered during export. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | a value indicating whether assignments of resources to summary tasks should be skipped during export. | + diff --git a/english/java/com.aspose.tasks/printerpapersize/_index.md b/english/java/com.aspose.tasks/printerpapersize/_index.md index c1d4a2256..e41acfd87 100644 --- a/english/java/com.aspose.tasks/printerpapersize/_index.md +++ b/english/java/com.aspose.tasks/printerpapersize/_index.md @@ -3,7 +3,7 @@ title: PrinterPaperSize second_title: Aspose.Tasks for Java API Reference description: Specifies the paper size which is used for printing. type: docs -weight: 208 +weight: 209 url: /java/com.aspose.tasks/printerpapersize/ --- diff --git a/english/java/com.aspose.tasks/printersettings/_index.md b/english/java/com.aspose.tasks/printersettings/_index.md index bd78506e2..bfb4b7dd2 100644 --- a/english/java/com.aspose.tasks/printersettings/_index.md +++ b/english/java/com.aspose.tasks/printersettings/_index.md @@ -3,7 +3,7 @@ title: PrinterSettings second_title: Aspose.Tasks for Java API Reference description: Specifies information about how a document is printed including the printer that prints it. type: docs -weight: 209 +weight: 210 url: /java/com.aspose.tasks/printersettings/ --- diff --git a/english/java/com.aspose.tasks/printoptions/_index.md b/english/java/com.aspose.tasks/printoptions/_index.md index 25f16553f..84a1e231d 100644 --- a/english/java/com.aspose.tasks/printoptions/_index.md +++ b/english/java/com.aspose.tasks/printoptions/_index.md @@ -3,7 +3,7 @@ title: PrintOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when printing project. type: docs -weight: 207 +weight: 208 url: /java/com.aspose.tasks/printoptions/ --- diff --git a/english/java/com.aspose.tasks/prj/_index.md b/english/java/com.aspose.tasks/prj/_index.md index c107643b1..ac79cf4bf 100644 --- a/english/java/com.aspose.tasks/prj/_index.md +++ b/english/java/com.aspose.tasks/prj/_index.md @@ -3,7 +3,7 @@ title: Prj second_title: Aspose.Tasks for Java API Reference description: Represents supported properties of object. type: docs -weight: 210 +weight: 211 url: /java/com.aspose.tasks/prj/ --- diff --git a/english/java/com.aspose.tasks/prjkey/_index.md b/english/java/com.aspose.tasks/prjkey/_index.md index 53d09db61..a7af9a1e2 100644 --- a/english/java/com.aspose.tasks/prjkey/_index.md +++ b/english/java/com.aspose.tasks/prjkey/_index.md @@ -3,7 +3,7 @@ title: PrjKey second_title: Aspose.Tasks for Java API Reference description: Represents a list of supported project fields. type: docs -weight: 211 +weight: 212 url: /java/com.aspose.tasks/prjkey/ --- diff --git a/english/java/com.aspose.tasks/probabilitydistributiontype/_index.md b/english/java/com.aspose.tasks/probabilitydistributiontype/_index.md index 4c35098f1..a3db48bad 100644 --- a/english/java/com.aspose.tasks/probabilitydistributiontype/_index.md +++ b/english/java/com.aspose.tasks/probabilitydistributiontype/_index.md @@ -3,7 +3,7 @@ title: ProbabilityDistributionType second_title: Aspose.Tasks for Java API Reference description: Specifies types of supported probability distributions. type: docs -weight: 212 +weight: 213 url: /java/com.aspose.tasks/probabilitydistributiontype/ --- diff --git a/english/java/com.aspose.tasks/progresslines/_index.md b/english/java/com.aspose.tasks/progresslines/_index.md index 6f636e414..6516528c0 100644 --- a/english/java/com.aspose.tasks/progresslines/_index.md +++ b/english/java/com.aspose.tasks/progresslines/_index.md @@ -3,7 +3,7 @@ title: ProgressLines second_title: Aspose.Tasks for Java API Reference description: Represents progress lines in a Gantt Chart view. type: docs -weight: 213 +weight: 214 url: /java/com.aspose.tasks/progresslines/ --- diff --git a/english/java/com.aspose.tasks/project/_index.md b/english/java/com.aspose.tasks/project/_index.md index 949aede59..92038e3bf 100644 --- a/english/java/com.aspose.tasks/project/_index.md +++ b/english/java/com.aspose.tasks/project/_index.md @@ -3,7 +3,7 @@ title: Project second_title: Aspose.Tasks for Java API Reference description: Represents a project. type: docs -weight: 214 +weight: 215 url: /java/com.aspose.tasks/project/ --- diff --git a/english/java/com.aspose.tasks/projectdisplayoptions/_index.md b/english/java/com.aspose.tasks/projectdisplayoptions/_index.md index 853e7c521..91ea01a3d 100644 --- a/english/java/com.aspose.tasks/projectdisplayoptions/_index.md +++ b/english/java/com.aspose.tasks/projectdisplayoptions/_index.md @@ -3,7 +3,7 @@ title: ProjectDisplayOptions second_title: Aspose.Tasks for Java API Reference description: Represents the display options for a project instance. type: docs -weight: 215 +weight: 216 url: /java/com.aspose.tasks/projectdisplayoptions/ --- diff --git a/english/java/com.aspose.tasks/projectfileinfo/_index.md b/english/java/com.aspose.tasks/projectfileinfo/_index.md index 9bc58209a..0634cf9d1 100644 --- a/english/java/com.aspose.tasks/projectfileinfo/_index.md +++ b/english/java/com.aspose.tasks/projectfileinfo/_index.md @@ -3,7 +3,7 @@ title: ProjectFileInfo second_title: Aspose.Tasks for Java API Reference description: The class instance contains information about project file format and version of Microsoft Project where the file was created. type: docs -weight: 216 +weight: 217 url: /java/com.aspose.tasks/projectfileinfo/ --- diff --git a/english/java/com.aspose.tasks/projectinfo/_index.md b/english/java/com.aspose.tasks/projectinfo/_index.md index b75b1e1c1..135a2a858 100644 --- a/english/java/com.aspose.tasks/projectinfo/_index.md +++ b/english/java/com.aspose.tasks/projectinfo/_index.md @@ -3,7 +3,7 @@ title: ProjectInfo second_title: Aspose.Tasks for Java API Reference description: Brief info about the published project available on Project Online. type: docs -weight: 217 +weight: 218 url: /java/com.aspose.tasks/projectinfo/ --- diff --git a/english/java/com.aspose.tasks/projectonlineexception/_index.md b/english/java/com.aspose.tasks/projectonlineexception/_index.md index 6bc1eda00..77a89b25f 100644 --- a/english/java/com.aspose.tasks/projectonlineexception/_index.md +++ b/english/java/com.aspose.tasks/projectonlineexception/_index.md @@ -3,7 +3,7 @@ title: ProjectOnlineException second_title: Aspose.Tasks for Java API Reference description: Represents an exception which is thrown when errors are found during interaction with Project Online or Project Server instance. type: docs -weight: 218 +weight: 219 url: /java/com.aspose.tasks/projectonlineexception/ --- diff --git a/english/java/com.aspose.tasks/projectservercredentials/_index.md b/english/java/com.aspose.tasks/projectservercredentials/_index.md index 54b83fcc7..86ddf10cf 100644 --- a/english/java/com.aspose.tasks/projectservercredentials/_index.md +++ b/english/java/com.aspose.tasks/projectservercredentials/_index.md @@ -3,7 +3,7 @@ title: ProjectServerCredentials second_title: Aspose.Tasks for Java API Reference description: Credentials which are used to connect to Project Online or on-premise instance of Project Server. type: docs -weight: 219 +weight: 220 url: /java/com.aspose.tasks/projectservercredentials/ --- diff --git a/english/java/com.aspose.tasks/projectservermanager/_index.md b/english/java/com.aspose.tasks/projectservermanager/_index.md index 3ab8b2c1a..a13e89b46 100644 --- a/english/java/com.aspose.tasks/projectservermanager/_index.md +++ b/english/java/com.aspose.tasks/projectservermanager/_index.md @@ -3,7 +3,7 @@ title: ProjectServerManager second_title: Aspose.Tasks for Java API Reference description: The class which provides the methods to read and to perform operations on projects in the specified Project Online account or in the specified on-premise Project Server instance Project Servers versions 2016 and 2019 are supported. type: docs -weight: 220 +weight: 221 url: /java/com.aspose.tasks/projectservermanager/ --- diff --git a/english/java/com.aspose.tasks/projectserversaveoptions/_index.md b/english/java/com.aspose.tasks/projectserversaveoptions/_index.md index d770f17dc..e25645257 100644 --- a/english/java/com.aspose.tasks/projectserversaveoptions/_index.md +++ b/english/java/com.aspose.tasks/projectserversaveoptions/_index.md @@ -3,7 +3,7 @@ title: ProjectServerSaveOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when project is saved to Project Server or Project Online. type: docs -weight: 221 +weight: 222 url: /java/com.aspose.tasks/projectserversaveoptions/ --- diff --git a/english/java/com.aspose.tasks/projectview/_index.md b/english/java/com.aspose.tasks/projectview/_index.md index dbe9e0d57..084b34ff2 100644 --- a/english/java/com.aspose.tasks/projectview/_index.md +++ b/english/java/com.aspose.tasks/projectview/_index.md @@ -3,7 +3,7 @@ title: ProjectView second_title: Aspose.Tasks for Java API Reference description: Projects view class type: docs -weight: 222 +weight: 223 url: /java/com.aspose.tasks/projectview/ --- diff --git a/english/java/com.aspose.tasks/property/_index.md b/english/java/com.aspose.tasks/property/_index.md index a766d0d00..6e1fd9526 100644 --- a/english/java/com.aspose.tasks/property/_index.md +++ b/english/java/com.aspose.tasks/property/_index.md @@ -3,7 +3,7 @@ title: Property second_title: Aspose.Tasks for Java API Reference description: Represents a base class of a property. type: docs -weight: 223 +weight: 224 url: /java/com.aspose.tasks/property/ --- diff --git a/english/java/com.aspose.tasks/propertycollection/_index.md b/english/java/com.aspose.tasks/propertycollection/_index.md index f54469867..688972b73 100644 --- a/english/java/com.aspose.tasks/propertycollection/_index.md +++ b/english/java/com.aspose.tasks/propertycollection/_index.md @@ -3,7 +3,7 @@ title: PropertyCollection second_title: Aspose.Tasks for Java API Reference description: A base class of collection of properties. type: docs -weight: 224 +weight: 225 url: /java/com.aspose.tasks/propertycollection/ --- diff --git a/english/java/com.aspose.tasks/propertykeyedcollection/_index.md b/english/java/com.aspose.tasks/propertykeyedcollection/_index.md index 47a9c0978..5a5121746 100644 --- a/english/java/com.aspose.tasks/propertykeyedcollection/_index.md +++ b/english/java/com.aspose.tasks/propertykeyedcollection/_index.md @@ -3,7 +3,7 @@ title: PropertyKeyedCollection second_title: Aspose.Tasks for Java API Reference description: A base class of collection of properties. type: docs -weight: 225 +weight: 226 url: /java/com.aspose.tasks/propertykeyedcollection/ --- diff --git a/english/java/com.aspose.tasks/rate/_index.md b/english/java/com.aspose.tasks/rate/_index.md index 4e02eda1f..c77ebf54d 100644 --- a/english/java/com.aspose.tasks/rate/_index.md +++ b/english/java/com.aspose.tasks/rate/_index.md @@ -3,7 +3,7 @@ title: Rate second_title: Aspose.Tasks for Java API Reference description: Represents a definition of a time period and rates applicable for a resource during that period. type: docs -weight: 226 +weight: 227 url: /java/com.aspose.tasks/rate/ --- diff --git a/english/java/com.aspose.tasks/ratebydatecollection/_index.md b/english/java/com.aspose.tasks/ratebydatecollection/_index.md index 9fd2c837b..000af341c 100644 --- a/english/java/com.aspose.tasks/ratebydatecollection/_index.md +++ b/english/java/com.aspose.tasks/ratebydatecollection/_index.md @@ -3,7 +3,7 @@ title: RateByDateCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection which mappings of java.util.Date to objects. type: docs -weight: 227 +weight: 228 url: /java/com.aspose.tasks/ratebydatecollection/ --- diff --git a/english/java/com.aspose.tasks/ratecollection/_index.md b/english/java/com.aspose.tasks/ratecollection/_index.md index fd936fdfb..4f14c13d6 100644 --- a/english/java/com.aspose.tasks/ratecollection/_index.md +++ b/english/java/com.aspose.tasks/ratecollection/_index.md @@ -3,7 +3,7 @@ title: RateCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection which contains objects. type: docs -weight: 228 +weight: 229 url: /java/com.aspose.tasks/ratecollection/ --- diff --git a/english/java/com.aspose.tasks/rateformattype/_index.md b/english/java/com.aspose.tasks/rateformattype/_index.md index a764243ee..1b72bd5b5 100644 --- a/english/java/com.aspose.tasks/rateformattype/_index.md +++ b/english/java/com.aspose.tasks/rateformattype/_index.md @@ -3,7 +3,7 @@ title: RateFormatType second_title: Aspose.Tasks for Java API Reference description: Specifies the units used by Microsoft Project to display a rate. type: docs -weight: 229 +weight: 230 url: /java/com.aspose.tasks/rateformattype/ --- diff --git a/english/java/com.aspose.tasks/ratescaletype/_index.md b/english/java/com.aspose.tasks/ratescaletype/_index.md index 71a3f86b5..2e73d58ba 100644 --- a/english/java/com.aspose.tasks/ratescaletype/_index.md +++ b/english/java/com.aspose.tasks/ratescaletype/_index.md @@ -3,7 +3,7 @@ title: RateScaleType second_title: Aspose.Tasks for Java API Reference description: Specifies the rate scale type. type: docs -weight: 230 +weight: 231 url: /java/com.aspose.tasks/ratescaletype/ --- diff --git a/english/java/com.aspose.tasks/ratetype/_index.md b/english/java/com.aspose.tasks/ratetype/_index.md index f82767b7e..7284faae4 100644 --- a/english/java/com.aspose.tasks/ratetype/_index.md +++ b/english/java/com.aspose.tasks/ratetype/_index.md @@ -3,7 +3,7 @@ title: RateType second_title: Aspose.Tasks for Java API Reference description: Specifies the unique identifiers of a rate table. type: docs -weight: 231 +weight: 232 url: /java/com.aspose.tasks/ratetype/ --- diff --git a/english/java/com.aspose.tasks/readonlycollectionbase/_index.md b/english/java/com.aspose.tasks/readonlycollectionbase/_index.md index 352b1d247..f0b13ea23 100644 --- a/english/java/com.aspose.tasks/readonlycollectionbase/_index.md +++ b/english/java/com.aspose.tasks/readonlycollectionbase/_index.md @@ -3,7 +3,7 @@ title: ReadOnlyCollectionBase second_title: Aspose.Tasks for Java API Reference description: Represents a read-only collection of objects. type: docs -weight: 232 +weight: 233 url: /java/com.aspose.tasks/readonlycollectionbase/ --- diff --git a/english/java/com.aspose.tasks/recalculationvalidationexception/_index.md b/english/java/com.aspose.tasks/recalculationvalidationexception/_index.md index bc7f36461..6d058bf32 100644 --- a/english/java/com.aspose.tasks/recalculationvalidationexception/_index.md +++ b/english/java/com.aspose.tasks/recalculationvalidationexception/_index.md @@ -3,7 +3,7 @@ title: RecalculationValidationException second_title: Aspose.Tasks for Java API Reference description: Represents an exception which is thrown when errors are found in project after recalculation. type: docs -weight: 233 +weight: 234 url: /java/com.aspose.tasks/recalculationvalidationexception/ --- diff --git a/english/java/com.aspose.tasks/recurrencepattern/_index.md b/english/java/com.aspose.tasks/recurrencepattern/_index.md index 6621b6959..c64a911d2 100644 --- a/english/java/com.aspose.tasks/recurrencepattern/_index.md +++ b/english/java/com.aspose.tasks/recurrencepattern/_index.md @@ -3,7 +3,7 @@ title: RecurrencePattern second_title: Aspose.Tasks for Java API Reference description: Represents a type of recurrence pattern of a recurrent task. type: docs -weight: 234 +weight: 235 url: /java/com.aspose.tasks/recurrencepattern/ --- diff --git a/english/java/com.aspose.tasks/recurrencepatternbase/_index.md b/english/java/com.aspose.tasks/recurrencepatternbase/_index.md index 8a11500df..48565c222 100644 --- a/english/java/com.aspose.tasks/recurrencepatternbase/_index.md +++ b/english/java/com.aspose.tasks/recurrencepatternbase/_index.md @@ -3,7 +3,7 @@ title: RecurrencePatternBase second_title: Aspose.Tasks for Java API Reference description: Represents the base class of recurrence pattern. type: docs -weight: 235 +weight: 236 url: /java/com.aspose.tasks/recurrencepatternbase/ --- diff --git a/english/java/com.aspose.tasks/recurrencerangebase/_index.md b/english/java/com.aspose.tasks/recurrencerangebase/_index.md index f908df400..eb5a97476 100644 --- a/english/java/com.aspose.tasks/recurrencerangebase/_index.md +++ b/english/java/com.aspose.tasks/recurrencerangebase/_index.md @@ -3,7 +3,7 @@ title: RecurrenceRangeBase second_title: Aspose.Tasks for Java API Reference description: Represents the recurrence range of recurring task. type: docs -weight: 236 +weight: 237 url: /java/com.aspose.tasks/recurrencerangebase/ --- diff --git a/english/java/com.aspose.tasks/recurringinterval/_index.md b/english/java/com.aspose.tasks/recurringinterval/_index.md index 438e79126..a975e97ab 100644 --- a/english/java/com.aspose.tasks/recurringinterval/_index.md +++ b/english/java/com.aspose.tasks/recurringinterval/_index.md @@ -3,7 +3,7 @@ title: RecurringInterval second_title: Aspose.Tasks for Java API Reference description: Represents recurring intervals used in progress lines of a Gantt Chart view. type: docs -weight: 237 +weight: 238 url: /java/com.aspose.tasks/recurringinterval/ --- diff --git a/english/java/com.aspose.tasks/recurringtaskinfo/_index.md b/english/java/com.aspose.tasks/recurringtaskinfo/_index.md index 2091181cc..ea355a233 100644 --- a/english/java/com.aspose.tasks/recurringtaskinfo/_index.md +++ b/english/java/com.aspose.tasks/recurringtaskinfo/_index.md @@ -3,7 +3,7 @@ title: RecurringTaskInfo second_title: Aspose.Tasks for Java API Reference description: Represents the details of a recurring task in a project. type: docs -weight: 238 +weight: 239 url: /java/com.aspose.tasks/recurringtaskinfo/ --- diff --git a/english/java/com.aspose.tasks/recurringtaskparameters/_index.md b/english/java/com.aspose.tasks/recurringtaskparameters/_index.md index 40f8e5e89..aadb30295 100644 --- a/english/java/com.aspose.tasks/recurringtaskparameters/_index.md +++ b/english/java/com.aspose.tasks/recurringtaskparameters/_index.md @@ -3,7 +3,7 @@ title: RecurringTaskParameters second_title: Aspose.Tasks for Java API Reference description: Represents the set of parameters are used to create a recurring task in a project. type: docs -weight: 239 +weight: 240 url: /java/com.aspose.tasks/recurringtaskparameters/ --- diff --git a/english/java/com.aspose.tasks/removetask/_index.md b/english/java/com.aspose.tasks/removetask/_index.md index 412577399..3c3ab9edf 100644 --- a/english/java/com.aspose.tasks/removetask/_index.md +++ b/english/java/com.aspose.tasks/removetask/_index.md @@ -3,7 +3,7 @@ title: RemoveTask second_title: Aspose.Tasks for Java API Reference description: Removes the specified task from a tree of tasks. type: docs -weight: 240 +weight: 241 url: /java/com.aspose.tasks/removetask/ --- diff --git a/english/java/com.aspose.tasks/reporttype/_index.md b/english/java/com.aspose.tasks/reporttype/_index.md index 7a2c61b6e..e8592d6f9 100644 --- a/english/java/com.aspose.tasks/reporttype/_index.md +++ b/english/java/com.aspose.tasks/reporttype/_index.md @@ -3,7 +3,7 @@ title: ReportType second_title: Aspose.Tasks for Java API Reference description: Type of the projects graphical report. type: docs -weight: 241 +weight: 242 url: /java/com.aspose.tasks/reporttype/ --- diff --git a/english/java/com.aspose.tasks/resource/_index.md b/english/java/com.aspose.tasks/resource/_index.md index 79f51b19e..e48e53b41 100644 --- a/english/java/com.aspose.tasks/resource/_index.md +++ b/english/java/com.aspose.tasks/resource/_index.md @@ -3,7 +3,7 @@ title: Resource second_title: Aspose.Tasks for Java API Reference description: Represents a resource in a project. type: docs -weight: 242 +weight: 243 url: /java/com.aspose.tasks/resource/ --- diff --git a/english/java/com.aspose.tasks/resourceassignment/_index.md b/english/java/com.aspose.tasks/resourceassignment/_index.md index bb4ddbac3..b206e1dce 100644 --- a/english/java/com.aspose.tasks/resourceassignment/_index.md +++ b/english/java/com.aspose.tasks/resourceassignment/_index.md @@ -3,7 +3,7 @@ title: ResourceAssignment second_title: Aspose.Tasks for Java API Reference description: Represents a resource assignment in a project. type: docs -weight: 243 +weight: 244 url: /java/com.aspose.tasks/resourceassignment/ --- diff --git a/english/java/com.aspose.tasks/resourceassignmentcollection/_index.md b/english/java/com.aspose.tasks/resourceassignmentcollection/_index.md index 08486453c..60017e3c5 100644 --- a/english/java/com.aspose.tasks/resourceassignmentcollection/_index.md +++ b/english/java/com.aspose.tasks/resourceassignmentcollection/_index.md @@ -3,7 +3,7 @@ title: ResourceAssignmentCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 244 +weight: 245 url: /java/com.aspose.tasks/resourceassignmentcollection/ --- diff --git a/english/java/com.aspose.tasks/resourcecollection/_index.md b/english/java/com.aspose.tasks/resourcecollection/_index.md index c207ef877..c66740396 100644 --- a/english/java/com.aspose.tasks/resourcecollection/_index.md +++ b/english/java/com.aspose.tasks/resourcecollection/_index.md @@ -3,7 +3,7 @@ title: ResourceCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 245 +weight: 246 url: /java/com.aspose.tasks/resourcecollection/ --- diff --git a/english/java/com.aspose.tasks/resourceexporttype/_index.md b/english/java/com.aspose.tasks/resourceexporttype/_index.md index 2232e031e..a3c2844f9 100644 --- a/english/java/com.aspose.tasks/resourceexporttype/_index.md +++ b/english/java/com.aspose.tasks/resourceexporttype/_index.md @@ -3,7 +3,7 @@ title: ResourceExportType second_title: Aspose.Tasks for Java API Reference description: Specifies the resource export type for HTML format. type: docs -weight: 246 +weight: 247 url: /java/com.aspose.tasks/resourceexporttype/ --- diff --git a/english/java/com.aspose.tasks/resourceleveler/_index.md b/english/java/com.aspose.tasks/resourceleveler/_index.md index 5604a24a6..24495f874 100644 --- a/english/java/com.aspose.tasks/resourceleveler/_index.md +++ b/english/java/com.aspose.tasks/resourceleveler/_index.md @@ -3,7 +3,7 @@ title: ResourceLeveler second_title: Aspose.Tasks for Java API Reference description: Contains resource leveling methods. type: docs -weight: 247 +weight: 248 url: /java/com.aspose.tasks/resourceleveler/ --- diff --git a/english/java/com.aspose.tasks/resourcesavingargs/_index.md b/english/java/com.aspose.tasks/resourcesavingargs/_index.md index 758ac32eb..02de5cf91 100644 --- a/english/java/com.aspose.tasks/resourcesavingargs/_index.md +++ b/english/java/com.aspose.tasks/resourcesavingargs/_index.md @@ -3,7 +3,7 @@ title: ResourceSavingArgs second_title: Aspose.Tasks for Java API Reference description: This class represents set of data that related to external resource files saving that occurs during conversion to HTML format. type: docs -weight: 248 +weight: 249 url: /java/com.aspose.tasks/resourcesavingargs/ --- diff --git a/english/java/com.aspose.tasks/resourcetocolumntextconverter/_index.md b/english/java/com.aspose.tasks/resourcetocolumntextconverter/_index.md index 8658976c6..7abb1dd2a 100644 --- a/english/java/com.aspose.tasks/resourcetocolumntextconverter/_index.md +++ b/english/java/com.aspose.tasks/resourcetocolumntextconverter/_index.md @@ -3,7 +3,7 @@ title: ResourceToColumnTextConverter second_title: Aspose.Tasks for Java API Reference description: Resources data to columns string converter. type: docs -weight: 249 +weight: 250 url: /java/com.aspose.tasks/resourcetocolumntextconverter/ --- diff --git a/english/java/com.aspose.tasks/resourcetype/_index.md b/english/java/com.aspose.tasks/resourcetype/_index.md index 4433803f5..89f0d8e15 100644 --- a/english/java/com.aspose.tasks/resourcetype/_index.md +++ b/english/java/com.aspose.tasks/resourcetype/_index.md @@ -3,7 +3,7 @@ title: ResourceType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of a resource. type: docs -weight: 250 +weight: 251 url: /java/com.aspose.tasks/resourcetype/ --- diff --git a/english/java/com.aspose.tasks/resourceusageview/_index.md b/english/java/com.aspose.tasks/resourceusageview/_index.md index 67c7555de..b0c67aa8f 100644 --- a/english/java/com.aspose.tasks/resourceusageview/_index.md +++ b/english/java/com.aspose.tasks/resourceusageview/_index.md @@ -3,7 +3,7 @@ title: ResourceUsageView second_title: Aspose.Tasks for Java API Reference description: Represents resource usage view in a project. type: docs -weight: 251 +weight: 252 url: /java/com.aspose.tasks/resourceusageview/ --- diff --git a/english/java/com.aspose.tasks/resourceusageviewfield/_index.md b/english/java/com.aspose.tasks/resourceusageviewfield/_index.md index f59859886..fa54f33f5 100644 --- a/english/java/com.aspose.tasks/resourceusageviewfield/_index.md +++ b/english/java/com.aspose.tasks/resourceusageviewfield/_index.md @@ -3,7 +3,7 @@ title: ResourceUsageViewField second_title: Aspose.Tasks for Java API Reference description: Represents possible fields in object resource usage view field. type: docs -weight: 252 +weight: 253 url: /java/com.aspose.tasks/resourceusageviewfield/ --- diff --git a/english/java/com.aspose.tasks/resourceusageviewfieldcollection/_index.md b/english/java/com.aspose.tasks/resourceusageviewfieldcollection/_index.md index da1399262..0a5f793af 100644 --- a/english/java/com.aspose.tasks/resourceusageviewfieldcollection/_index.md +++ b/english/java/com.aspose.tasks/resourceusageviewfieldcollection/_index.md @@ -3,7 +3,7 @@ title: ResourceUsageViewFieldCollection second_title: Aspose.Tasks for Java API Reference description: Represent a collection of ResourceUsageViewField values. type: docs -weight: 253 +weight: 254 url: /java/com.aspose.tasks/resourceusageviewfieldcollection/ --- diff --git a/english/java/com.aspose.tasks/resourcevalidationexception/_index.md b/english/java/com.aspose.tasks/resourcevalidationexception/_index.md index bf7ca3649..1f71c1e0f 100644 --- a/english/java/com.aspose.tasks/resourcevalidationexception/_index.md +++ b/english/java/com.aspose.tasks/resourcevalidationexception/_index.md @@ -3,7 +3,7 @@ title: ResourceValidationException second_title: Aspose.Tasks for Java API Reference description: Represents an exception which is thrown when errors are found in resources properties. type: docs -weight: 254 +weight: 255 url: /java/com.aspose.tasks/resourcevalidationexception/ --- diff --git a/english/java/com.aspose.tasks/resourceviewcolumn/_index.md b/english/java/com.aspose.tasks/resourceviewcolumn/_index.md index ffde8ec18..95f4d3546 100644 --- a/english/java/com.aspose.tasks/resourceviewcolumn/_index.md +++ b/english/java/com.aspose.tasks/resourceviewcolumn/_index.md @@ -3,7 +3,7 @@ title: ResourceViewColumn second_title: Aspose.Tasks for Java API Reference description: Projects view class used in ResourceUsage view and ResourceSheet view. type: docs -weight: 255 +weight: 256 url: /java/com.aspose.tasks/resourceviewcolumn/ --- diff --git a/english/java/com.aspose.tasks/riskanalysisresult/_index.md b/english/java/com.aspose.tasks/riskanalysisresult/_index.md index 9b95d235f..2d4ee9e14 100644 --- a/english/java/com.aspose.tasks/riskanalysisresult/_index.md +++ b/english/java/com.aspose.tasks/riskanalysisresult/_index.md @@ -3,7 +3,7 @@ title: RiskAnalysisResult second_title: Aspose.Tasks for Java API Reference description: Represents a result of risk analysis. type: docs -weight: 256 +weight: 257 url: /java/com.aspose.tasks/riskanalysisresult/ --- diff --git a/english/java/com.aspose.tasks/riskanalysissettings/_index.md b/english/java/com.aspose.tasks/riskanalysissettings/_index.md index d0da57109..d703c2641 100644 --- a/english/java/com.aspose.tasks/riskanalysissettings/_index.md +++ b/english/java/com.aspose.tasks/riskanalysissettings/_index.md @@ -3,7 +3,7 @@ title: RiskAnalysisSettings second_title: Aspose.Tasks for Java API Reference description: Specifies settings for performing risk analysis. type: docs -weight: 257 +weight: 258 url: /java/com.aspose.tasks/riskanalysissettings/ --- diff --git a/english/java/com.aspose.tasks/riskanalyzer/_index.md b/english/java/com.aspose.tasks/riskanalyzer/_index.md index a6d129e5e..7d51b6d8c 100644 --- a/english/java/com.aspose.tasks/riskanalyzer/_index.md +++ b/english/java/com.aspose.tasks/riskanalyzer/_index.md @@ -3,7 +3,7 @@ title: RiskAnalyzer second_title: Aspose.Tasks for Java API Reference description: Performs a Monte Carlo simulation based on the specified risk analysis settings. type: docs -weight: 258 +weight: 259 url: /java/com.aspose.tasks/riskanalyzer/ --- diff --git a/english/java/com.aspose.tasks/riskitemstatistics/_index.md b/english/java/com.aspose.tasks/riskitemstatistics/_index.md index 27d7c1319..edc19896e 100644 --- a/english/java/com.aspose.tasks/riskitemstatistics/_index.md +++ b/english/java/com.aspose.tasks/riskitemstatistics/_index.md @@ -3,7 +3,7 @@ title: RiskItemStatistics second_title: Aspose.Tasks for Java API Reference description: Represents an item which stores statistical data for the task of the analyzed project. type: docs -weight: 259 +weight: 260 url: /java/com.aspose.tasks/riskitemstatistics/ --- diff --git a/english/java/com.aspose.tasks/riskitemstatisticscollection/_index.md b/english/java/com.aspose.tasks/riskitemstatisticscollection/_index.md index b52472292..646c8ab1c 100644 --- a/english/java/com.aspose.tasks/riskitemstatisticscollection/_index.md +++ b/english/java/com.aspose.tasks/riskitemstatisticscollection/_index.md @@ -3,7 +3,7 @@ title: RiskItemStatisticsCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection containing the instances of the class. type: docs -weight: 260 +weight: 261 url: /java/com.aspose.tasks/riskitemstatisticscollection/ --- diff --git a/english/java/com.aspose.tasks/riskitemtype/_index.md b/english/java/com.aspose.tasks/riskitemtype/_index.md index 498b9020c..2c4142601 100644 --- a/english/java/com.aspose.tasks/riskitemtype/_index.md +++ b/english/java/com.aspose.tasks/riskitemtype/_index.md @@ -3,7 +3,7 @@ title: RiskItemType second_title: Aspose.Tasks for Java API Reference description: Specifies task fields for which the statistical information is gathered during risk analysis. type: docs -weight: 261 +weight: 262 url: /java/com.aspose.tasks/riskitemtype/ --- diff --git a/english/java/com.aspose.tasks/riskpattern/_index.md b/english/java/com.aspose.tasks/riskpattern/_index.md index 6d5542316..461ef9beb 100644 --- a/english/java/com.aspose.tasks/riskpattern/_index.md +++ b/english/java/com.aspose.tasks/riskpattern/_index.md @@ -3,7 +3,7 @@ title: RiskPattern second_title: Aspose.Tasks for Java API Reference description: Represents a risk pattern for a project task. type: docs -weight: 262 +weight: 263 url: /java/com.aspose.tasks/riskpattern/ --- diff --git a/english/java/com.aspose.tasks/riskpatterncollection/_index.md b/english/java/com.aspose.tasks/riskpatterncollection/_index.md index 8b095541f..16a2be5da 100644 --- a/english/java/com.aspose.tasks/riskpatterncollection/_index.md +++ b/english/java/com.aspose.tasks/riskpatterncollection/_index.md @@ -3,7 +3,7 @@ title: RiskPatternCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection containing the instances of the RiskPattern class. type: docs -weight: 263 +weight: 264 url: /java/com.aspose.tasks/riskpatterncollection/ --- diff --git a/english/java/com.aspose.tasks/rolluptype/_index.md b/english/java/com.aspose.tasks/rolluptype/_index.md index 8b47ffdde..2764ce0ab 100644 --- a/english/java/com.aspose.tasks/rolluptype/_index.md +++ b/english/java/com.aspose.tasks/rolluptype/_index.md @@ -3,7 +3,7 @@ title: RollupType second_title: Aspose.Tasks for Java API Reference description: Specifies the rollup type. type: docs -weight: 264 +weight: 265 url: /java/com.aspose.tasks/rolluptype/ --- diff --git a/english/java/com.aspose.tasks/rsc/_index.md b/english/java/com.aspose.tasks/rsc/_index.md index 0cc4eb7aa..f3c2439de 100644 --- a/english/java/com.aspose.tasks/rsc/_index.md +++ b/english/java/com.aspose.tasks/rsc/_index.md @@ -3,7 +3,7 @@ title: Rsc second_title: Aspose.Tasks for Java API Reference description: Represents supported properties of Resource object. type: docs -weight: 265 +weight: 266 url: /java/com.aspose.tasks/rsc/ --- diff --git a/english/java/com.aspose.tasks/rsckey/_index.md b/english/java/com.aspose.tasks/rsckey/_index.md index d648a7135..457ced2a0 100644 --- a/english/java/com.aspose.tasks/rsckey/_index.md +++ b/english/java/com.aspose.tasks/rsckey/_index.md @@ -3,7 +3,7 @@ title: RscKey second_title: Aspose.Tasks for Java API Reference description: Represents a list of supported resource fields. type: docs -weight: 266 +weight: 267 url: /java/com.aspose.tasks/rsckey/ --- diff --git a/english/java/com.aspose.tasks/savefileformat/_index.md b/english/java/com.aspose.tasks/savefileformat/_index.md index 726dc324e..cf77a1796 100644 --- a/english/java/com.aspose.tasks/savefileformat/_index.md +++ b/english/java/com.aspose.tasks/savefileformat/_index.md @@ -3,7 +3,7 @@ title: SaveFileFormat second_title: Aspose.Tasks for Java API Reference description: Enumeration for saving project format selection. type: docs -weight: 267 +weight: 268 url: /java/com.aspose.tasks/savefileformat/ --- diff --git a/english/java/com.aspose.tasks/saveoptions/_index.md b/english/java/com.aspose.tasks/saveoptions/_index.md index c21e519e0..9a27b4cc0 100644 --- a/english/java/com.aspose.tasks/saveoptions/_index.md +++ b/english/java/com.aspose.tasks/saveoptions/_index.md @@ -3,7 +3,7 @@ title: SaveOptions second_title: Aspose.Tasks for Java API Reference description: This is an abstract base class for classes that allow the user to specify additional options when saving a project into a particular format. type: docs -weight: 268 +weight: 269 url: /java/com.aspose.tasks/saveoptions/ --- @@ -30,6 +30,7 @@ An instance of any derived class from SaveOptions class is passed to the stream | [getFitTimescaleToEndOfPage()](#getFitTimescaleToEndOfPage--) | Gets whether a calendar section of a view should be rendered to the end (right side) of the last page. | | [getGridlines()](#getGridlines--) | Gets a list of [Gridline](../../com.aspose.tasks/gridline) that appear in project view. | | [getLegendDrawingOptions()](#getLegendDrawingOptions--) | Gets a value which define how to render a legend. | +| [getLegendItems()](#getLegendItems--) | Gets an array of PageLegendItem which define which bars should be rendered in page legend. | | [getMarkCriticalTasks()](#getMarkCriticalTasks--) | Gets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). | | [getNonWorkingTimeColor()](#getNonWorkingTimeColor--) | Gets the non-working time color. | | [getPageCount()](#getPageCount--) | Gets the number of pages of project. | @@ -53,6 +54,7 @@ An instance of any derived class from SaveOptions class is passed to the stream | [setFitTimescaleToEndOfPage(boolean value)](#setFitTimescaleToEndOfPage-boolean-) | Sets whether a calendar section of a view should be rendered to the end (right side) of the last page. | | [setGridlines(List<Gridline> value)](#setGridlines-java.util.List-com.aspose.tasks.Gridline--) | Sets a list of [Gridline](../../com.aspose.tasks/gridline) that appear in project view. | | [setLegendDrawingOptions(int value)](#setLegendDrawingOptions-int-) | Sets a value which define how to render a legend. | +| [setLegendItems(PageLegendItem[] value)](#setLegendItems-com.aspose.tasks.PageLegendItem---) | Sets an array of PageLegendItem which define which bars should be rendered in page legend. | | [setMarkCriticalTasks(boolean value)](#setMarkCriticalTasks-boolean-) | Sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). | | [setNonWorkingTimeColor(Color value)](#setNonWorkingTimeColor-java.awt.Color-) | Sets the non-working time color. | | [setPageSize(int value)](#setPageSize-int-) | Sets the size of page to be rendered (Default value is PageSize.A4). | @@ -145,8 +147,22 @@ public final int getLegendDrawingOptions() Gets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage. +Is only applicable when Gantt chart view is rendered. + **Returns:** int - a value which define how to render a legend. +### getLegendItems() {#getLegendItems--} +``` +public final PageLegendItem[] getLegendItems() +``` + + +Gets an array of PageLegendItem which define which bars should be rendered in page legend. If null, the default items are rendered. + +Is only applicable when Gantt chart view is rendered. + +**Returns:** +com.aspose.tasks.PageLegendItem[] - an array of PageLegendItem which define which bars should be rendered in page legend. ### getMarkCriticalTasks() {#getMarkCriticalTasks--} ``` public final boolean getMarkCriticalTasks() @@ -412,11 +428,28 @@ public final void setLegendDrawingOptions(int value) Sets a value which define how to render a legend. Default value is LegendDrawingOptions.OnEveryPage. +Is only applicable when Gantt chart view is rendered. + **Parameters:** | Parameter | Type | Description | | --- | --- | --- | | value | int | a value which define how to render a legend. | +### setLegendItems(PageLegendItem[] value) {#setLegendItems-com.aspose.tasks.PageLegendItem---} +``` +public final void setLegendItems(PageLegendItem[] value) +``` + + +Sets an array of PageLegendItem which define which bars should be rendered in page legend. If null, the default items are rendered. + +Is only applicable when Gantt chart view is rendered. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [PageLegendItem\[\]](../../com.aspose.tasks/pagelegenditem) | an array of PageLegendItem which define which bars should be rendered in page legend. | + ### setMarkCriticalTasks(boolean value) {#setMarkCriticalTasks-boolean-} ``` public final void setMarkCriticalTasks(boolean value) diff --git a/english/java/com.aspose.tasks/savetemplateoptions/_index.md b/english/java/com.aspose.tasks/savetemplateoptions/_index.md index c3abd4ce0..5b8ee530e 100644 --- a/english/java/com.aspose.tasks/savetemplateoptions/_index.md +++ b/english/java/com.aspose.tasks/savetemplateoptions/_index.md @@ -3,7 +3,7 @@ title: SaveTemplateOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when saving a project as a template. type: docs -weight: 269 +weight: 270 url: /java/com.aspose.tasks/savetemplateoptions/ --- diff --git a/english/java/com.aspose.tasks/shape/_index.md b/english/java/com.aspose.tasks/shape/_index.md index bc60fbabb..f5333179b 100644 --- a/english/java/com.aspose.tasks/shape/_index.md +++ b/english/java/com.aspose.tasks/shape/_index.md @@ -3,7 +3,7 @@ title: Shape second_title: Aspose.Tasks for Java API Reference description: Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of . type: docs -weight: 270 +weight: 271 url: /java/com.aspose.tasks/shape/ --- diff --git a/english/java/com.aspose.tasks/simplesaveoptions/_index.md b/english/java/com.aspose.tasks/simplesaveoptions/_index.md index a3e4d4497..60d9d70d2 100644 --- a/english/java/com.aspose.tasks/simplesaveoptions/_index.md +++ b/english/java/com.aspose.tasks/simplesaveoptions/_index.md @@ -3,7 +3,7 @@ title: SimpleSaveOptions second_title: Aspose.Tasks for Java API Reference description: This is an abstract base class that allow the user to specify basic options when saving a project into a particular format. type: docs -weight: 271 +weight: 272 url: /java/com.aspose.tasks/simplesaveoptions/ --- diff --git a/english/java/com.aspose.tasks/splitpart/_index.md b/english/java/com.aspose.tasks/splitpart/_index.md index 51270a58c..d63e77b40 100644 --- a/english/java/com.aspose.tasks/splitpart/_index.md +++ b/english/java/com.aspose.tasks/splitpart/_index.md @@ -3,7 +3,7 @@ title: SplitPart second_title: Aspose.Tasks for Java API Reference description: Represents a task portion. type: docs -weight: 272 +weight: 273 url: /java/com.aspose.tasks/splitpart/ --- diff --git a/english/java/com.aspose.tasks/splitpartcollection/_index.md b/english/java/com.aspose.tasks/splitpartcollection/_index.md index 9de2862e3..4d1f89118 100644 --- a/english/java/com.aspose.tasks/splitpartcollection/_index.md +++ b/english/java/com.aspose.tasks/splitpartcollection/_index.md @@ -3,7 +3,7 @@ title: SplitPartCollection second_title: Aspose.Tasks for Java API Reference description: Collection that represents the portions of a task. type: docs -weight: 273 +weight: 274 url: /java/com.aspose.tasks/splitpartcollection/ --- diff --git a/english/java/com.aspose.tasks/spreadsheet2003saveoptions/_index.md b/english/java/com.aspose.tasks/spreadsheet2003saveoptions/_index.md index 1a60c5034..e6bc9b5ac 100644 --- a/english/java/com.aspose.tasks/spreadsheet2003saveoptions/_index.md +++ b/english/java/com.aspose.tasks/spreadsheet2003saveoptions/_index.md @@ -3,7 +3,7 @@ title: Spreadsheet2003SaveOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when rendering project pages to Spreadsheet2003. type: docs -weight: 274 +weight: 275 url: /java/com.aspose.tasks/spreadsheet2003saveoptions/ --- diff --git a/english/java/com.aspose.tasks/stringbuilder/_index.md b/english/java/com.aspose.tasks/stringbuilder/_index.md index 08f92464d..958db3bda 100644 --- a/english/java/com.aspose.tasks/stringbuilder/_index.md +++ b/english/java/com.aspose.tasks/stringbuilder/_index.md @@ -3,7 +3,7 @@ title: StringBuilder second_title: Aspose.Tasks for Java API Reference description: Represents a mutable string of characters. type: docs -weight: 275 +weight: 276 url: /java/com.aspose.tasks/stringbuilder/ --- diff --git a/english/java/com.aspose.tasks/summaryrowscalculationtype/_index.md b/english/java/com.aspose.tasks/summaryrowscalculationtype/_index.md index 4b481e473..5b1de59fa 100644 --- a/english/java/com.aspose.tasks/summaryrowscalculationtype/_index.md +++ b/english/java/com.aspose.tasks/summaryrowscalculationtype/_index.md @@ -3,7 +3,7 @@ title: SummaryRowsCalculationType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of a calculation of the custom attributes value for summary rows. type: docs -weight: 276 +weight: 277 url: /java/com.aspose.tasks/summaryrowscalculationtype/ --- diff --git a/english/java/com.aspose.tasks/svgoptions/_index.md b/english/java/com.aspose.tasks/svgoptions/_index.md index e9cafaa3d..ba4c195b8 100644 --- a/english/java/com.aspose.tasks/svgoptions/_index.md +++ b/english/java/com.aspose.tasks/svgoptions/_index.md @@ -3,7 +3,7 @@ title: SvgOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when rendering project pages to SVG. type: docs -weight: 277 +weight: 278 url: /java/com.aspose.tasks/svgoptions/ --- diff --git a/english/java/com.aspose.tasks/table/_index.md b/english/java/com.aspose.tasks/table/_index.md index 47728d641..480239b83 100644 --- a/english/java/com.aspose.tasks/table/_index.md +++ b/english/java/com.aspose.tasks/table/_index.md @@ -3,7 +3,7 @@ title: Table second_title: Aspose.Tasks for Java API Reference description: Represents a table in Project type: docs -weight: 278 +weight: 279 url: /java/com.aspose.tasks/table/ --- diff --git a/english/java/com.aspose.tasks/tablecollection/_index.md b/english/java/com.aspose.tasks/tablecollection/_index.md index f210e030f..2a9611343 100644 --- a/english/java/com.aspose.tasks/tablecollection/_index.md +++ b/english/java/com.aspose.tasks/tablecollection/_index.md @@ -3,7 +3,7 @@ title: TableCollection second_title: Aspose.Tasks for Java API Reference description: Contains a list of objects. type: docs -weight: 279 +weight: 280 url: /java/com.aspose.tasks/tablecollection/ --- diff --git a/english/java/com.aspose.tasks/tablefield/_index.md b/english/java/com.aspose.tasks/tablefield/_index.md index 05789c11c..a1e8ef63e 100644 --- a/english/java/com.aspose.tasks/tablefield/_index.md +++ b/english/java/com.aspose.tasks/tablefield/_index.md @@ -3,7 +3,7 @@ title: TableField second_title: Aspose.Tasks for Java API Reference description: Represents a field of a table in a project. type: docs -weight: 280 +weight: 281 url: /java/com.aspose.tasks/tablefield/ --- diff --git a/english/java/com.aspose.tasks/tablefieldcollection/_index.md b/english/java/com.aspose.tasks/tablefieldcollection/_index.md index dcf3ad407..9766ac911 100644 --- a/english/java/com.aspose.tasks/tablefieldcollection/_index.md +++ b/english/java/com.aspose.tasks/tablefieldcollection/_index.md @@ -3,7 +3,7 @@ title: TableFieldCollection second_title: Aspose.Tasks for Java API Reference description: Contains a list of objects. type: docs -weight: 281 +weight: 282 url: /java/com.aspose.tasks/tablefieldcollection/ --- diff --git a/english/java/com.aspose.tasks/tabletextstyle/_index.md b/english/java/com.aspose.tasks/tabletextstyle/_index.md index adb5d96d6..9ce1ec9e5 100644 --- a/english/java/com.aspose.tasks/tabletextstyle/_index.md +++ b/english/java/com.aspose.tasks/tabletextstyle/_index.md @@ -3,7 +3,7 @@ title: TableTextStyle second_title: Aspose.Tasks for Java API Reference description: Represents a text style in a view table. type: docs -weight: 282 +weight: 283 url: /java/com.aspose.tasks/tabletextstyle/ --- diff --git a/english/java/com.aspose.tasks/task/_index.md b/english/java/com.aspose.tasks/task/_index.md index 5202f279f..0f337f3ce 100644 --- a/english/java/com.aspose.tasks/task/_index.md +++ b/english/java/com.aspose.tasks/task/_index.md @@ -3,7 +3,7 @@ title: Task second_title: Aspose.Tasks for Java API Reference description: Represents a task in a project. type: docs -weight: 283 +weight: 284 url: /java/com.aspose.tasks/task/ --- diff --git a/english/java/com.aspose.tasks/taskbartextconverter/_index.md b/english/java/com.aspose.tasks/taskbartextconverter/_index.md index 16f4c12eb..8500040ec 100644 --- a/english/java/com.aspose.tasks/taskbartextconverter/_index.md +++ b/english/java/com.aspose.tasks/taskbartextconverter/_index.md @@ -3,7 +3,7 @@ title: TaskBarTextConverter second_title: Aspose.Tasks for Java API Reference description: Custom converter of tasks data to bar text. type: docs -weight: 284 +weight: 285 url: /java/com.aspose.tasks/taskbartextconverter/ --- diff --git a/english/java/com.aspose.tasks/taskbaseline/_index.md b/english/java/com.aspose.tasks/taskbaseline/_index.md index dc042024d..f42c102bc 100644 --- a/english/java/com.aspose.tasks/taskbaseline/_index.md +++ b/english/java/com.aspose.tasks/taskbaseline/_index.md @@ -3,7 +3,7 @@ title: TaskBaseline second_title: Aspose.Tasks for Java API Reference description: Represents Baseline of a Task. type: docs -weight: 285 +weight: 286 url: /java/com.aspose.tasks/taskbaseline/ --- diff --git a/english/java/com.aspose.tasks/taskbaselinecollection/_index.md b/english/java/com.aspose.tasks/taskbaselinecollection/_index.md index e3f358551..e635c12a0 100644 --- a/english/java/com.aspose.tasks/taskbaselinecollection/_index.md +++ b/english/java/com.aspose.tasks/taskbaselinecollection/_index.md @@ -3,7 +3,7 @@ title: TaskBaselineCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 286 +weight: 287 url: /java/com.aspose.tasks/taskbaselinecollection/ --- diff --git a/english/java/com.aspose.tasks/taskcollection/_index.md b/english/java/com.aspose.tasks/taskcollection/_index.md index 1d962d994..ddef3d155 100644 --- a/english/java/com.aspose.tasks/taskcollection/_index.md +++ b/english/java/com.aspose.tasks/taskcollection/_index.md @@ -3,7 +3,7 @@ title: TaskCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 287 +weight: 288 url: /java/com.aspose.tasks/taskcollection/ --- diff --git a/english/java/com.aspose.tasks/taskkey/_index.md b/english/java/com.aspose.tasks/taskkey/_index.md index dbbc74711..17783dca2 100644 --- a/english/java/com.aspose.tasks/taskkey/_index.md +++ b/english/java/com.aspose.tasks/taskkey/_index.md @@ -3,7 +3,7 @@ title: TaskKey second_title: Aspose.Tasks for Java API Reference description: Represents a list of supported task fields. type: docs -weight: 288 +weight: 289 url: /java/com.aspose.tasks/taskkey/ --- @@ -49,7 +49,6 @@ Represents a list of supported task fields. | [DisplayAsSummary](#DisplayAsSummary) | Represents the DisplayAsSummary (Task) field. | | [DisplayOnTimeline](#DisplayOnTimeline) | Represents the DisplayOnTimeline (Task) field. | | [Duration](#Duration) | Represents the Duration (Task) field. | -| [DurationFormat](#DurationFormat) | Represents the DurationFormat (Task) field. | | [DurationText](#DurationText) | Represents the DurationText (Task) field. | | [DurationVariance](#DurationVariance) | Represents the DurationVariance (Task) field. | | [EarlyFinish](#EarlyFinish) | Represents the EarlyFinish (Task) field. | @@ -396,14 +395,6 @@ public static final byte Duration Represents the Duration (Task) field. -### DurationFormat {#DurationFormat} -``` -public static final byte DurationFormat -``` - - -Represents the DurationFormat (Task) field. - ### DurationText {#DurationText} ``` public static final byte DurationText diff --git a/english/java/com.aspose.tasks/tasklink/_index.md b/english/java/com.aspose.tasks/tasklink/_index.md index fe5d93383..16c9f08a6 100644 --- a/english/java/com.aspose.tasks/tasklink/_index.md +++ b/english/java/com.aspose.tasks/tasklink/_index.md @@ -3,7 +3,7 @@ title: TaskLink second_title: Aspose.Tasks for Java API Reference description: Represents a predecessor link. type: docs -weight: 289 +weight: 290 url: /java/com.aspose.tasks/tasklink/ --- diff --git a/english/java/com.aspose.tasks/tasklinkcollection/_index.md b/english/java/com.aspose.tasks/tasklinkcollection/_index.md index fe4f4d74a..e93502abf 100644 --- a/english/java/com.aspose.tasks/tasklinkcollection/_index.md +++ b/english/java/com.aspose.tasks/tasklinkcollection/_index.md @@ -3,7 +3,7 @@ title: TaskLinkCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 290 +weight: 291 url: /java/com.aspose.tasks/tasklinkcollection/ --- diff --git a/english/java/com.aspose.tasks/tasklinktype/_index.md b/english/java/com.aspose.tasks/tasklinktype/_index.md index 57ccf74eb..be0c3e510 100644 --- a/english/java/com.aspose.tasks/tasklinktype/_index.md +++ b/english/java/com.aspose.tasks/tasklinktype/_index.md @@ -3,7 +3,7 @@ title: TaskLinkType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of tasks dependency. type: docs -weight: 291 +weight: 292 url: /java/com.aspose.tasks/tasklinktype/ --- diff --git a/english/java/com.aspose.tasks/tasksexception/_index.md b/english/java/com.aspose.tasks/tasksexception/_index.md index 1dbfa7d6f..6b14a93a2 100644 --- a/english/java/com.aspose.tasks/tasksexception/_index.md +++ b/english/java/com.aspose.tasks/tasksexception/_index.md @@ -3,7 +3,7 @@ title: TasksException second_title: Aspose.Tasks for Java API Reference description: Represents the standard internal exception type. type: docs -weight: 301 +weight: 302 url: /java/com.aspose.tasks/tasksexception/ --- diff --git a/english/java/com.aspose.tasks/tasksloggedexception/_index.md b/english/java/com.aspose.tasks/tasksloggedexception/_index.md index a7d34b33a..4a5361041 100644 --- a/english/java/com.aspose.tasks/tasksloggedexception/_index.md +++ b/english/java/com.aspose.tasks/tasksloggedexception/_index.md @@ -3,7 +3,7 @@ title: TasksLoggedException second_title: Aspose.Tasks for Java API Reference description: Represents the standard internal exception type. type: docs -weight: 302 +weight: 303 url: /java/com.aspose.tasks/tasksloggedexception/ --- diff --git a/english/java/com.aspose.tasks/tasksreadingexception/_index.md b/english/java/com.aspose.tasks/tasksreadingexception/_index.md index e45a594cd..06768a017 100644 --- a/english/java/com.aspose.tasks/tasksreadingexception/_index.md +++ b/english/java/com.aspose.tasks/tasksreadingexception/_index.md @@ -3,7 +3,7 @@ title: TasksReadingException second_title: Aspose.Tasks for Java API Reference description: Represents the standard internal reading exception type. type: docs -weight: 303 +weight: 304 url: /java/com.aspose.tasks/tasksreadingexception/ --- diff --git a/english/java/com.aspose.tasks/tasksrenderingexception/_index.md b/english/java/com.aspose.tasks/tasksrenderingexception/_index.md index 61e7eb885..ee5c467ba 100644 --- a/english/java/com.aspose.tasks/tasksrenderingexception/_index.md +++ b/english/java/com.aspose.tasks/tasksrenderingexception/_index.md @@ -3,7 +3,7 @@ title: TasksRenderingException second_title: Aspose.Tasks for Java API Reference description: Represents the exception that can occur when rendering a projects view to a graphical format. type: docs -weight: 304 +weight: 305 url: /java/com.aspose.tasks/tasksrenderingexception/ --- diff --git a/english/java/com.aspose.tasks/taskstartdatetype/_index.md b/english/java/com.aspose.tasks/taskstartdatetype/_index.md index 8efe1e11f..2e980be6f 100644 --- a/english/java/com.aspose.tasks/taskstartdatetype/_index.md +++ b/english/java/com.aspose.tasks/taskstartdatetype/_index.md @@ -3,7 +3,7 @@ title: TaskStartDateType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of a tasks start date. type: docs -weight: 292 +weight: 293 url: /java/com.aspose.tasks/taskstartdatetype/ --- diff --git a/english/java/com.aspose.tasks/taskstatus/_index.md b/english/java/com.aspose.tasks/taskstatus/_index.md index dbf87a1a2..66a668d97 100644 --- a/english/java/com.aspose.tasks/taskstatus/_index.md +++ b/english/java/com.aspose.tasks/taskstatus/_index.md @@ -3,7 +3,7 @@ title: TaskStatus second_title: Aspose.Tasks for Java API Reference description: Specifies the status of a task. type: docs -weight: 293 +weight: 294 url: /java/com.aspose.tasks/taskstatus/ --- diff --git a/english/java/com.aspose.tasks/taskswritingexception/_index.md b/english/java/com.aspose.tasks/taskswritingexception/_index.md index 542fedea3..601391a84 100644 --- a/english/java/com.aspose.tasks/taskswritingexception/_index.md +++ b/english/java/com.aspose.tasks/taskswritingexception/_index.md @@ -3,7 +3,7 @@ title: TasksWritingException second_title: Aspose.Tasks for Java API Reference description: Represents the standard internal writing exception type. type: docs -weight: 305 +weight: 306 url: /java/com.aspose.tasks/taskswritingexception/ --- diff --git a/english/java/com.aspose.tasks/tasktextstyleeventargs/_index.md b/english/java/com.aspose.tasks/tasktextstyleeventargs/_index.md index 9a6e84ace..b26c187d6 100644 --- a/english/java/com.aspose.tasks/tasktextstyleeventargs/_index.md +++ b/english/java/com.aspose.tasks/tasktextstyleeventargs/_index.md @@ -3,7 +3,7 @@ title: TaskTextStyleEventArgs second_title: Aspose.Tasks for Java API Reference description: This class represents set of data that related to the rendering of table cells content. type: docs -weight: 294 +weight: 295 url: /java/com.aspose.tasks/tasktextstyleeventargs/ --- diff --git a/english/java/com.aspose.tasks/tasktocolumntextconverter/_index.md b/english/java/com.aspose.tasks/tasktocolumntextconverter/_index.md index decc9a694..a4a12cec9 100644 --- a/english/java/com.aspose.tasks/tasktocolumntextconverter/_index.md +++ b/english/java/com.aspose.tasks/tasktocolumntextconverter/_index.md @@ -3,7 +3,7 @@ title: TaskToColumnTextConverter second_title: Aspose.Tasks for Java API Reference description: Tasks data to columns string converter. type: docs -weight: 376 +weight: 378 url: /java/com.aspose.tasks/tasktocolumntextconverter/ --- ``` diff --git a/english/java/com.aspose.tasks/tasktype/_index.md b/english/java/com.aspose.tasks/tasktype/_index.md index d65a61b12..ba7ab1169 100644 --- a/english/java/com.aspose.tasks/tasktype/_index.md +++ b/english/java/com.aspose.tasks/tasktype/_index.md @@ -3,7 +3,7 @@ title: TaskType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of a task. type: docs -weight: 295 +weight: 296 url: /java/com.aspose.tasks/tasktype/ --- diff --git a/english/java/com.aspose.tasks/taskusageview/_index.md b/english/java/com.aspose.tasks/taskusageview/_index.md index 5da0822a0..700b87e63 100644 --- a/english/java/com.aspose.tasks/taskusageview/_index.md +++ b/english/java/com.aspose.tasks/taskusageview/_index.md @@ -3,7 +3,7 @@ title: TaskUsageView second_title: Aspose.Tasks for Java API Reference description: Represents task usage view in a project. type: docs -weight: 296 +weight: 297 url: /java/com.aspose.tasks/taskusageview/ --- diff --git a/english/java/com.aspose.tasks/taskusageviewfield/_index.md b/english/java/com.aspose.tasks/taskusageviewfield/_index.md index 7044d2eaa..5e0be9348 100644 --- a/english/java/com.aspose.tasks/taskusageviewfield/_index.md +++ b/english/java/com.aspose.tasks/taskusageviewfield/_index.md @@ -3,7 +3,7 @@ title: TaskUsageViewField second_title: Aspose.Tasks for Java API Reference description: Represents possible fields in object. type: docs -weight: 297 +weight: 298 url: /java/com.aspose.tasks/taskusageviewfield/ --- diff --git a/english/java/com.aspose.tasks/taskusageviewfieldcollection/_index.md b/english/java/com.aspose.tasks/taskusageviewfieldcollection/_index.md index 2ed761742..153fc6ed3 100644 --- a/english/java/com.aspose.tasks/taskusageviewfieldcollection/_index.md +++ b/english/java/com.aspose.tasks/taskusageviewfieldcollection/_index.md @@ -3,7 +3,7 @@ title: TaskUsageViewFieldCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of TaskUsageViewField values. type: docs -weight: 298 +weight: 299 url: /java/com.aspose.tasks/taskusageviewfieldcollection/ --- diff --git a/english/java/com.aspose.tasks/taskutils/_index.md b/english/java/com.aspose.tasks/taskutils/_index.md index 51151b683..f59c2ef3e 100644 --- a/english/java/com.aspose.tasks/taskutils/_index.md +++ b/english/java/com.aspose.tasks/taskutils/_index.md @@ -3,7 +3,7 @@ title: TaskUtils second_title: Aspose.Tasks for Java API Reference description: Helper class which provides useful operations with tasks. type: docs -weight: 299 +weight: 300 url: /java/com.aspose.tasks/taskutils/ --- diff --git a/english/java/com.aspose.tasks/taskvalidationexception/_index.md b/english/java/com.aspose.tasks/taskvalidationexception/_index.md index bc0c1bd25..b3a575319 100644 --- a/english/java/com.aspose.tasks/taskvalidationexception/_index.md +++ b/english/java/com.aspose.tasks/taskvalidationexception/_index.md @@ -3,7 +3,7 @@ title: TaskValidationException second_title: Aspose.Tasks for Java API Reference description: Represents an exception which is thrown when errors are found in projects tasks after recalculation. type: docs -weight: 300 +weight: 301 url: /java/com.aspose.tasks/taskvalidationexception/ --- diff --git a/english/java/com.aspose.tasks/textitemtype/_index.md b/english/java/com.aspose.tasks/textitemtype/_index.md index fa7197f37..35a457bc6 100644 --- a/english/java/com.aspose.tasks/textitemtype/_index.md +++ b/english/java/com.aspose.tasks/textitemtype/_index.md @@ -3,7 +3,7 @@ title: TextItemType second_title: Aspose.Tasks for Java API Reference description: Item type to change a text style for. type: docs -weight: 306 +weight: 307 url: /java/com.aspose.tasks/textitemtype/ --- diff --git a/english/java/com.aspose.tasks/textstyle/_index.md b/english/java/com.aspose.tasks/textstyle/_index.md index 84f7b2e8c..2d88316bf 100644 --- a/english/java/com.aspose.tasks/textstyle/_index.md +++ b/english/java/com.aspose.tasks/textstyle/_index.md @@ -3,7 +3,7 @@ title: TextStyle second_title: Aspose.Tasks for Java API Reference description: Change the visual style of the text for an item in the project view. type: docs -weight: 307 +weight: 308 url: /java/com.aspose.tasks/textstyle/ --- diff --git a/english/java/com.aspose.tasks/tiffcompression/_index.md b/english/java/com.aspose.tasks/tiffcompression/_index.md index 22d8e960f..33042ccef 100644 --- a/english/java/com.aspose.tasks/tiffcompression/_index.md +++ b/english/java/com.aspose.tasks/tiffcompression/_index.md @@ -3,7 +3,7 @@ title: TiffCompression second_title: Aspose.Tasks for Java API Reference description: Specifies what type of compression to apply when saving pages to the TIFF format. type: docs -weight: 308 +weight: 309 url: /java/com.aspose.tasks/tiffcompression/ --- diff --git a/english/java/com.aspose.tasks/timedelta/_index.md b/english/java/com.aspose.tasks/timedelta/_index.md index ad549bc35..73098817d 100644 --- a/english/java/com.aspose.tasks/timedelta/_index.md +++ b/english/java/com.aspose.tasks/timedelta/_index.md @@ -3,7 +3,7 @@ title: TimeDelta second_title: Aspose.Tasks for Java API Reference description: Represents a difference between two timestamps. type: docs -weight: 309 +weight: 310 url: /java/com.aspose.tasks/timedelta/ --- diff --git a/english/java/com.aspose.tasks/timelineview/_index.md b/english/java/com.aspose.tasks/timelineview/_index.md index 6f713d33e..497a8b500 100644 --- a/english/java/com.aspose.tasks/timelineview/_index.md +++ b/english/java/com.aspose.tasks/timelineview/_index.md @@ -3,7 +3,7 @@ title: TimelineView second_title: Aspose.Tasks for Java API Reference description: Represents a timeline view of a project. type: docs -weight: 311 +weight: 312 url: /java/com.aspose.tasks/timelineview/ --- diff --git a/english/java/com.aspose.tasks/timephaseddata/_index.md b/english/java/com.aspose.tasks/timephaseddata/_index.md index e6e80d570..90dc10f8b 100644 --- a/english/java/com.aspose.tasks/timephaseddata/_index.md +++ b/english/java/com.aspose.tasks/timephaseddata/_index.md @@ -3,7 +3,7 @@ title: TimephasedData second_title: Aspose.Tasks for Java API Reference description: Represents a time phased data. type: docs -weight: 312 +weight: 313 url: /java/com.aspose.tasks/timephaseddata/ --- diff --git a/english/java/com.aspose.tasks/timephaseddatacollection/_index.md b/english/java/com.aspose.tasks/timephaseddatacollection/_index.md index a15dd746d..bf702734e 100644 --- a/english/java/com.aspose.tasks/timephaseddatacollection/_index.md +++ b/english/java/com.aspose.tasks/timephaseddatacollection/_index.md @@ -3,7 +3,7 @@ title: TimephasedDataCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 313 +weight: 314 url: /java/com.aspose.tasks/timephaseddatacollection/ --- diff --git a/english/java/com.aspose.tasks/timephaseddatatype/_index.md b/english/java/com.aspose.tasks/timephaseddatatype/_index.md index 90e80bab3..a4f5f7b12 100644 --- a/english/java/com.aspose.tasks/timephaseddatatype/_index.md +++ b/english/java/com.aspose.tasks/timephaseddatatype/_index.md @@ -3,7 +3,7 @@ title: TimephasedDataType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of time phased data. type: docs -weight: 314 +weight: 315 url: /java/com.aspose.tasks/timephaseddatatype/ --- diff --git a/english/java/com.aspose.tasks/timescale/_index.md b/english/java/com.aspose.tasks/timescale/_index.md index 8628664ef..de013c084 100644 --- a/english/java/com.aspose.tasks/timescale/_index.md +++ b/english/java/com.aspose.tasks/timescale/_index.md @@ -3,7 +3,7 @@ title: Timescale second_title: Aspose.Tasks for Java API Reference description: Defines options which specifies how to render timescale in Gantt Chart Task Usage or Resource Usage views when the project is exported to a graphic format. type: docs -weight: 315 +weight: 316 url: /java/com.aspose.tasks/timescale/ --- diff --git a/english/java/com.aspose.tasks/timescalefitbehavior/_index.md b/english/java/com.aspose.tasks/timescalefitbehavior/_index.md new file mode 100644 index 000000000..673fb7f47 --- /dev/null +++ b/english/java/com.aspose.tasks/timescalefitbehavior/_index.md @@ -0,0 +1,56 @@ +--- +title: TimescaleFitBehavior +second_title: Aspose.Tasks for Java API Reference +description: Represents a behavior used to align timescale area with page width. +type: docs +weight: 317 +url: /java/com.aspose.tasks/timescalefitbehavior/ +--- + +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class TimescaleFitBehavior extends System.Enum +``` + +Represents a behavior used to align timescale area with page width. +## Fields + +| Field | Description | +| --- | --- | +| [DefinedInView](#DefinedInView) | Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View. | +| [NoScaleToEndDate](#NoScaleToEndDate) | Calendar section is rendered exactly to EndDate, even there is an empty space on a page. | +| [NoScaleToEndOfPage](#NoScaleToEndOfPage) | Calendar section is rendered to the end (right side) of the last page. | +| [ScaleToEndOfPage](#ScaleToEndOfPage) | Rendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page. | +### DefinedInView {#DefinedInView} +``` +public static final int DefinedInView +``` + + +Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View. + +### NoScaleToEndDate {#NoScaleToEndDate} +``` +public static final int NoScaleToEndDate +``` + + +Calendar section is rendered exactly to EndDate, even there is an empty space on a page. + +### NoScaleToEndOfPage {#NoScaleToEndOfPage} +``` +public static final int NoScaleToEndOfPage +``` + + +Calendar section is rendered to the end (right side) of the last page. Thus last rendered date may exceed EndDate. + +### ScaleToEndOfPage {#ScaleToEndOfPage} +``` +public static final int ScaleToEndOfPage +``` + + +Rendering engine will try to align dates so that EndDate is aligned with the end (right side) of the last page. Corresponds to MS Project's "Page Setup \\ View \\ Fit timescale to end of page" option enabled. + diff --git a/english/java/com.aspose.tasks/timescaletier/_index.md b/english/java/com.aspose.tasks/timescaletier/_index.md index 637312fec..018eb717d 100644 --- a/english/java/com.aspose.tasks/timescaletier/_index.md +++ b/english/java/com.aspose.tasks/timescaletier/_index.md @@ -3,7 +3,7 @@ title: TimescaleTier second_title: Aspose.Tasks for Java API Reference description: Represents a single tier of the timescale on a Gantt Chart. type: docs -weight: 317 +weight: 318 url: /java/com.aspose.tasks/timescaletier/ --- diff --git a/english/java/com.aspose.tasks/timescaleunit/_index.md b/english/java/com.aspose.tasks/timescaleunit/_index.md index e3f0596e7..5354191af 100644 --- a/english/java/com.aspose.tasks/timescaleunit/_index.md +++ b/english/java/com.aspose.tasks/timescaleunit/_index.md @@ -3,7 +3,7 @@ title: TimescaleUnit second_title: Aspose.Tasks for Java API Reference description: Specifies the unit of time for any tier of a timescale in a Gantt chart or other time phased view. type: docs -weight: 318 +weight: 319 url: /java/com.aspose.tasks/timescaleunit/ --- diff --git a/english/java/com.aspose.tasks/timeunittype/_index.md b/english/java/com.aspose.tasks/timeunittype/_index.md index 7fb6edc2d..c2b6670be 100644 --- a/english/java/com.aspose.tasks/timeunittype/_index.md +++ b/english/java/com.aspose.tasks/timeunittype/_index.md @@ -3,7 +3,7 @@ title: TimeUnitType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of a time unit. type: docs -weight: 310 +weight: 311 url: /java/com.aspose.tasks/timeunittype/ --- diff --git a/english/java/com.aspose.tasks/treealgorithmbase/_index.md b/english/java/com.aspose.tasks/treealgorithmbase/_index.md index 10608cf67..da3302bbd 100644 --- a/english/java/com.aspose.tasks/treealgorithmbase/_index.md +++ b/english/java/com.aspose.tasks/treealgorithmbase/_index.md @@ -3,7 +3,7 @@ title: TreeAlgorithmBase second_title: Aspose.Tasks for Java API Reference description: A base class for implementations of ITreeAlgorithmltTgt type: docs -weight: 319 +weight: 320 url: /java/com.aspose.tasks/treealgorithmbase/ --- diff --git a/english/java/com.aspose.tasks/tsk/_index.md b/english/java/com.aspose.tasks/tsk/_index.md index d516e8fb0..bfcf17b2e 100644 --- a/english/java/com.aspose.tasks/tsk/_index.md +++ b/english/java/com.aspose.tasks/tsk/_index.md @@ -3,7 +3,7 @@ title: Tsk second_title: Aspose.Tasks for Java API Reference description: Represents properties of object. type: docs -weight: 320 +weight: 321 url: /java/com.aspose.tasks/tsk/ --- @@ -53,7 +53,6 @@ Represents properties of [Task](../../com.aspose.tasks/task) object. | [DISPLAY_AS_SUMMARY](#DISPLAY-AS-SUMMARY) | Determines whether the task should be displayed as a summary task. | | [DISPLAY_ON_TIMELINE](#DISPLAY-ON-TIMELINE) | Specifies whether a task should be displayed on a timeline view. | | [DURATION](#DURATION) | The total span of active working time for a task as entered or as calculated by Microsoft Project based on start date, finish date, calendars, and other scheduling factors. | -| [DURATION_FORMAT](#DURATION-FORMAT) | Task duration format. | | [DURATION_TEXT](#DURATION-TEXT) | Returns the task's duration text. | | [DURATION_VARIANCE](#DURATION-VARIANCE) | The difference between the baseline duration of a task and the total duration (current estimate) of a task. | | [EARLY_FINISH](#EARLY-FINISH) | The earliest date that a task could possibly finish, based on early finish dates of predecessor and successor tasks, other constraints, and any leveling delay. | @@ -406,14 +405,6 @@ public static final Key DURATION The total span of active working time for a task as entered or as calculated by Microsoft Project based on start date, finish date, calendars, and other scheduling factors. -### DURATION_FORMAT {#DURATION-FORMAT} -``` -public static final Key DURATION_FORMAT -``` - - -Task duration format. - ### DURATION_TEXT {#DURATION-TEXT} ``` public static final Key DURATION_TEXT diff --git a/english/java/com.aspose.tasks/undefinedconstrainthandlingbehavior/_index.md b/english/java/com.aspose.tasks/undefinedconstrainthandlingbehavior/_index.md index c2d18bb3a..4f1e284cf 100644 --- a/english/java/com.aspose.tasks/undefinedconstrainthandlingbehavior/_index.md +++ b/english/java/com.aspose.tasks/undefinedconstrainthandlingbehavior/_index.md @@ -3,7 +3,7 @@ title: UndefinedConstraintHandlingBehavior second_title: Aspose.Tasks for Java API Reference description: Specifies the behavior used to handle tasks with undefined constraints. type: docs -weight: 321 +weight: 322 url: /java/com.aspose.tasks/undefinedconstrainthandlingbehavior/ --- diff --git a/english/java/com.aspose.tasks/unexpectedfileformatexception/_index.md b/english/java/com.aspose.tasks/unexpectedfileformatexception/_index.md index a44bf06c0..5f3f62b82 100644 --- a/english/java/com.aspose.tasks/unexpectedfileformatexception/_index.md +++ b/english/java/com.aspose.tasks/unexpectedfileformatexception/_index.md @@ -3,7 +3,7 @@ title: UnexpectedFileFormatException second_title: Aspose.Tasks for Java API Reference description: Represents an exception which is thrown when file format has unexpected format or structure. type: docs -weight: 322 +weight: 323 url: /java/com.aspose.tasks/unexpectedfileformatexception/ --- diff --git a/english/java/com.aspose.tasks/usageview/_index.md b/english/java/com.aspose.tasks/usageview/_index.md index 21bb20037..1807916ac 100644 --- a/english/java/com.aspose.tasks/usageview/_index.md +++ b/english/java/com.aspose.tasks/usageview/_index.md @@ -3,7 +3,7 @@ title: UsageView second_title: Aspose.Tasks for Java API Reference description: Represent a usage view in a project. type: docs -weight: 323 +weight: 324 url: /java/com.aspose.tasks/usageview/ --- diff --git a/english/java/com.aspose.tasks/validationexception/_index.md b/english/java/com.aspose.tasks/validationexception/_index.md index 475396f9f..46918df9c 100644 --- a/english/java/com.aspose.tasks/validationexception/_index.md +++ b/english/java/com.aspose.tasks/validationexception/_index.md @@ -3,7 +3,7 @@ title: ValidationException second_title: Aspose.Tasks for Java API Reference description: Represents an exception which is thrown when errors are found during validation of entity. type: docs -weight: 324 +weight: 325 url: /java/com.aspose.tasks/validationexception/ --- diff --git a/english/java/com.aspose.tasks/value/_index.md b/english/java/com.aspose.tasks/value/_index.md index aa0ea8a35..2025b25d2 100644 --- a/english/java/com.aspose.tasks/value/_index.md +++ b/english/java/com.aspose.tasks/value/_index.md @@ -3,7 +3,7 @@ title: Value second_title: Aspose.Tasks for Java API Reference description: Represents a value in a value list. type: docs -weight: 325 +weight: 326 url: /java/com.aspose.tasks/value/ --- diff --git a/english/java/com.aspose.tasks/vbamodule/_index.md b/english/java/com.aspose.tasks/vbamodule/_index.md index d4696d5c6..eed148c33 100644 --- a/english/java/com.aspose.tasks/vbamodule/_index.md +++ b/english/java/com.aspose.tasks/vbamodule/_index.md @@ -3,7 +3,7 @@ title: VbaModule second_title: Aspose.Tasks for Java API Reference description: Represents a VBA module. type: docs -weight: 326 +weight: 327 url: /java/com.aspose.tasks/vbamodule/ --- diff --git a/english/java/com.aspose.tasks/vbamoduleattribute/_index.md b/english/java/com.aspose.tasks/vbamoduleattribute/_index.md index bc35cea18..0bcd85224 100644 --- a/english/java/com.aspose.tasks/vbamoduleattribute/_index.md +++ b/english/java/com.aspose.tasks/vbamoduleattribute/_index.md @@ -3,7 +3,7 @@ title: VbaModuleAttribute second_title: Aspose.Tasks for Java API Reference description: The attribute of the object type: docs -weight: 327 +weight: 328 url: /java/com.aspose.tasks/vbamoduleattribute/ --- diff --git a/english/java/com.aspose.tasks/vbamoduleattributecollection/_index.md b/english/java/com.aspose.tasks/vbamoduleattributecollection/_index.md index 202d38d8c..4ccb6bb2e 100644 --- a/english/java/com.aspose.tasks/vbamoduleattributecollection/_index.md +++ b/english/java/com.aspose.tasks/vbamoduleattributecollection/_index.md @@ -3,7 +3,7 @@ title: VbaModuleAttributeCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of VbaModuleAttribute objects. type: docs -weight: 328 +weight: 329 url: /java/com.aspose.tasks/vbamoduleattributecollection/ --- diff --git a/english/java/com.aspose.tasks/vbamodulecollection/_index.md b/english/java/com.aspose.tasks/vbamodulecollection/_index.md index 19ea67e32..044d700fe 100644 --- a/english/java/com.aspose.tasks/vbamodulecollection/_index.md +++ b/english/java/com.aspose.tasks/vbamodulecollection/_index.md @@ -3,7 +3,7 @@ title: VbaModuleCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of VbaModule objects. type: docs -weight: 329 +weight: 330 url: /java/com.aspose.tasks/vbamodulecollection/ --- diff --git a/english/java/com.aspose.tasks/vbaproject/_index.md b/english/java/com.aspose.tasks/vbaproject/_index.md index 94aabb567..46ed41d90 100644 --- a/english/java/com.aspose.tasks/vbaproject/_index.md +++ b/english/java/com.aspose.tasks/vbaproject/_index.md @@ -3,7 +3,7 @@ title: VbaProject second_title: Aspose.Tasks for Java API Reference description: Represents . type: docs -weight: 330 +weight: 331 url: /java/com.aspose.tasks/vbaproject/ --- diff --git a/english/java/com.aspose.tasks/vbareference/_index.md b/english/java/com.aspose.tasks/vbareference/_index.md index 203ea1734..034aac4d2 100644 --- a/english/java/com.aspose.tasks/vbareference/_index.md +++ b/english/java/com.aspose.tasks/vbareference/_index.md @@ -3,7 +3,7 @@ title: VbaReference second_title: Aspose.Tasks for Java API Reference description: Represents a reference of the . type: docs -weight: 331 +weight: 332 url: /java/com.aspose.tasks/vbareference/ --- diff --git a/english/java/com.aspose.tasks/vbareferencecollection/_index.md b/english/java/com.aspose.tasks/vbareferencecollection/_index.md index fadd63a46..528fbc5aa 100644 --- a/english/java/com.aspose.tasks/vbareferencecollection/_index.md +++ b/english/java/com.aspose.tasks/vbareferencecollection/_index.md @@ -3,7 +3,7 @@ title: VbaReferenceCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of VbaReference objects. type: docs -weight: 332 +weight: 333 url: /java/com.aspose.tasks/vbareferencecollection/ --- diff --git a/english/java/com.aspose.tasks/view/_index.md b/english/java/com.aspose.tasks/view/_index.md index 5007c26d7..697fa4dea 100644 --- a/english/java/com.aspose.tasks/view/_index.md +++ b/english/java/com.aspose.tasks/view/_index.md @@ -3,7 +3,7 @@ title: View second_title: Aspose.Tasks for Java API Reference description: Represents a view in Project. type: docs -weight: 333 +weight: 334 url: /java/com.aspose.tasks/view/ --- diff --git a/english/java/com.aspose.tasks/viewcollection/_index.md b/english/java/com.aspose.tasks/viewcollection/_index.md index 498d18df6..1191865fb 100644 --- a/english/java/com.aspose.tasks/viewcollection/_index.md +++ b/english/java/com.aspose.tasks/viewcollection/_index.md @@ -3,7 +3,7 @@ title: ViewCollection second_title: Aspose.Tasks for Java API Reference description: Contains a list of objects. type: docs -weight: 334 +weight: 335 url: /java/com.aspose.tasks/viewcollection/ --- diff --git a/english/java/com.aspose.tasks/viewcolumn/_index.md b/english/java/com.aspose.tasks/viewcolumn/_index.md index 321a0c007..9062685ce 100644 --- a/english/java/com.aspose.tasks/viewcolumn/_index.md +++ b/english/java/com.aspose.tasks/viewcolumn/_index.md @@ -3,7 +3,7 @@ title: ViewColumn second_title: Aspose.Tasks for Java API Reference description: Represents a column in a project view. type: docs -weight: 335 +weight: 336 url: /java/com.aspose.tasks/viewcolumn/ --- diff --git a/english/java/com.aspose.tasks/viewscreen/_index.md b/english/java/com.aspose.tasks/viewscreen/_index.md index 216d34aa0..a7d5d726c 100644 --- a/english/java/com.aspose.tasks/viewscreen/_index.md +++ b/english/java/com.aspose.tasks/viewscreen/_index.md @@ -3,7 +3,7 @@ title: ViewScreen second_title: Aspose.Tasks for Java API Reference description: Specifies the screen type for a view. type: docs -weight: 336 +weight: 337 url: /java/com.aspose.tasks/viewscreen/ --- diff --git a/english/java/com.aspose.tasks/visualobjectplacement/_index.md b/english/java/com.aspose.tasks/visualobjectplacement/_index.md index 427857211..1ef155a6a 100644 --- a/english/java/com.aspose.tasks/visualobjectplacement/_index.md +++ b/english/java/com.aspose.tasks/visualobjectplacement/_index.md @@ -3,7 +3,7 @@ title: VisualObjectPlacement second_title: Aspose.Tasks for Java API Reference description: Represents placement and appearance of in a view. type: docs -weight: 337 +weight: 338 url: /java/com.aspose.tasks/visualobjectplacement/ --- diff --git a/english/java/com.aspose.tasks/wbscodedefinition/_index.md b/english/java/com.aspose.tasks/wbscodedefinition/_index.md index e8e729d23..8f372bd6b 100644 --- a/english/java/com.aspose.tasks/wbscodedefinition/_index.md +++ b/english/java/com.aspose.tasks/wbscodedefinition/_index.md @@ -3,7 +3,7 @@ title: WBSCodeDefinition second_title: Aspose.Tasks for Java API Reference description: Represents a WBS Code Definition. type: docs -weight: 338 +weight: 339 url: /java/com.aspose.tasks/wbscodedefinition/ --- diff --git a/english/java/com.aspose.tasks/wbscodemask/_index.md b/english/java/com.aspose.tasks/wbscodemask/_index.md index 73cbb938d..082766486 100644 --- a/english/java/com.aspose.tasks/wbscodemask/_index.md +++ b/english/java/com.aspose.tasks/wbscodemask/_index.md @@ -3,7 +3,7 @@ title: WBSCodeMask second_title: Aspose.Tasks for Java API Reference description: Represents WBS Code mask. type: docs -weight: 339 +weight: 340 url: /java/com.aspose.tasks/wbscodemask/ --- diff --git a/english/java/com.aspose.tasks/wbscodemaskcollection/_index.md b/english/java/com.aspose.tasks/wbscodemaskcollection/_index.md index c63eedd0b..78b8b10a9 100644 --- a/english/java/com.aspose.tasks/wbscodemaskcollection/_index.md +++ b/english/java/com.aspose.tasks/wbscodemaskcollection/_index.md @@ -3,7 +3,7 @@ title: WBSCodeMaskCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of WBSCodeMask objects. type: docs -weight: 340 +weight: 341 url: /java/com.aspose.tasks/wbscodemaskcollection/ --- diff --git a/english/java/com.aspose.tasks/wbssequence/_index.md b/english/java/com.aspose.tasks/wbssequence/_index.md index 2bc82246a..747d28df3 100644 --- a/english/java/com.aspose.tasks/wbssequence/_index.md +++ b/english/java/com.aspose.tasks/wbssequence/_index.md @@ -3,7 +3,7 @@ title: WBSSequence second_title: Aspose.Tasks for Java API Reference description: Specifies sequence for WBSCodeMask type: docs -weight: 341 +weight: 342 url: /java/com.aspose.tasks/wbssequence/ --- diff --git a/english/java/com.aspose.tasks/webrequesteventargs/_index.md b/english/java/com.aspose.tasks/webrequesteventargs/_index.md index 9e7272007..0289954f2 100644 --- a/english/java/com.aspose.tasks/webrequesteventargs/_index.md +++ b/english/java/com.aspose.tasks/webrequesteventargs/_index.md @@ -3,7 +3,7 @@ title: WebRequestEventArgs second_title: Aspose.Tasks for Java API Reference description: Provides arguments for the event that is raised when the client sends a web request to the Project Servers web API. type: docs -weight: 342 +weight: 343 url: /java/com.aspose.tasks/webrequesteventargs/ --- diff --git a/english/java/com.aspose.tasks/weekday/_index.md b/english/java/com.aspose.tasks/weekday/_index.md index 8d8057f1c..693bdcd8a 100644 --- a/english/java/com.aspose.tasks/weekday/_index.md +++ b/english/java/com.aspose.tasks/weekday/_index.md @@ -3,7 +3,7 @@ title: WeekDay second_title: Aspose.Tasks for Java API Reference description: Represents a weekday which either defines regular days of a week or exception days in a calendar. type: docs -weight: 343 +weight: 344 url: /java/com.aspose.tasks/weekday/ --- diff --git a/english/java/com.aspose.tasks/weekdaycollection/_index.md b/english/java/com.aspose.tasks/weekdaycollection/_index.md index bbe491b14..a2da91584 100644 --- a/english/java/com.aspose.tasks/weekdaycollection/_index.md +++ b/english/java/com.aspose.tasks/weekdaycollection/_index.md @@ -3,7 +3,7 @@ title: WeekDayCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 344 +weight: 345 url: /java/com.aspose.tasks/weekdaycollection/ --- diff --git a/english/java/com.aspose.tasks/weekdaytype/_index.md b/english/java/com.aspose.tasks/weekdaytype/_index.md index afd85699f..c8fcc0538 100644 --- a/english/java/com.aspose.tasks/weekdaytype/_index.md +++ b/english/java/com.aspose.tasks/weekdaytype/_index.md @@ -3,7 +3,7 @@ title: WeekdayType second_title: Aspose.Tasks for Java API Reference description: Represents a weekday of a project in the instance of RecurringTaskInfo class. type: docs -weight: 346 +weight: 347 url: /java/com.aspose.tasks/weekdaytype/ --- diff --git a/english/java/com.aspose.tasks/weeklabeldisplay/_index.md b/english/java/com.aspose.tasks/weeklabeldisplay/_index.md index c118c25c2..79e503834 100644 --- a/english/java/com.aspose.tasks/weeklabeldisplay/_index.md +++ b/english/java/com.aspose.tasks/weeklabeldisplay/_index.md @@ -3,7 +3,7 @@ title: WeekLabelDisplay second_title: Aspose.Tasks for Java API Reference description: Specifies how the week label displays. type: docs -weight: 345 +weight: 346 url: /java/com.aspose.tasks/weeklabeldisplay/ --- diff --git a/english/java/com.aspose.tasks/weeklyrecurrencepattern/_index.md b/english/java/com.aspose.tasks/weeklyrecurrencepattern/_index.md index d627be1d6..554f39f71 100644 --- a/english/java/com.aspose.tasks/weeklyrecurrencepattern/_index.md +++ b/english/java/com.aspose.tasks/weeklyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: WeeklyRecurrencePattern second_title: Aspose.Tasks for Java API Reference description: Represents the set of parameters are used to create a weekly recurring task in a project. type: docs -weight: 347 +weight: 348 url: /java/com.aspose.tasks/weeklyrecurrencepattern/ --- diff --git a/english/java/com.aspose.tasks/weeklyrepetition/_index.md b/english/java/com.aspose.tasks/weeklyrepetition/_index.md index 68dd2403f..bde970d19 100644 --- a/english/java/com.aspose.tasks/weeklyrepetition/_index.md +++ b/english/java/com.aspose.tasks/weeklyrepetition/_index.md @@ -3,7 +3,7 @@ title: WeeklyRepetition second_title: Aspose.Tasks for Java API Reference description: Represents a pattern which is based on weekdays. type: docs -weight: 348 +weight: 349 url: /java/com.aspose.tasks/weeklyrepetition/ --- diff --git a/english/java/com.aspose.tasks/weeklyrepetitionbase/_index.md b/english/java/com.aspose.tasks/weeklyrepetitionbase/_index.md index 2b36ad66f..4c99a3db8 100644 --- a/english/java/com.aspose.tasks/weeklyrepetitionbase/_index.md +++ b/english/java/com.aspose.tasks/weeklyrepetitionbase/_index.md @@ -3,7 +3,7 @@ title: WeeklyRepetitionBase second_title: Aspose.Tasks for Java API Reference description: Represents a base class for repetitions in weekly recurrence pattern. type: docs -weight: 349 +weight: 350 url: /java/com.aspose.tasks/weeklyrepetitionbase/ --- diff --git a/english/java/com.aspose.tasks/workcontourtype/_index.md b/english/java/com.aspose.tasks/workcontourtype/_index.md index e0e4abb59..274309e1e 100644 --- a/english/java/com.aspose.tasks/workcontourtype/_index.md +++ b/english/java/com.aspose.tasks/workcontourtype/_index.md @@ -3,7 +3,7 @@ title: WorkContourType second_title: Aspose.Tasks for Java API Reference description: Specifies the contour of a work. type: docs -weight: 350 +weight: 351 url: /java/com.aspose.tasks/workcontourtype/ --- diff --git a/english/java/com.aspose.tasks/workday/_index.md b/english/java/com.aspose.tasks/workday/_index.md index 5c14a0098..fc1b4f62f 100644 --- a/english/java/com.aspose.tasks/workday/_index.md +++ b/english/java/com.aspose.tasks/workday/_index.md @@ -3,7 +3,7 @@ title: WorkDay second_title: Aspose.Tasks for Java API Reference description: Represents a work day. type: docs -weight: 351 +weight: 352 url: /java/com.aspose.tasks/workday/ --- diff --git a/english/java/com.aspose.tasks/workgrouptype/_index.md b/english/java/com.aspose.tasks/workgrouptype/_index.md index 6d90e60c2..a272a6070 100644 --- a/english/java/com.aspose.tasks/workgrouptype/_index.md +++ b/english/java/com.aspose.tasks/workgrouptype/_index.md @@ -3,7 +3,7 @@ title: WorkGroupType second_title: Aspose.Tasks for Java API Reference description: Specifies the type of a workgroup. type: docs -weight: 352 +weight: 353 url: /java/com.aspose.tasks/workgrouptype/ --- diff --git a/english/java/com.aspose.tasks/workingtime/_index.md b/english/java/com.aspose.tasks/workingtime/_index.md index 77951d5b1..5100e8065 100644 --- a/english/java/com.aspose.tasks/workingtime/_index.md +++ b/english/java/com.aspose.tasks/workingtime/_index.md @@ -3,7 +3,7 @@ title: WorkingTime second_title: Aspose.Tasks for Java API Reference description: Represents a working time during a weekday. type: docs -weight: 356 +weight: 357 url: /java/com.aspose.tasks/workingtime/ --- diff --git a/english/java/com.aspose.tasks/workingtimecollection/_index.md b/english/java/com.aspose.tasks/workingtimecollection/_index.md index 27dc47783..7c252b92a 100644 --- a/english/java/com.aspose.tasks/workingtimecollection/_index.md +++ b/english/java/com.aspose.tasks/workingtimecollection/_index.md @@ -3,7 +3,7 @@ title: WorkingTimeCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 357 +weight: 358 url: /java/com.aspose.tasks/workingtimecollection/ --- diff --git a/english/java/com.aspose.tasks/workunit/_index.md b/english/java/com.aspose.tasks/workunit/_index.md index 0477ac57a..13531de04 100644 --- a/english/java/com.aspose.tasks/workunit/_index.md +++ b/english/java/com.aspose.tasks/workunit/_index.md @@ -3,7 +3,7 @@ title: WorkUnit second_title: Aspose.Tasks for Java API Reference description: Represents working hours. type: docs -weight: 353 +weight: 354 url: /java/com.aspose.tasks/workunit/ --- diff --git a/english/java/com.aspose.tasks/workweek/_index.md b/english/java/com.aspose.tasks/workweek/_index.md index 264dd9a9b..33fd63965 100644 --- a/english/java/com.aspose.tasks/workweek/_index.md +++ b/english/java/com.aspose.tasks/workweek/_index.md @@ -3,7 +3,7 @@ title: WorkWeek second_title: Aspose.Tasks for Java API Reference description: Represent WorkWeek class type: docs -weight: 354 +weight: 355 url: /java/com.aspose.tasks/workweek/ --- diff --git a/english/java/com.aspose.tasks/workweekcollection/_index.md b/english/java/com.aspose.tasks/workweekcollection/_index.md index 31bc10ea4..c80ee6f80 100644 --- a/english/java/com.aspose.tasks/workweekcollection/_index.md +++ b/english/java/com.aspose.tasks/workweekcollection/_index.md @@ -3,7 +3,7 @@ title: WorkWeekCollection second_title: Aspose.Tasks for Java API Reference description: Represents a collection of objects. type: docs -weight: 355 +weight: 356 url: /java/com.aspose.tasks/workweekcollection/ --- diff --git a/english/java/com.aspose.tasks/xamloptions/_index.md b/english/java/com.aspose.tasks/xamloptions/_index.md index 9a95a7582..ea0105e1e 100644 --- a/english/java/com.aspose.tasks/xamloptions/_index.md +++ b/english/java/com.aspose.tasks/xamloptions/_index.md @@ -3,7 +3,7 @@ title: XamlOptions second_title: Aspose.Tasks for Java API Reference description: /// Allows to specify additional options when rendering project pages to XAML. type: docs -weight: 358 +weight: 359 url: /java/com.aspose.tasks/xamloptions/ --- diff --git a/english/java/com.aspose.tasks/xlsxoptions/_index.md b/english/java/com.aspose.tasks/xlsxoptions/_index.md index b199a4778..561bb93a9 100644 --- a/english/java/com.aspose.tasks/xlsxoptions/_index.md +++ b/english/java/com.aspose.tasks/xlsxoptions/_index.md @@ -3,7 +3,7 @@ title: XlsxOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when rendering project pages to XLSX. type: docs -weight: 359 +weight: 360 url: /java/com.aspose.tasks/xlsxoptions/ --- diff --git a/english/java/com.aspose.tasks/xpsoptions/_index.md b/english/java/com.aspose.tasks/xpsoptions/_index.md index 639695b91..d9f42ae1d 100644 --- a/english/java/com.aspose.tasks/xpsoptions/_index.md +++ b/english/java/com.aspose.tasks/xpsoptions/_index.md @@ -3,7 +3,7 @@ title: XpsOptions second_title: Aspose.Tasks for Java API Reference description: Allows to specify additional options when rendering project pages to XPS. type: docs -weight: 360 +weight: 361 url: /java/com.aspose.tasks/xpsoptions/ --- diff --git a/english/java/com.aspose.tasks/yearlabeldisplay/_index.md b/english/java/com.aspose.tasks/yearlabeldisplay/_index.md index ef306e73d..fe353248b 100644 --- a/english/java/com.aspose.tasks/yearlabeldisplay/_index.md +++ b/english/java/com.aspose.tasks/yearlabeldisplay/_index.md @@ -3,7 +3,7 @@ title: YearLabelDisplay second_title: Aspose.Tasks for Java API Reference description: Specifies how the year label displays. type: docs -weight: 361 +weight: 362 url: /java/com.aspose.tasks/yearlabeldisplay/ --- diff --git a/english/java/com.aspose.tasks/yearlyrecurrencepattern/_index.md b/english/java/com.aspose.tasks/yearlyrecurrencepattern/_index.md index ad4d86d51..bd28d5768 100644 --- a/english/java/com.aspose.tasks/yearlyrecurrencepattern/_index.md +++ b/english/java/com.aspose.tasks/yearlyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: YearlyRecurrencePattern second_title: Aspose.Tasks for Java API Reference description: Represents the set of parameters are used to create a yearly recurring task in a project. type: docs -weight: 362 +weight: 363 url: /java/com.aspose.tasks/yearlyrecurrencepattern/ --- diff --git a/english/java/com.aspose.tasks/yearlyrepetitionbase/_index.md b/english/java/com.aspose.tasks/yearlyrepetitionbase/_index.md index ae0d083ca..da9abbae2 100644 --- a/english/java/com.aspose.tasks/yearlyrepetitionbase/_index.md +++ b/english/java/com.aspose.tasks/yearlyrepetitionbase/_index.md @@ -3,7 +3,7 @@ title: YearlyRepetitionBase second_title: Aspose.Tasks for Java API Reference description: Represents a base pattern for yearly day position. type: docs -weight: 363 +weight: 364 url: /java/com.aspose.tasks/yearlyrepetitionbase/ ---