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() |
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() |
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(com.aspose.ms.System.TimeSpan resourceLoadingTimeout) |
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()
public void setPageNumbering(boolean pageNumbering)
public String getBasePath()
public void setBasePath(String basePath)
public String getEncoding()
public void setEncoding(String encoding)
public com.aspose.ms.System.TimeSpan getResourceLoadingTimeout()
public void setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan 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 © 2025. All rights reserved.