net.rgielen.com4j.office2010.vba.Reference Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.vba ;
import com4j.*;
@IID("{0002E17E-0000-0000-C000-000000000046}")
public interface Reference extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Collection"
*
* @return Returns a value of type net.rgielen.com4j.office2010.vba._References
*/
@DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.vba._References collection();
/**
*
* Getter method for the COM property "VBE"
*
* @return Returns a value of type net.rgielen.com4j.office2010.vba.VBE
*/
@DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.vba.VBE vbe();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present
@VTID(9)
java.lang.String name();
/**
*
* Getter method for the COM property "Guid"
*
* @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 guid();
/**
*
* Getter method for the COM property "Major"
*
* @return Returns a value of type int
*/
@DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present
@VTID(11)
int major();
/**
*
* Getter method for the COM property "Minor"
*
* @return Returns a value of type int
*/
@DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present
@VTID(12)
int minor();
/**
*
* Getter method for the COM property "FullPath"
*
* @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 fullPath();
/**
*
* Getter method for the COM property "BuiltIn"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743815) //= 0x60020007. The runtime will prefer the VTID if present
@VTID(14)
boolean builtIn();
/**
*
* Getter method for the COM property "IsBroken"
*
* @return Returns a value of type boolean
*/
@DISPID(1610743816) //= 0x60020008. The runtime will prefer the VTID if present
@VTID(15)
boolean isBroken();
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type net.rgielen.com4j.office2010.vba.vbext_RefKind
*/
@DISPID(1610743817) //= 0x60020009. The runtime will prefer the VTID if present
@VTID(16)
net.rgielen.com4j.office2010.vba.vbext_RefKind type();
/**
*
* Getter method for the COM property "Description"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610743818) //= 0x6002000a. The runtime will prefer the VTID if present
@VTID(17)
java.lang.String description();
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy