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
Constructor and Description |
---|
CssUrlRequestInfo()
Creates instance of CssUrlRequestInfo
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public CssUrlRequestInfo()
Creates instance of CssUrlRequestInfo
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.
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.
customProcessingCancelled
- boolean value