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

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

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

import com4j.*;

@IID("{5D7F6C15-36CE-44CC-9692-5A1F8B8C906D}")
public interface SeriesLines extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(7) java.lang.String name(); /** * @return Returns a value of type java.lang.Object */ @DISPID(235) //= 0xeb. The runtime will prefer the VTID if present @VTID(8) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

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

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.ChartBorder */ @DISPID(128) //= 0x80. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.word.ChartBorder border(); /** * @return Returns a value of type java.lang.Object */ @DISPID(117) //= 0x75. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.ChartFormat */ @DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.word.ChartFormat format(); /** *

* 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(13) @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(14) int creator(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy