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

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

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

import com4j.*;

@IID("{000C1716-0000-0000-C000-000000000046}")
public interface IMsoFloor 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(112) //= 0x70. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearFormats(); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoInterior */ @DISPID(129) //= 0x81. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.IMsoInterior interior(); /** *

* Getter method for the COM property "Fill" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartFillFormat */ @DISPID(1663) //= 0x67f. The runtime will prefer the VTID if present @VTID(13) net.rgielen.com4j.office2010.office.ChartFillFormat fill(); /** *

* Getter method for the COM property "PictureType" *

* @return Returns a value of type java.lang.Object */ @DISPID(161) //= 0xa1. The runtime will prefer the VTID if present @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object pictureType(); /** *

* Setter method for the COM property "PictureType" *

* @param pvar Mandatory java.lang.Object parameter. */ @DISPID(161) //= 0xa1. The runtime will prefer the VTID if present @VTID(15) void pictureType( @MarshalAs(NativeType.VARIANT) java.lang.Object pvar); /** */ @DISPID(211) //= 0xd3. The runtime will prefer the VTID if present @VTID(16) void paste(); /** *

* Getter method for the COM property "Thickness" *

* @return Returns a value of type int */ @DISPID(2419) //= 0x973. The runtime will prefer the VTID if present @VTID(17) int thickness(); /** *

* Setter method for the COM property "Thickness" *

* @param rhs Mandatory int parameter. */ @DISPID(2419) //= 0x973. The runtime will prefer the VTID if present @VTID(18) void thickness( int rhs); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChartFormat */ @DISPID(1610743820) //= 0x6002000c. The runtime will prefer the VTID if present @VTID(19) 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(20) @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(21) int creator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy