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

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

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

import com4j.*;

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

* 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(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(110) //= 0x6e. The runtime will prefer the VTID if present @VTID(8) 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(9) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

* 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 "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(12) net.rgielen.com4j.office2010.office.ChartFont font(); /** * @param index Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type com4j.Com4jObject */ @DISPID(173) //= 0xad. The runtime will prefer the VTID if present @VTID(13) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject legendEntries( @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Position" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.XlLegendPosition */ @DISPID(133) //= 0x85. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.XlLegendPosition position(); /** *

* Setter method for the COM property "Position" *

* @param rhs Mandatory net.rgielen.com4j.office2010.office.XlLegendPosition parameter. */ @DISPID(133) //= 0x85. The runtime will prefer the VTID if present @VTID(15) void position( net.rgielen.com4j.office2010.office.XlLegendPosition rhs); /** *

* 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(16) boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(17) void shadow( boolean rhs); /** * @return Returns a value of type java.lang.Object */ @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present @VTID(18) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clear(); /** *

* 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(19) double height(); /** *

* Setter method for the COM property "Height" *

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

* 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(21) 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(22) 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(23) double left(); /** *

* Setter method for the COM property "Left" *

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

* 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(25) double top(); /** *

* Setter method for the COM property "Top" *

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

* 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(27) double width(); /** *

* Setter method for the COM property "Width" *

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

* 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(29) @ReturnValue(type=NativeType.VARIANT) java.lang.Object autoScaleFont(); /** *

* Setter method for the COM property "AutoScaleFont" *

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

* Getter method for the COM property "IncludeInLayout" *

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

* Setter method for the COM property "IncludeInLayout" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2418) //= 0x972. The runtime will prefer the VTID if present @VTID(32) void includeInLayout( boolean rhs); /** *

* Getter method for the COM property "Format" *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy