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

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

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

import com4j.*;

@IID("{000C036E-0000-0000-C000-000000000046}")
public interface DiagramNodes extends net.rgielen.com4j.office2010.office._IMsoDispObj,Iterable {
  // Methods:
  /**
   * 

* Getter method for the COM property "_NewEnum" *

*/ @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present @VTID(9) java.util.Iterator iterator(); /** * @param index Mandatory java.lang.Object parameter. * @return Returns a value of type net.rgielen.com4j.office2010.office.DiagramNode */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(10) @DefaultMethod net.rgielen.com4j.office2010.office.DiagramNode item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(11) void selectAll(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(12) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(13) int count(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy