Uses of Class
com.aspose.tasks.FontResolveCallbackDelegate
-
-
Uses of FontResolveCallbackDelegate in com.aspose.tasks
Methods in com.aspose.tasks that return FontResolveCallbackDelegate Modifier and Type Method Description FontResolveCallbackDelegate
HtmlSaveOptions. getFontResolveCallback()
Gets a callback which can be used to customize resolved fonts.FontResolveCallbackDelegate
ImageSaveOptions. getFontResolveCallback()
Gets a callback which can be used to customize resolved fonts.FontResolveCallbackDelegate
PdfSaveOptions. getFontResolveCallback()
Gets a callback which can be used to customize resolved fonts.Methods in com.aspose.tasks with parameters of type FontResolveCallbackDelegate Modifier and Type Method Description void
HtmlSaveOptions. setFontResolveCallback(FontResolveCallbackDelegate value)
Sets a callback which can be used to customize resolved fonts.void
ImageSaveOptions. setFontResolveCallback(FontResolveCallbackDelegate value)
Sets a callback which can be used to customize resolved fonts.void
PdfSaveOptions. setFontResolveCallback(FontResolveCallbackDelegate value)
Sets a callback which can be used to customize resolved fonts.
-