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

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

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

import com4j.*;

@IID("{000C1729-0000-0000-C000-000000000046}")
public interface IMsoSeriesLines 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.office.IMsoBorder */ @DISPID(128) //= 0x80. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.office.IMsoBorder 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.office.IMsoChartFormat */ @DISPID(1610743813) //= 0x60020005. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.IMsoChartFormat 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 - 2024 Weber Informatics LLC | Privacy Policy