All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.office.IFind Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.office  ;

import com4j.*;

@IID("{000C0337-0000-0000-C000-000000000046}")
public interface IFind extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "SearchPath" *

* @return Returns a value of type java.lang.String */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(7) @DefaultMethod java.lang.String searchPath(); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present @VTID(8) java.lang.String name(); /** *

* Getter method for the COM property "SubDir" *

* @return Returns a value of type boolean */ @DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present @VTID(9) boolean subDir(); /** *

* Getter method for the COM property "Title" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present @VTID(10) java.lang.String title(); /** *

* Getter method for the COM property "Author" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present @VTID(11) java.lang.String author(); /** *

* Getter method for the COM property "Keywords" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present @VTID(12) java.lang.String keywords(); /** *

* Getter method for the COM property "Subject" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present @VTID(13) java.lang.String subject(); /** *

* Getter method for the COM property "Options" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoFileFindOptions */ @DISPID(1610743815) //= 0x60020007. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.MsoFileFindOptions options(); /** *

* Getter method for the COM property "MatchCase" *

* @return Returns a value of type boolean */ @DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present @VTID(15) boolean matchCase(); /** *

* Getter method for the COM property "Text" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743817) //= 0x60020009. The runtime will prefer the VTID if present @VTID(16) java.lang.String text(); /** *

* Getter method for the COM property "PatternMatch" *

* @return Returns a value of type boolean */ @DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present @VTID(17) boolean patternMatch(); /** *

* Getter method for the COM property "DateSavedFrom" *

* @return Returns a value of type java.lang.Object */ @DISPID(1610743819) //= 0x6002000b. The runtime will prefer the VTID if present @VTID(18) @ReturnValue(type=NativeType.VARIANT) java.lang.Object dateSavedFrom(); /** *

* Getter method for the COM property "DateSavedTo" *

* @return Returns a value of type java.lang.Object */ @DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present @VTID(19) @ReturnValue(type=NativeType.VARIANT) java.lang.Object dateSavedTo(); /** *

* Getter method for the COM property "SavedBy" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present @VTID(20) java.lang.String savedBy(); /** *

* Getter method for the COM property "DateCreatedFrom" *

* @return Returns a value of type java.lang.Object */ @DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present @VTID(21) @ReturnValue(type=NativeType.VARIANT) java.lang.Object dateCreatedFrom(); /** *

* Getter method for the COM property "DateCreatedTo" *

* @return Returns a value of type java.lang.Object */ @DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present @VTID(22) @ReturnValue(type=NativeType.VARIANT) java.lang.Object dateCreatedTo(); /** *

* Getter method for the COM property "View" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoFileFindView */ @DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present @VTID(23) net.rgielen.com4j.office2010.office.MsoFileFindView view(); /** *

* Getter method for the COM property "SortBy" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoFileFindSortBy */ @DISPID(1610743825) //= 0x60020011. The runtime will prefer the VTID if present @VTID(24) net.rgielen.com4j.office2010.office.MsoFileFindSortBy sortBy(); /** *

* Getter method for the COM property "ListBy" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoFileFindListBy */ @DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present @VTID(25) net.rgielen.com4j.office2010.office.MsoFileFindListBy listBy(); /** *

* Getter method for the COM property "SelectedFile" *

* @return Returns a value of type int */ @DISPID(1610743827) //= 0x60020013. The runtime will prefer the VTID if present @VTID(26) int selectedFile(); /** *

* Getter method for the COM property "Results" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IFoundFiles */ @DISPID(1610743828) //= 0x60020014. The runtime will prefer the VTID if present @VTID(27) net.rgielen.com4j.office2010.office.IFoundFiles results(); @VTID(27) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.IFoundFiles.class}) java.lang.String results( int index); /** * @return Returns a value of type int */ @DISPID(1610743829) //= 0x60020015. The runtime will prefer the VTID if present @VTID(28) int show(); /** *

* Setter method for the COM property "SearchPath" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(29) @DefaultMethod void searchPath( java.lang.String pbstr); /** *

* Setter method for the COM property "Name" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present @VTID(30) void name( java.lang.String pbstr); /** *

* Setter method for the COM property "SubDir" *

* @param retval Mandatory boolean parameter. */ @DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present @VTID(31) void subDir( boolean retval); /** *

* Setter method for the COM property "Title" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present @VTID(32) void title( java.lang.String pbstr); /** *

* Setter method for the COM property "Author" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present @VTID(33) void author( java.lang.String pbstr); /** *

* Setter method for the COM property "Keywords" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present @VTID(34) void keywords( java.lang.String pbstr); /** *

* Setter method for the COM property "Subject" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743814) //= 0x60020006. The runtime will prefer the VTID if present @VTID(35) void subject( java.lang.String pbstr); /** *

* Setter method for the COM property "Options" *

* @param penmOptions Mandatory net.rgielen.com4j.office2010.office.MsoFileFindOptions parameter. */ @DISPID(1610743815) //= 0x60020007. The runtime will prefer the VTID if present @VTID(36) void options( net.rgielen.com4j.office2010.office.MsoFileFindOptions penmOptions); /** *

* Setter method for the COM property "MatchCase" *

* @param retval Mandatory boolean parameter. */ @DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present @VTID(37) void matchCase( boolean retval); /** *

* Setter method for the COM property "Text" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743817) //= 0x60020009. The runtime will prefer the VTID if present @VTID(38) void text( java.lang.String pbstr); /** *

* Setter method for the COM property "PatternMatch" *

* @param retval Mandatory boolean parameter. */ @DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present @VTID(39) void patternMatch( boolean retval); /** *

* Setter method for the COM property "DateSavedFrom" *

* @param pdatSavedFrom Mandatory java.lang.Object parameter. */ @DISPID(1610743819) //= 0x6002000b. The runtime will prefer the VTID if present @VTID(40) void dateSavedFrom( @MarshalAs(NativeType.VARIANT) java.lang.Object pdatSavedFrom); /** *

* Setter method for the COM property "DateSavedTo" *

* @param pdatSavedTo Mandatory java.lang.Object parameter. */ @DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present @VTID(41) void dateSavedTo( @MarshalAs(NativeType.VARIANT) java.lang.Object pdatSavedTo); /** *

* Setter method for the COM property "SavedBy" *

* @param pbstr Mandatory java.lang.String parameter. */ @DISPID(1610743821) //= 0x6002000d. The runtime will prefer the VTID if present @VTID(42) void savedBy( java.lang.String pbstr); /** *

* Setter method for the COM property "DateCreatedFrom" *

* @param pdatCreatedFrom Mandatory java.lang.Object parameter. */ @DISPID(1610743822) //= 0x6002000e. The runtime will prefer the VTID if present @VTID(43) void dateCreatedFrom( @MarshalAs(NativeType.VARIANT) java.lang.Object pdatCreatedFrom); /** *

* Setter method for the COM property "DateCreatedTo" *

* @param pdatCreatedTo Mandatory java.lang.Object parameter. */ @DISPID(1610743823) //= 0x6002000f. The runtime will prefer the VTID if present @VTID(44) void dateCreatedTo( @MarshalAs(NativeType.VARIANT) java.lang.Object pdatCreatedTo); /** *

* Setter method for the COM property "View" *

* @param penmView Mandatory net.rgielen.com4j.office2010.office.MsoFileFindView parameter. */ @DISPID(1610743824) //= 0x60020010. The runtime will prefer the VTID if present @VTID(45) void view( net.rgielen.com4j.office2010.office.MsoFileFindView penmView); /** *

* Setter method for the COM property "SortBy" *

* @param penmSortBy Mandatory net.rgielen.com4j.office2010.office.MsoFileFindSortBy parameter. */ @DISPID(1610743825) //= 0x60020011. The runtime will prefer the VTID if present @VTID(46) void sortBy( net.rgielen.com4j.office2010.office.MsoFileFindSortBy penmSortBy); /** *

* Setter method for the COM property "ListBy" *

* @param penmListBy Mandatory net.rgielen.com4j.office2010.office.MsoFileFindListBy parameter. */ @DISPID(1610743826) //= 0x60020012. The runtime will prefer the VTID if present @VTID(47) void listBy( net.rgielen.com4j.office2010.office.MsoFileFindListBy penmListBy); /** *

* Setter method for the COM property "SelectedFile" *

* @param pintSelectedFile Mandatory int parameter. */ @DISPID(1610743827) //= 0x60020013. The runtime will prefer the VTID if present @VTID(48) void selectedFile( int pintSelectedFile); /** */ @DISPID(1610743850) //= 0x6002002a. The runtime will prefer the VTID if present @VTID(49) void execute(); /** * @param bstrQueryName Mandatory java.lang.String parameter. */ @DISPID(1610743851) //= 0x6002002b. The runtime will prefer the VTID if present @VTID(50) void load( java.lang.String bstrQueryName); /** * @param bstrQueryName Mandatory java.lang.String parameter. */ @DISPID(1610743852) //= 0x6002002c. The runtime will prefer the VTID if present @VTID(51) void save( java.lang.String bstrQueryName); /** * @param bstrQueryName Mandatory java.lang.String parameter. */ @DISPID(1610743853) //= 0x6002002d. The runtime will prefer the VTID if present @VTID(52) void delete( java.lang.String bstrQueryName); /** *

* Getter method for the COM property "FileType" *

* @return Returns a value of type int */ @DISPID(1610743854) //= 0x6002002e. The runtime will prefer the VTID if present @VTID(53) int fileType(); /** *

* Setter method for the COM property "FileType" *

* @param plFileType Mandatory int parameter. */ @DISPID(1610743854) //= 0x6002002e. The runtime will prefer the VTID if present @VTID(54) void fileType( int plFileType); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy