public interface ISearchOptions
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
filter()
Get filter
|
void |
filter(com4j.Com4jObject pFilter)
Get filter
|
Object |
property(int prop)
The search configuration flag.
|
void |
property(int prop,
Object pVal)
The search configuration flag.
|
String |
text()
Getter method for the COM property "Text"
|
Object property(int prop)
The search configuration flag.
Getter method for the COM property "Property"
prop
- Mandatory int parameter.void property(int prop, Object pVal)
The search configuration flag.
Setter method for the COM property "Property"
prop
- Mandatory int parameter.pVal
- Mandatory java.lang.Object parameter.com4j.Com4jObject filter()
Get filter
Getter method for the COM property "Filter"
void filter(com4j.Com4jObject pFilter)
Get filter
Setter method for the COM property "Filter"
pFilter
- Mandatory com4j.Com4jObject parameter.String text()
Getter method for the COM property "Text"
Copyright © 2020. All rights reserved.