Exceptions and Description |
---|
com.aspose.tasks.InvalidTaskException
This type is not used anymore and will be deleted in future releases
|
Field and Description |
---|
com.aspose.tasks.Prj.SPREAD_ACTUAL_COSTS
Use SPREAD_ACTUAL_COST instead.
|
Method and Description |
---|
com.aspose.tasks.Project.calcResourceFields()
This method is obsolete and will be removed in future releases. Use the RecalculateResourceFields
method instead.
|
com.aspose.tasks.Project.calcResourceStartFinish()
This method is obsolete and will be removed in future releases. Use the
RecalculateResourceStartFinish method instead.
|
com.aspose.tasks.ExtendedAttributeDefinition.createExtendedAttribute(OutlineValue)
If you want to create an attribute with the specific value use ExtendedAttributeDefinition.CreateExtendedAttribute(Value)
instead.
|
com.aspose.tasks.TextStyle.dispose()
This method is not used anymore and will be deleted in future releases
|
com.aspose.tasks.ExtendedAttribute.getDurationFormat()
DurationFormat is obsolete and will be removed in a future release. DurationValue.TimeUnit should be
used instead.
|
com.aspose.tasks.Value.getDurationValue()
This property will be removed in future releases. Use strongly typed 'Duration' property
instead.Avoid using setter because TimeUnitType information is lost.
|
com.aspose.tasks.ExtendedAttribute.getValue()
Value is obsolete and will be removed in a future release. Prefer using strongly-typed properties.
|
com.aspose.tasks.License.isLicensed()
This property is obsolete and will be removed in future releases.
|
com.aspose.tasks.WeekDay.setDefaulWorkingTime(WeekDay)
This method is obsolete and will be removed in next releases. Use the SetDefaultWorkingTime method
instead.
|
com.aspose.tasks.ExtendedAttribute.setDurationFormat(int)
DurationFormat is obsolete and will be removed in a future release. DurationValue.TimeUnit should be
used instead.
|
com.aspose.tasks.Value.setDurationValue(int)
This property will be removed in future releases. Use strongly typed 'Duration' property
instead.Avoid using setter because TimeUnitType information is lost.
|
com.aspose.tasks.ExtendedAttribute.setValue(String)
Value is obsolete and will be removed in a future release. Prefer using strongly-typed properties.
|
Constructor and Description |
---|
com.aspose.tasks.ExtendedAttribute()
Default ctor for ExtendedAttribute is obsolete and will be removed in a future release. The preferred
way to create extended attribute is to use one of ExtendedAttributeDefinition.CreateExtendedAttribute
overloads.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.