net.rgielen.com4j.office2010.vba._ProjectTemplate Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.vba ;
import com4j.*;
@IID("{0002E159-0000-0000-C000-000000000046}")
public interface _ProjectTemplate extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.vba.Application
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.vba.Application application();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type net.rgielen.com4j.office2010.vba.Application
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.vba.Application parent();
// Properties:
}