com.aspose.diagram
Class LoadFilter

java.lang.Object
    extended by com.aspose.diagram.LoadFilter

public class LoadFilter 
extends java.lang.Object

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(int opts)
           Constructs one LoadFilter with given filter options.
 
Property Getters/Setters Summary
intgetLoadDataFilterOptions()
voidsetLoadDataFilterOptions(int)
           The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.
 

Constructor Detail

LoadFilter

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

LoadFilter

public LoadFilter(int opts)
Constructs one LoadFilter with given filter options.
Parameters:
opts - A LoadDataFilterOptions value. the default filter options

Property Getters/Setters Detail

getLoadDataFilterOptions/setLoadDataFilterOptions

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

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.