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

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

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

import com4j.*;

@IID("{354AB591-A217-48B4-99E4-14F58F15667D}")
public interface Axes extends Com4jObject,Iterable {
  // Methods:
  /**
   * 

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(1610743808) //= 0x60020000. The runtime will prefer the VTID if present @VTID(7) int count(); /** * @param type Mandatory net.rgielen.com4j.office2010.word.XlAxisType parameter. * @param axisGroup Optional parameter. Default value is 1 * @return Returns a value of type net.rgielen.com4j.office2010.word.Axis */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(8) @DefaultMethod net.rgielen.com4j.office2010.word.Axis item( net.rgielen.com4j.office2010.word.XlAxisType type, @Optional @DefaultValue("1") net.rgielen.com4j.office2010.word.XlAxisGroup axisGroup); /** */ @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present @VTID(9) 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(10) @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(11) int creator(); /** * @param type Mandatory net.rgielen.com4j.office2010.word.XlAxisType parameter. * @param axisGroup Optional parameter. Default value is 1 * @return Returns a value of type net.rgielen.com4j.office2010.word.Axis */ @DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.word.Axis _Default( net.rgielen.com4j.office2010.word.XlAxisType type, @Optional @DefaultValue("1") net.rgielen.com4j.office2010.word.XlAxisGroup axisGroup); /** *

* 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(13) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy