HtmlSaveOptions.CssUrlRequestInfo

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

ConstructorDescription
CssUrlRequestInfoCreates instance of CssUrlRequestInfo

Methods

MethodDescription
isCustomProcessingCancelledShould 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.
setCustomProcessingCancelledShould 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:

ParameterTypeDescription
customProcessingCancelledboolean value