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

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

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

import com4j.*;

@IID("{000C172E-0000-0000-C000-000000000046}")
public interface IMsoHiLoLines extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Parent" *

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

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @DISPID(1610743809) //= 0x60020001. The runtime will prefer the VTID if present @VTID(8) java.lang.String name(); /** */ @DISPID(1610743810) //= 0x60020002. The runtime will prefer the VTID if present @VTID(9) void select(); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoBorder */ @DISPID(1610743811) //= 0x60020003. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.office.IMsoBorder border(); /** */ @DISPID(1610743812) //= 0x60020004. The runtime will prefer the VTID if present @VTID(11) void 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