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

net.rgielen.com4j.office2010.excel.IPoint Maven / Gradle / Ivy

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

import com4j.*;

@IID("{0002086A-0001-0000-C000-000000000046}")
public interface IPoint extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** * @param type Optional parameter. Default value is 2 * @param legendKey Optional parameter. Default value is com4j.Variant.getMissing() * @param autoText Optional parameter. Default value is com4j.Variant.getMissing() * @param hasLeaderLines Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(10) @ReturnValue(type=NativeType.VARIANT) java.lang.Object _ApplyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object legendKey, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object autoText, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object hasLeaderLines); /** *

* Getter method for the COM property "Border" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Border */ @VTID(11) net.rgielen.com4j.office2010.excel.Border border(); /** * @return Returns a value of type java.lang.Object */ @VTID(12) @ReturnValue(type=NativeType.VARIANT) java.lang.Object clearFormats(); /** * @return Returns a value of type java.lang.Object */ @VTID(13) @ReturnValue(type=NativeType.VARIANT) java.lang.Object copy(); /** *

* Getter method for the COM property "DataLabel" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.DataLabel */ @VTID(14) net.rgielen.com4j.office2010.excel.DataLabel dataLabel(); /** * @return Returns a value of type java.lang.Object */ @VTID(15) @ReturnValue(type=NativeType.VARIANT) java.lang.Object delete(); /** *

* Getter method for the COM property "Explosion" *

* @return Returns a value of type int */ @VTID(16) int explosion(); /** *

* Setter method for the COM property "Explosion" *

* @param rhs Mandatory int parameter. */ @VTID(17) void explosion( int rhs); /** *

* Getter method for the COM property "HasDataLabel" *

* @return Returns a value of type boolean */ @VTID(18) boolean hasDataLabel(); /** *

* Setter method for the COM property "HasDataLabel" *

* @param rhs Mandatory boolean parameter. */ @VTID(19) void hasDataLabel( boolean rhs); /** *

* Getter method for the COM property "Interior" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Interior */ @VTID(20) net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "InvertIfNegative" *

* @return Returns a value of type boolean */ @VTID(21) boolean invertIfNegative(); /** *

* Setter method for the COM property "InvertIfNegative" *

* @param rhs Mandatory boolean parameter. */ @VTID(22) void invertIfNegative( boolean rhs); /** *

* Getter method for the COM property "MarkerBackgroundColor" *

* @return Returns a value of type int */ @VTID(23) int markerBackgroundColor(); /** *

* Setter method for the COM property "MarkerBackgroundColor" *

* @param rhs Mandatory int parameter. */ @VTID(24) void markerBackgroundColor( int rhs); /** *

* Getter method for the COM property "MarkerBackgroundColorIndex" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlColorIndex */ @VTID(25) net.rgielen.com4j.office2010.excel.XlColorIndex markerBackgroundColorIndex(); /** *

* Setter method for the COM property "MarkerBackgroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @VTID(26) void markerBackgroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerForegroundColor" *

* @return Returns a value of type int */ @VTID(27) int markerForegroundColor(); /** *

* Setter method for the COM property "MarkerForegroundColor" *

* @param rhs Mandatory int parameter. */ @VTID(28) void markerForegroundColor( int rhs); /** *

* Getter method for the COM property "MarkerForegroundColorIndex" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlColorIndex */ @VTID(29) net.rgielen.com4j.office2010.excel.XlColorIndex markerForegroundColorIndex(); /** *

* Setter method for the COM property "MarkerForegroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @VTID(30) void markerForegroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerSize" *

* @return Returns a value of type int */ @VTID(31) int markerSize(); /** *

* Setter method for the COM property "MarkerSize" *

* @param rhs Mandatory int parameter. */ @VTID(32) void markerSize( int rhs); /** *

* Getter method for the COM property "MarkerStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlMarkerStyle */ @VTID(33) net.rgielen.com4j.office2010.excel.XlMarkerStyle markerStyle(); /** *

* Setter method for the COM property "MarkerStyle" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlMarkerStyle parameter. */ @VTID(34) void markerStyle( net.rgielen.com4j.office2010.excel.XlMarkerStyle rhs); /** * @return Returns a value of type java.lang.Object */ @VTID(35) @ReturnValue(type=NativeType.VARIANT) java.lang.Object paste(); /** *

* Getter method for the COM property "PictureType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlChartPictureType */ @VTID(36) net.rgielen.com4j.office2010.excel.XlChartPictureType pictureType(); /** *

* Setter method for the COM property "PictureType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartPictureType parameter. */ @VTID(37) void pictureType( net.rgielen.com4j.office2010.excel.XlChartPictureType rhs); /** *

* Getter method for the COM property "PictureUnit" *

* @return Returns a value of type int */ @VTID(38) int pictureUnit(); /** *

* Setter method for the COM property "PictureUnit" *

* @param rhs Mandatory int parameter. */ @VTID(39) void pictureUnit( int rhs); /** * @return Returns a value of type java.lang.Object */ @VTID(40) @ReturnValue(type=NativeType.VARIANT) java.lang.Object select(); /** *

* Getter method for the COM property "ApplyPictToSides" *

* @return Returns a value of type boolean */ @VTID(41) boolean applyPictToSides(); /** *

* Setter method for the COM property "ApplyPictToSides" *

* @param rhs Mandatory boolean parameter. */ @VTID(42) void applyPictToSides( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToFront" *

* @return Returns a value of type boolean */ @VTID(43) boolean applyPictToFront(); /** *

* Setter method for the COM property "ApplyPictToFront" *

* @param rhs Mandatory boolean parameter. */ @VTID(44) void applyPictToFront( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToEnd" *

* @return Returns a value of type boolean */ @VTID(45) boolean applyPictToEnd(); /** *

* Setter method for the COM property "ApplyPictToEnd" *

* @param rhs Mandatory boolean parameter. */ @VTID(46) void applyPictToEnd( boolean rhs); /** *

* Getter method for the COM property "Shadow" *

* @return Returns a value of type boolean */ @VTID(47) boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @VTID(48) void shadow( boolean rhs); /** *

* Getter method for the COM property "SecondaryPlot" *

* @return Returns a value of type boolean */ @VTID(49) boolean secondaryPlot(); /** *

* Setter method for the COM property "SecondaryPlot" *

* @param rhs Mandatory boolean parameter. */ @VTID(50) void secondaryPlot( boolean rhs); /** *

* Getter method for the COM property "Fill" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFillFormat */ @VTID(51) net.rgielen.com4j.office2010.excel.ChartFillFormat fill(); /** * @param type Optional parameter. Default value is 2 * @param legendKey Optional parameter. Default value is com4j.Variant.getMissing() * @param autoText Optional parameter. Default value is com4j.Variant.getMissing() * @param hasLeaderLines Optional parameter. Default value is com4j.Variant.getMissing() * @param showSeriesName Optional parameter. Default value is com4j.Variant.getMissing() * @param showCategoryName Optional parameter. Default value is com4j.Variant.getMissing() * @param showValue Optional parameter. Default value is com4j.Variant.getMissing() * @param showPercentage Optional parameter. Default value is com4j.Variant.getMissing() * @param showBubbleSize Optional parameter. Default value is com4j.Variant.getMissing() * @param separator Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type java.lang.Object */ @VTID(52) @ReturnValue(type=NativeType.VARIANT) java.lang.Object applyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object legendKey, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object autoText, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object hasLeaderLines, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showSeriesName, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showCategoryName, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showValue, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showPercentage, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object showBubbleSize, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object separator); /** *

* Getter method for the COM property "Has3DEffect" *

* @return Returns a value of type boolean */ @VTID(53) boolean has3DEffect(); /** *

* Setter method for the COM property "Has3DEffect" *

* @param rhs Mandatory boolean parameter. */ @VTID(54) void has3DEffect( boolean rhs); /** *

* Getter method for the COM property "PictureUnit2" *

* @return Returns a value of type double */ @VTID(55) double pictureUnit2(); /** *

* Setter method for the COM property "PictureUnit2" *

* @param rhs Mandatory double parameter. */ @VTID(56) void pictureUnit2( double rhs); /** *

* Getter method for the COM property "Format" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.ChartFormat */ @VTID(57) net.rgielen.com4j.office2010.excel.ChartFormat format(); /** *

* Getter method for the COM property "Height" *

* @return Returns a value of type double */ @VTID(58) double height(); /** *

* Getter method for the COM property "Width" *

* @return Returns a value of type double */ @VTID(59) double width(); /** *

* Getter method for the COM property "Top" *

* @return Returns a value of type double */ @VTID(60) double top(); /** *

* Getter method for the COM property "Left" *

* @return Returns a value of type double */ @VTID(61) double left(); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @VTID(62) java.lang.String name(); /** * @param loc Mandatory net.rgielen.com4j.office2010.excel.XlPieSliceLocation parameter. * @param index Optional parameter. Default value is 2 * @return Returns a value of type double */ @VTID(63) double pieSliceLocation( net.rgielen.com4j.office2010.excel.XlPieSliceLocation loc, @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlPieSliceIndex index); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy