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

net.rgielen.com4j.office2010.word.ChartGroups Maven / Gradle / Ivy

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

import com4j.*;

@IID("{F8DDB497-CA6C-4711-9BA4-2718FA3BB6FE}")
public interface ChartGroups extends Com4jObject,Iterable {
  // Methods:
  /**
   * 

* Getter method for the COM property "Parent" *

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

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(118) //= 0x76. The runtime will prefer the VTID if present @VTID(8) int count(); /** * @param index Mandatory java.lang.Object parameter. * @return Returns a value of type net.rgielen.com4j.office2010.word.ChartGroup */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(9) @DefaultMethod net.rgielen.com4j.office2010.word.ChartGroup item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** */ @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present @VTID(10) java.util.Iterator iterator(); /** *

* Getter method for the COM property "Application" *

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

* Getter method for the COM property "Creator" *

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy