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

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

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

import com4j.*;

@IID("{000C0301-0000-0000-C000-000000000046}")
public interface _IMsoOleAccDispObj extends net.rgielen.com4j.office2010.office.IAccessible {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(1610809344) //= 0x60030000. The runtime will prefer the VTID if present @VTID(28) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present @VTID(29) int creator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy