public class WebLoadOptions extends LoadOptions implements Serializable, com.groupdocs.conversion.options.load.IResourceLoadingOptions, com.groupdocs.conversion.options.load.IPageNumberingLoadOptions
| Constructor and Description |
|---|
WebLoadOptions()
Initializes new instance of
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
String |
getEncoding() |
WebFileType |
getFormat()
Gets Input document file type.
|
long |
getResourceLoadingTimeout()
Gets timeout for loading external resources in milliseconds
|
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()
Enable or disable generation of page numbering in converted document.
|
boolean |
isUsePdf()
Use pdf for the conversion.
|
void |
setBasePath(String basePath) |
void |
setEncoding(String encoding) |
void |
setFormat(WebFileType format)
Sets Input document file type.
|
void |
setPageNumbering(boolean pageNumbering) |
void |
setResourceLoadingTimeout(long resourceLoadingTimeout)
Sets timeout for loading external resources in milliseconds
|
void |
setSkipExternalResources(boolean skip) |
void |
setUsePdf(boolean usePdf) |
void |
setWhitelistedResources(List<String> whiteList) |
setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic WebFileType getFormat()
getFormat in class LoadOptionspublic void setFormat(WebFileType format)
public boolean isPageNumbering()
com.groupdocs.conversion.options.load.IPageNumberingLoadOptionsisPageNumbering in interface com.groupdocs.conversion.options.load.IPageNumberingLoadOptionspublic void setPageNumbering(boolean pageNumbering)
setPageNumbering in interface com.groupdocs.conversion.options.load.IPageNumberingLoadOptionspublic String getBasePath()
public void setBasePath(String basePath)
public String getEncoding()
public void setEncoding(String encoding)
public long getResourceLoadingTimeout()
public void setResourceLoadingTimeout(long resourceLoadingTimeout)
public boolean getSkipExternalResources()
getSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic void setSkipExternalResources(boolean skip)
setSkipExternalResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic List<String> getWhitelistedResources()
getWhitelistedResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic void setWhitelistedResources(List<String> whiteList)
setWhitelistedResources in interface com.groupdocs.conversion.options.load.IResourceLoadingOptionspublic boolean isUsePdf()
public void setUsePdf(boolean usePdf)
Copyright © 2026. All rights reserved.