HtmlSaveOptions.CssUrlRequestInfo
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.HtmlSaveOptions.CssUrlRequestInfo
public static class HtmlSaveOptions.CssUrlRequestInfo extends Object
Represents set of data that related to request from converter to custom code aimed to get desirable URL (or URL template)of subject CSS
Constructors
| Constructor | Description |
|---|---|
| CssUrlRequestInfo | Creates instance of CssUrlRequestInfo |
Methods
| Method | Description |
|---|---|
| isCustomProcessingCancelled | Should be set by custom code if it cannot or should not define URL that will be used in generated HTML for referencing of that CSS. If it’s ’true’, then CSS file will be saved in standard way in standard place. |
| setCustomProcessingCancelled | Should be set by custom code if it cannot or should not define URL that will be used in generated HTML for referencing of that CSS. If it’s ’true’, then CSS file will be saved in standard way in standard place. |
CssUrlRequestInfo
public CssUrlRequestInfo()
Creates instance of CssUrlRequestInfo
isCustomProcessingCancelled
public boolean isCustomProcessingCancelled()
Should be set by custom code if it cannot or should not define URL that will be used in generated HTML for referencing of that CSS. If it’s ’true’, then CSS file will be saved in standard way in standard place.
Returns: boolean value
setCustomProcessingCancelled
public void setCustomProcessingCancelled(boolean customProcessingCancelled)
Should be set by custom code if it cannot or should not define URL that will be used in generated HTML for referencing of that CSS. If it’s ’true’, then CSS file will be saved in standard way in standard place.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| customProcessingCancelled | boolean value |