asposediagram.api

Class LoadFilter

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.

Constructor Summary
LoadFilter()
Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.
LoadFilter(opts)
Constructs one LoadFilter with given filter options.
 
Property Getters/Setters Summary
methodgetLoadDataFilterOptions()
method
           The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.
 

    • Constructor Detail

      • LoadFilter

        LoadFilter()
        Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.
      • LoadFilter

        LoadFilter(opts)
        Constructs one LoadFilter with given filter options.
        Parameters:
        opts: int - A LoadDataFilterOptions value. the default filter options
    • Property Getters/Setters Detail

      • getLoadDataFilterOptions/setLoadDataFilterOptions : int 

        int getLoadDataFilterOptions() / setLoadDataFilterOptions(value)
        
        The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.