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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Point extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet 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() */ @DISPID(151) java.lang.Object _ApplyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional java.lang.Object legendKey, @Optional java.lang.Object autoText, @Optional java.lang.Object hasLeaderLines); /** *

* Getter method for the COM property "Border" *

*/ @DISPID(128) @PropGet net.rgielen.com4j.office2010.excel.Border border(); /** */ @DISPID(112) java.lang.Object clearFormats(); /** */ @DISPID(551) java.lang.Object copy(); /** *

* Getter method for the COM property "DataLabel" *

*/ @DISPID(158) @PropGet net.rgielen.com4j.office2010.excel.DataLabel dataLabel(); /** */ @DISPID(117) java.lang.Object delete(); /** *

* Getter method for the COM property "Explosion" *

*/ @DISPID(182) @PropGet int explosion(); /** *

* Setter method for the COM property "Explosion" *

* @param rhs Mandatory int parameter. */ @DISPID(182) @PropPut void explosion( int rhs); /** *

* Getter method for the COM property "HasDataLabel" *

*/ @DISPID(77) @PropGet boolean hasDataLabel(); /** *

* Setter method for the COM property "HasDataLabel" *

* @param rhs Mandatory boolean parameter. */ @DISPID(77) @PropPut void hasDataLabel( boolean rhs); /** *

* Getter method for the COM property "Interior" *

*/ @DISPID(129) @PropGet net.rgielen.com4j.office2010.excel.Interior interior(); /** *

* Getter method for the COM property "InvertIfNegative" *

*/ @DISPID(132) @PropGet boolean invertIfNegative(); /** *

* Setter method for the COM property "InvertIfNegative" *

* @param rhs Mandatory boolean parameter. */ @DISPID(132) @PropPut void invertIfNegative( boolean rhs); /** *

* Getter method for the COM property "MarkerBackgroundColor" *

*/ @DISPID(73) @PropGet int markerBackgroundColor(); /** *

* Setter method for the COM property "MarkerBackgroundColor" *

* @param rhs Mandatory int parameter. */ @DISPID(73) @PropPut void markerBackgroundColor( int rhs); /** *

* Getter method for the COM property "MarkerBackgroundColorIndex" *

*/ @DISPID(74) @PropGet net.rgielen.com4j.office2010.excel.XlColorIndex markerBackgroundColorIndex(); /** *

* Setter method for the COM property "MarkerBackgroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @DISPID(74) @PropPut void markerBackgroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerForegroundColor" *

*/ @DISPID(75) @PropGet int markerForegroundColor(); /** *

* Setter method for the COM property "MarkerForegroundColor" *

* @param rhs Mandatory int parameter. */ @DISPID(75) @PropPut void markerForegroundColor( int rhs); /** *

* Getter method for the COM property "MarkerForegroundColorIndex" *

*/ @DISPID(76) @PropGet net.rgielen.com4j.office2010.excel.XlColorIndex markerForegroundColorIndex(); /** *

* Setter method for the COM property "MarkerForegroundColorIndex" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlColorIndex parameter. */ @DISPID(76) @PropPut void markerForegroundColorIndex( net.rgielen.com4j.office2010.excel.XlColorIndex rhs); /** *

* Getter method for the COM property "MarkerSize" *

*/ @DISPID(231) @PropGet int markerSize(); /** *

* Setter method for the COM property "MarkerSize" *

* @param rhs Mandatory int parameter. */ @DISPID(231) @PropPut void markerSize( int rhs); /** *

* Getter method for the COM property "MarkerStyle" *

*/ @DISPID(72) @PropGet net.rgielen.com4j.office2010.excel.XlMarkerStyle markerStyle(); /** *

* Setter method for the COM property "MarkerStyle" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlMarkerStyle parameter. */ @DISPID(72) @PropPut void markerStyle( net.rgielen.com4j.office2010.excel.XlMarkerStyle rhs); /** */ @DISPID(211) java.lang.Object paste(); /** *

* Getter method for the COM property "PictureType" *

*/ @DISPID(161) @PropGet net.rgielen.com4j.office2010.excel.XlChartPictureType pictureType(); /** *

* Setter method for the COM property "PictureType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlChartPictureType parameter. */ @DISPID(161) @PropPut void pictureType( net.rgielen.com4j.office2010.excel.XlChartPictureType rhs); /** *

* Getter method for the COM property "PictureUnit" *

*/ @DISPID(162) @PropGet int pictureUnit(); /** *

* Setter method for the COM property "PictureUnit" *

* @param rhs Mandatory int parameter. */ @DISPID(162) @PropPut void pictureUnit( int rhs); /** */ @DISPID(235) java.lang.Object select(); /** *

* Getter method for the COM property "ApplyPictToSides" *

*/ @DISPID(1659) @PropGet boolean applyPictToSides(); /** *

* Setter method for the COM property "ApplyPictToSides" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1659) @PropPut void applyPictToSides( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToFront" *

*/ @DISPID(1660) @PropGet boolean applyPictToFront(); /** *

* Setter method for the COM property "ApplyPictToFront" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1660) @PropPut void applyPictToFront( boolean rhs); /** *

* Getter method for the COM property "ApplyPictToEnd" *

*/ @DISPID(1661) @PropGet boolean applyPictToEnd(); /** *

* Setter method for the COM property "ApplyPictToEnd" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1661) @PropPut void applyPictToEnd( boolean rhs); /** *

* Getter method for the COM property "Shadow" *

*/ @DISPID(103) @PropGet boolean shadow(); /** *

* Setter method for the COM property "Shadow" *

* @param rhs Mandatory boolean parameter. */ @DISPID(103) @PropPut void shadow( boolean rhs); /** *

* Getter method for the COM property "SecondaryPlot" *

*/ @DISPID(1662) @PropGet boolean secondaryPlot(); /** *

* Setter method for the COM property "SecondaryPlot" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1662) @PropPut void secondaryPlot( boolean rhs); /** *

* Getter method for the COM property "Fill" *

*/ @DISPID(1663) @PropGet 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() */ @DISPID(1922) java.lang.Object applyDataLabels( @Optional @DefaultValue("2") net.rgielen.com4j.office2010.excel.XlDataLabelsType type, @Optional java.lang.Object legendKey, @Optional java.lang.Object autoText, @Optional java.lang.Object hasLeaderLines, @Optional java.lang.Object showSeriesName, @Optional java.lang.Object showCategoryName, @Optional java.lang.Object showValue, @Optional java.lang.Object showPercentage, @Optional java.lang.Object showBubbleSize, @Optional java.lang.Object separator); /** *

* Getter method for the COM property "Has3DEffect" *

*/ @DISPID(1665) @PropGet boolean has3DEffect(); /** *

* Setter method for the COM property "Has3DEffect" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1665) @PropPut void has3DEffect( boolean rhs); /** *

* Getter method for the COM property "PictureUnit2" *

*/ @DISPID(2649) @PropGet double pictureUnit2(); /** *

* Setter method for the COM property "PictureUnit2" *

* @param rhs Mandatory double parameter. */ @DISPID(2649) @PropPut void pictureUnit2( double rhs); /** *

* Getter method for the COM property "Format" *

*/ @DISPID(116) @PropGet net.rgielen.com4j.office2010.excel.ChartFormat format(); /** *

* Getter method for the COM property "Height" *

*/ @DISPID(123) @PropGet double height(); /** *

* Getter method for the COM property "Width" *

*/ @DISPID(122) @PropGet double width(); /** *

* Getter method for the COM property "Top" *

*/ @DISPID(126) @PropGet double top(); /** *

* Getter method for the COM property "Left" *

*/ @DISPID(127) @PropGet double left(); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** * @param loc Mandatory net.rgielen.com4j.office2010.excel.XlPieSliceLocation parameter. * @param index Optional parameter. Default value is 2 */ @DISPID(2913) 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