public abstract class LoadOptions extends Object
LoadOptions type holds level of abstraction on individual load options
Modifier and Type | Class and Description |
---|---|
static class |
LoadOptions.ResourceLoadingResult
Result of custom loading of resource
|
static interface |
LoadOptions.ResourceLoadingStrategy
Sometimes it's necessary to avoid usage of internal loader of external resources(like images or CSSes)
and supply custom method, that will get requested resources from somewhere.
|
Modifier and Type | Field and Description |
---|---|
String |
ApsIntermediateFileIfAny |
String |
XpsIntermediateFileIfAny |
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getLoadFormat()
Represents file format which
LoadOptions describes. |
IWarningCallback |
getWarningHandler()
Callback to handle any warnings generated.
|
void |
setWarningHandler(IWarningCallback value) |
public String ApsIntermediateFileIfAny
public String XpsIntermediateFileIfAny
public IWarningCallback getWarningHandler()
Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
public void setWarningHandler(IWarningCallback value)
public int getLoadFormat()
Represents file format which LoadOptions
describes.
Copyright © 2014 Aspose. All Rights Reserved.