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

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

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

import com4j.*;

@IID("{000C1728-0000-0000-C000-000000000046}")
public interface IMsoChartArea 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(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clear(); /** * @return Returns a value of type java.lang.Object */ @DISPID(113) //= 0x71. The runtime will prefer the VTID if present @VTID(12) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearContents(); /** * @return Returns a value of type java.lang.Object */ @DISPID(551) //= 0x227. The runtime will prefer the VTID if present @VTID(13) @ReturnValue(type=NativeType.VARIANT) java.lang.Object copy(); /** *

* Getter method for the COM property "Font" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.ChartFont */ @DISPID(146) //= 0x92. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.ChartFont font(); /** *

* Getter method for the COM property "Shadow" *

* @return Returns a value of type boolean */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(15) boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param pf Mandatory boolean parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(16) void shadow( boolean pf); /** * @return Returns a value of type java.lang.Object */ @DISPID(112) //= 0x70. The runtime will prefer the VTID if present @VTID(17) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearFormats(); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type double */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(18) double height(); /** *

* Setter method for the COM property "Height" *

* @param pd Mandatory double parameter. */ @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present @VTID(19) void height( double pd); /** *

* 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(20) 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(21) net.rgielen.com4j.office2010.office.ChartFillFormat fill(); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type double */ @DISPID(127) //= 0x7f. The runtime will prefer the VTID if present @VTID(22) double left(); /** *

* Setter method for the COM property "Left" *

* @param pd Mandatory double parameter. */ @DISPID(127) //= 0x7f. The runtime will prefer the VTID if present @VTID(23) void left( double pd); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type double */ @DISPID(126) //= 0x7e. The runtime will prefer the VTID if present @VTID(24) double top(); /** *

* Setter method for the COM property "Top" *

* @param pd Mandatory double parameter. */ @DISPID(126) //= 0x7e. The runtime will prefer the VTID if present @VTID(25) void top( double pd); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type double */ @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present @VTID(26) double width(); /** *

* Setter method for the COM property "Width" *

* @param pd Mandatory double parameter. */ @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present @VTID(27) void width( double pd); /** *

* Getter method for the COM property "AutoScaleFont" *

* @return Returns a value of type java.lang.Object */ @DISPID(1525) //= 0x5f5. The runtime will prefer the VTID if present @VTID(28) @ReturnValue(type=NativeType.VARIANT) java.lang.Object autoScaleFont(); /** *

* Setter method for the COM property "AutoScaleFont" *

* @param pvar Mandatory java.lang.Object parameter. */ @DISPID(1525) //= 0x5f5. The runtime will prefer the VTID if present @VTID(29) void autoScaleFont( @MarshalAs(NativeType.VARIANT) java.lang.Object pvar); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.IMsoChartFormat */ @DISPID(1610743831) //= 0x60020017. The runtime will prefer the VTID if present @VTID(30) net.rgielen.com4j.office2010.office.IMsoChartFormat format(); /** *

* Getter method for the COM property "RoundedCorners" *

* @return Returns a value of type boolean */ @DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present @VTID(31) boolean roundedCorners(); /** *

* Setter method for the COM property "RoundedCorners" *

* @param pval Mandatory boolean parameter. */ @DISPID(1610743832) //= 0x60020018. The runtime will prefer the VTID if present @VTID(32) void roundedCorners( boolean pval); /** *

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy