public class WebLoadOptions extends LoadOptions implements Serializable, com.groupdocs.conversion.options.load.IResourceLoadingOptions
| Constructor and Description |
|---|
WebLoadOptions()
Initializes new instance of
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
String |
getEncoding() |
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
WebFileType |
getFormat()
Gets Input document file type.
|
com.aspose.ms.System.TimeSpan |
getResourceLoadingTimeout() |
boolean |
getSkipExternalResources()
If true all external resource will not be loading with exception of the resources in the
|
List<String> |
getWhitelistedResources()
External resources that will be always loaded
|
boolean |
isPageNumbering() |
void |
setBasePath(String basePath) |
void |
setEncoding(String encoding) |
void |
setFormat(WebFileType format)
Sets Input document file type.
|
void |
setPageNumbering(boolean pageNumbering) |
void |
setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan resourceLoadingTimeout) |
void |
setSkipExternalResources(boolean skip) |
void |
setWhitelistedResources(List<String> whiteList) |
setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic String getBasePath()
public String getEncoding()
protected List<Object> getEqualityComponents()
Gets equality components.
getEqualityComponents in class ValueObjectpublic WebFileType getFormat()
getFormat in class LoadOptionspublic com.aspose.ms.System.TimeSpan getResourceLoadingTimeout()
public boolean getSkipExternalResources()
getSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic List<String> getWhitelistedResources()
getWhitelistedResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic boolean isPageNumbering()
public void setBasePath(String basePath)
public void setEncoding(String encoding)
public void setFormat(WebFileType format)
public void setPageNumbering(boolean pageNumbering)
public void setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan resourceLoadingTimeout)
public void setSkipExternalResources(boolean skip)
setSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionsCopyright © 2024. All rights reserved.