Interface ISearchOptions

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISearchOptions
    extends com4j.Com4jObject
    Options for controlling searches.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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"
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • property

        Object property​(int prop)

        The search configuration flag.

        Getter method for the COM property "Property"

        Parameters:
        prop - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.Object
      • property

        void property​(int prop,
                      Object pVal)

        The search configuration flag.

        Setter method for the COM property "Property"

        Parameters:
        prop - Mandatory int parameter.
        pVal - Mandatory java.lang.Object parameter.
      • filter

        com4j.Com4jObject filter()

        Get filter

        Getter method for the COM property "Filter"

        Returns:
        Returns a value of type com4j.Com4jObject
      • filter

        void filter​(com4j.Com4jObject pFilter)

        Get filter

        Setter method for the COM property "Filter"

        Parameters:
        pFilter - Mandatory com4j.Com4jObject parameter.
      • text

        String text()

        Getter method for the COM property "Text"

        Returns:
        Returns a value of type java.lang.String