class
LoadFilter
Source: aspose.
Represents the filter that provides options for loading data when loading diagram from template. User may specify the filter options or implement their own LoadFilter to specify how to load data.
new LoadFilter()
Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.
Methods
constructor_overload$1(opts)
Constructs one LoadFilter with given filter options.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
opts |
Number |
|
LoadDataFilterOptions |
getLoadDataFilterOptions()
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.
setLoadDataFilterOptions()
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.