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

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

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

import com4j.*;

@IID("{0002E160-0000-0000-C000-000000000046}")
public interface _VBProject_Old extends net.rgielen.com4j.office2010.vba._ProjectTemplate {
  // Methods:
  /**
   * 

* Getter method for the COM property "HelpFile" *

* @return Returns a value of type java.lang.String */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(9) java.lang.String helpFile(); /** *

* Setter method for the COM property "HelpFile" *

* @param lpbstrHelpFile Mandatory java.lang.String parameter. */ @DISPID(116) //= 0x74. The runtime will prefer the VTID if present @VTID(10) void helpFile( java.lang.String lpbstrHelpFile); /** *

* Getter method for the COM property "HelpContextID" *

* @return Returns a value of type int */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(11) int helpContextID(); /** *

* Setter method for the COM property "HelpContextID" *

* @param lpdwContextID Mandatory int parameter. */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(12) void helpContextID( int lpdwContextID); /** *

* Getter method for the COM property "Description" *

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

* Setter method for the COM property "Description" *

* @param lpbstrDescription Mandatory java.lang.String parameter. */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(14) void description( java.lang.String lpbstrDescription); /** *

* Getter method for the COM property "Mode" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.vbext_VBAMode */ @DISPID(119) //= 0x77. The runtime will prefer the VTID if present @VTID(15) net.rgielen.com4j.office2010.vba.vbext_VBAMode mode(); /** *

* Getter method for the COM property "References" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba._References */ @DISPID(120) //= 0x78. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.vba._References references(); /** *

* Getter method for the COM property "Name" *

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

* Setter method for the COM property "Name" *

* @param lpbstrName Mandatory java.lang.String parameter. */ @DISPID(121) //= 0x79. The runtime will prefer the VTID if present @VTID(18) void name( java.lang.String lpbstrName); /** *

* Getter method for the COM property "VBE" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.VBE */ @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present @VTID(19) 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._VBProjects */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(20) net.rgielen.com4j.office2010.vba._VBProjects collection(); /** *

* Getter method for the COM property "Protection" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba.vbext_ProjectProtection */ @DISPID(131) //= 0x83. The runtime will prefer the VTID if present @VTID(21) net.rgielen.com4j.office2010.vba.vbext_ProjectProtection protection(); /** *

* Getter method for the COM property "Saved" *

* @return Returns a value of type boolean */ @DISPID(133) //= 0x85. The runtime will prefer the VTID if present @VTID(22) boolean saved(); /** *

* Getter method for the COM property "VBComponents" *

* @return Returns a value of type net.rgielen.com4j.office2010.vba._VBComponents */ @DISPID(135) //= 0x87. The runtime will prefer the VTID if present @VTID(23) net.rgielen.com4j.office2010.vba._VBComponents vbComponents(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy