public abstract static class HtmlSaveOptions.CssSavingStrategy
extends com.aspose.ms.System.MulticastDelegate
You can assign to this property custom strategy that implements processing or/and saving of one CSS's part that was created during conversion of PDF to HTML . In such case processing (like saving to stream or disk) must be done in that custom code
Constructor and Description |
---|
CssSavingStrategy() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(HtmlSaveOptions.CssSavingInfo partSavingInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(HtmlSaveOptions.CssSavingInfo partSavingInfo) |
getInvocationList, op_Equality, op_Inequality
public abstract void invoke(HtmlSaveOptions.CssSavingInfo partSavingInfo)
public final com.aspose.ms.System.IAsyncResult beginInvoke(HtmlSaveOptions.CssSavingInfo partSavingInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)