Browse our Products

Aspose.Tasks for Java 18.5 Release Notes

All Changes

KeySummaryCategory
TASKSNET-2362Add a support of setting a default font when a project is rendering into JPG, BMP, PNG and HTMLNew Feature
TASKSJAVA-569Integrate Metered license into Aspose.Tasks for JavaNew Feature
TASKSNET-2381Newly created calendar could not be assigned to a taskBug
TASKSNET-2360StartDate and EndDate properties of SaveOptions are not working properlyBug
TASKSNET-2344Fix unnecessary thrown and caught exceptions on .mpp file openingBug
TASKSNET-2343Fix CalendarException check orderBug
TASKSNET-2269Non-informative exception when saving calendar with no working times definedBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.tasks.MeteredProvides methods to set metered key.
The following public methods were added:Description
com.aspose.tasks.Metered.setMeteredKey(String,String)Sets the metered public and private keys.
com.aspose.tasks.Metered.resetMeteredKeyRemoves previously setup license.
com.aspose.tasks.HtmlSaveOptions.getDefaultFontNameGets the default font for rendering.
com.aspose.tasks.HtmlSaveOptions.setDefaultFontName(java.lang.String)Sets the default font for rendering.
com.aspose.tasks.HtmlSaveOptions.getUseProjectDefaultFontGets a value indicating whether the default font must be used for rendering.
com.aspose.tasks.HtmlSaveOptions.setUseProjectDefaultFont(boolean)Sets a value indicating whether the default font must be used for rendering.
com.aspose.tasks.ImageSaveOptions.getDefaultFontNameGets the default font for rendering.
com.aspose.tasks.ImageSaveOptions.setDefaultFontName(java.lang.String)Sets the default font for rendering.
com.aspose.tasks.ImageSaveOptions.getUseProjectDefaultFontGets a value indicating whether the default font must be used for rendering.
com.aspose.tasks.ImageSaveOptions.setUseProjectDefaultFont(boolean)Sets a value indicating whether the default font must be used for rendering.
com.aspose.tasks.License.isLicensedGets a value indicating whether product is licensed.
com.aspose.tasks.Project.saveAsTemplate(java.io.OutputStream,com.aspose.tasks.SaveTemplateOptions)Saves the project as a template to a specified stream.
com.aspose.tasks.VbaReference.setName(java.lang.String)Sets the name of VBA reference.