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

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

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

import com4j.*;

@IID("{4291224C-DEFE-485B-8E69-6CF8AA85CB76}")
public interface IAssistance extends Com4jObject {
  // Methods:
  /**
   * 

* ShowHelp Method *

* @param helpId Optional parameter. Default value is "" * @param scope Optional parameter. Default value is "" */ @DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present @VTID(7) void showHelp( @Optional @DefaultValue("") java.lang.String helpId, @Optional @DefaultValue("") java.lang.String scope); /** *

* SearchHelp Method *

* @param query Mandatory java.lang.String parameter. * @param scope Optional parameter. Default value is "" */ @DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present @VTID(8) void searchHelp( java.lang.String query, @Optional @DefaultValue("") java.lang.String scope); /** *

* SetDefaultContext Method *

* @param helpId Mandatory java.lang.String parameter. */ @DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present @VTID(9) void setDefaultContext( java.lang.String helpId); /** *

* ClearDefaultContext Method *

* @param helpId Mandatory java.lang.String parameter. */ @DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present @VTID(10) void clearDefaultContext( java.lang.String helpId); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy