Uses of Interface
com.aspose.tasks.IPageSavingCallback
-
-
Uses of IPageSavingCallback in com.aspose.tasks
Methods in com.aspose.tasks that return IPageSavingCallback Modifier and Type Method Description IPageSavingCallback
HtmlSaveOptions. getPageSavingCallback()
Gets a user-defined callback which is used to get an output stream for each rendered page.IPageSavingCallback
ImageSaveOptions. getPageSavingCallback()
Gets a user-defined callback which is used to get an output stream for each rendered page.IPageSavingCallback
PdfSaveOptions. getPageSavingCallback()
Gets a user-defined callback which is used to get an output stream for each rendered page.IPageSavingCallback
SvgOptions. getPageSavingCallback()
Gets a user-defined implementation callback which is used to get an output stream for each rendered page.Methods in com.aspose.tasks with parameters of type IPageSavingCallback Modifier and Type Method Description void
HtmlSaveOptions. setPageSavingCallback(IPageSavingCallback value)
Sets a user-defined callback which is used to get an output stream for each rendered page.void
ImageSaveOptions. setPageSavingCallback(IPageSavingCallback value)
Sets a user-defined callback which is used to get an output stream for each rendered page.void
PdfSaveOptions. setPageSavingCallback(IPageSavingCallback value)
Sets a user-defined callback which is used to get an output stream for each rendered page.void
SvgOptions. setPageSavingCallback(IPageSavingCallback value)
Sets a user-defined implementation callback which is used to get an output stream for each rendered page.
-