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

net.rgielen.com4j.office2010.vba.AddIn Maven / Gradle / Ivy

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

import com4j.*;

@IID("{DA936B64-AC8B-11D1-B6E5-00A0C90F2744}")
public interface AddIn extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Description" *

* @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 description(); /** *

* Setter method for the COM property "Description" *

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

* Getter method for the COM property "VBE" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.VBE */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(9) net.rgielen.com4j.office2010.vba.VBE vbe(); /** *

* Getter method for the COM property "Collection" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba._AddIns */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.vba._AddIns collection(); /** *

* Getter method for the COM property "ProgId" *

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

* Getter method for the COM property "Guid" *

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

* Getter method for the COM property "Connect" *

* @return Returns a value of type boolean */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(13) boolean connect(); /** *

* Setter method for the COM property "Connect" *

* @param lpfConnect Mandatory boolean parameter. */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(14) void connect( boolean lpfConnect); /** *

* Getter method for the COM property "Object" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(15) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject object(); /** *

* Setter method for the COM property "Object" *

* @param lppdisp Mandatory com4j.Com4jObject parameter. */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(16) void object( @MarshalAs(NativeType.Dispatch) com4j.Com4jObject lppdisp); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy