HtmlSaveOptions.CssUrlRequestInfo

Inheritance: java.lang.Object

public static class HtmlSaveOptions.CssUrlRequestInfo

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
CssUrlRequestInfo()Creates instance of CssUrlRequestInfo

Methods

MethodDescription
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.
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.

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 - boolean value

setCustomProcessingCancelled(boolean customProcessingCancelled)

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
customProcessingCancelledbooleanboolean value