net.rgielen.com4j.office2010.excel.Axis Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Axis 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();
/**
*
* Getter method for the COM property "AxisBetweenCategories"
*
*/
@DISPID(45)
@PropGet
boolean axisBetweenCategories();
/**
*
* Setter method for the COM property "AxisBetweenCategories"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(45)
@PropPut
void axisBetweenCategories(
boolean rhs);
/**
*
* Getter method for the COM property "AxisGroup"
*
*/
@DISPID(47)
@PropGet
net.rgielen.com4j.office2010.excel.XlAxisGroup axisGroup();
/**
*
* Getter method for the COM property "AxisTitle"
*
*/
@DISPID(82)
@PropGet
net.rgielen.com4j.office2010.excel.AxisTitle axisTitle();
/**
*
* Getter method for the COM property "Border"
*
*/
@DISPID(128)
@PropGet
net.rgielen.com4j.office2010.excel.Border border();
/**
*
* Getter method for the COM property "CategoryNames"
*
*/
@DISPID(156)
@PropGet
java.lang.Object categoryNames();
/**
*
* Setter method for the COM property "CategoryNames"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(156)
@PropPut
void categoryNames(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "Crosses"
*
*/
@DISPID(42)
@PropGet
net.rgielen.com4j.office2010.excel.XlAxisCrosses crosses();
/**
*
* Setter method for the COM property "Crosses"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlAxisCrosses parameter.
*/
@DISPID(42)
@PropPut
void crosses(
net.rgielen.com4j.office2010.excel.XlAxisCrosses rhs);
/**
*
* Getter method for the COM property "CrossesAt"
*
*/
@DISPID(43)
@PropGet
double crossesAt();
/**
*
* Setter method for the COM property "CrossesAt"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(43)
@PropPut
void crossesAt(
double rhs);
/**
*/
@DISPID(117)
java.lang.Object delete();
/**
*
* Getter method for the COM property "HasMajorGridlines"
*
*/
@DISPID(24)
@PropGet
boolean hasMajorGridlines();
/**
*
* Setter method for the COM property "HasMajorGridlines"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(24)
@PropPut
void hasMajorGridlines(
boolean rhs);
/**
*
* Getter method for the COM property "HasMinorGridlines"
*
*/
@DISPID(25)
@PropGet
boolean hasMinorGridlines();
/**
*
* Setter method for the COM property "HasMinorGridlines"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(25)
@PropPut
void hasMinorGridlines(
boolean rhs);
/**
*
* Getter method for the COM property "HasTitle"
*
*/
@DISPID(54)
@PropGet
boolean hasTitle();
/**
*
* Setter method for the COM property "HasTitle"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(54)
@PropPut
void hasTitle(
boolean rhs);
/**
*
* Getter method for the COM property "MajorGridlines"
*
*/
@DISPID(89)
@PropGet
net.rgielen.com4j.office2010.excel.Gridlines majorGridlines();
/**
*
* Getter method for the COM property "MajorTickMark"
*
*/
@DISPID(26)
@PropGet
net.rgielen.com4j.office2010.excel.XlTickMark majorTickMark();
/**
*
* Setter method for the COM property "MajorTickMark"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTickMark parameter.
*/
@DISPID(26)
@PropPut
void majorTickMark(
net.rgielen.com4j.office2010.excel.XlTickMark rhs);
/**
*
* Getter method for the COM property "MajorUnit"
*
*/
@DISPID(37)
@PropGet
double majorUnit();
/**
*
* Setter method for the COM property "MajorUnit"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(37)
@PropPut
void majorUnit(
double rhs);
/**
*
* Getter method for the COM property "MajorUnitIsAuto"
*
*/
@DISPID(38)
@PropGet
boolean majorUnitIsAuto();
/**
*
* Setter method for the COM property "MajorUnitIsAuto"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(38)
@PropPut
void majorUnitIsAuto(
boolean rhs);
/**
*
* Getter method for the COM property "MaximumScale"
*
*/
@DISPID(35)
@PropGet
double maximumScale();
/**
*
* Setter method for the COM property "MaximumScale"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(35)
@PropPut
void maximumScale(
double rhs);
/**
*
* Getter method for the COM property "MaximumScaleIsAuto"
*
*/
@DISPID(36)
@PropGet
boolean maximumScaleIsAuto();
/**
*
* Setter method for the COM property "MaximumScaleIsAuto"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(36)
@PropPut
void maximumScaleIsAuto(
boolean rhs);
/**
*
* Getter method for the COM property "MinimumScale"
*
*/
@DISPID(33)
@PropGet
double minimumScale();
/**
*
* Setter method for the COM property "MinimumScale"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(33)
@PropPut
void minimumScale(
double rhs);
/**
*
* Getter method for the COM property "MinimumScaleIsAuto"
*
*/
@DISPID(34)
@PropGet
boolean minimumScaleIsAuto();
/**
*
* Setter method for the COM property "MinimumScaleIsAuto"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(34)
@PropPut
void minimumScaleIsAuto(
boolean rhs);
/**
*
* Getter method for the COM property "MinorGridlines"
*
*/
@DISPID(90)
@PropGet
net.rgielen.com4j.office2010.excel.Gridlines minorGridlines();
/**
*
* Getter method for the COM property "MinorTickMark"
*
*/
@DISPID(27)
@PropGet
net.rgielen.com4j.office2010.excel.XlTickMark minorTickMark();
/**
*
* Setter method for the COM property "MinorTickMark"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTickMark parameter.
*/
@DISPID(27)
@PropPut
void minorTickMark(
net.rgielen.com4j.office2010.excel.XlTickMark rhs);
/**
*
* Getter method for the COM property "MinorUnit"
*
*/
@DISPID(39)
@PropGet
double minorUnit();
/**
*
* Setter method for the COM property "MinorUnit"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(39)
@PropPut
void minorUnit(
double rhs);
/**
*
* Getter method for the COM property "MinorUnitIsAuto"
*
*/
@DISPID(40)
@PropGet
boolean minorUnitIsAuto();
/**
*
* Setter method for the COM property "MinorUnitIsAuto"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(40)
@PropPut
void minorUnitIsAuto(
boolean rhs);
/**
*
* Getter method for the COM property "ReversePlotOrder"
*
*/
@DISPID(44)
@PropGet
boolean reversePlotOrder();
/**
*
* Setter method for the COM property "ReversePlotOrder"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(44)
@PropPut
void reversePlotOrder(
boolean rhs);
/**
*
* Getter method for the COM property "ScaleType"
*
*/
@DISPID(41)
@PropGet
net.rgielen.com4j.office2010.excel.XlScaleType scaleType();
/**
*
* Setter method for the COM property "ScaleType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlScaleType parameter.
*/
@DISPID(41)
@PropPut
void scaleType(
net.rgielen.com4j.office2010.excel.XlScaleType rhs);
/**
*/
@DISPID(235)
java.lang.Object select();
/**
*
* Getter method for the COM property "TickLabelPosition"
*
*/
@DISPID(28)
@PropGet
net.rgielen.com4j.office2010.excel.XlTickLabelPosition tickLabelPosition();
/**
*
* Setter method for the COM property "TickLabelPosition"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTickLabelPosition parameter.
*/
@DISPID(28)
@PropPut
void tickLabelPosition(
net.rgielen.com4j.office2010.excel.XlTickLabelPosition rhs);
/**
*
* Getter method for the COM property "TickLabels"
*
*/
@DISPID(91)
@PropGet
net.rgielen.com4j.office2010.excel.TickLabels tickLabels();
/**
*
* Getter method for the COM property "TickLabelSpacing"
*
*/
@DISPID(29)
@PropGet
int tickLabelSpacing();
/**
*
* Setter method for the COM property "TickLabelSpacing"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(29)
@PropPut
void tickLabelSpacing(
int rhs);
/**
*
* Getter method for the COM property "TickMarkSpacing"
*
*/
@DISPID(31)
@PropGet
int tickMarkSpacing();
/**
*
* Setter method for the COM property "TickMarkSpacing"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(31)
@PropPut
void tickMarkSpacing(
int rhs);
/**
*
* Getter method for the COM property "Type"
*
*/
@DISPID(108)
@PropGet
net.rgielen.com4j.office2010.excel.XlAxisType type();
/**
*
* Setter method for the COM property "Type"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlAxisType parameter.
*/
@DISPID(108)
@PropPut
void type(
net.rgielen.com4j.office2010.excel.XlAxisType rhs);
/**
*
* Getter method for the COM property "BaseUnit"
*
*/
@DISPID(1647)
@PropGet
net.rgielen.com4j.office2010.excel.XlTimeUnit baseUnit();
/**
*
* Setter method for the COM property "BaseUnit"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTimeUnit parameter.
*/
@DISPID(1647)
@PropPut
void baseUnit(
net.rgielen.com4j.office2010.excel.XlTimeUnit rhs);
/**
*
* Getter method for the COM property "BaseUnitIsAuto"
*
*/
@DISPID(1648)
@PropGet
boolean baseUnitIsAuto();
/**
*
* Setter method for the COM property "BaseUnitIsAuto"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1648)
@PropPut
void baseUnitIsAuto(
boolean rhs);
/**
*
* Getter method for the COM property "MajorUnitScale"
*
*/
@DISPID(1649)
@PropGet
net.rgielen.com4j.office2010.excel.XlTimeUnit majorUnitScale();
/**
*
* Setter method for the COM property "MajorUnitScale"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTimeUnit parameter.
*/
@DISPID(1649)
@PropPut
void majorUnitScale(
net.rgielen.com4j.office2010.excel.XlTimeUnit rhs);
/**
*
* Getter method for the COM property "MinorUnitScale"
*
*/
@DISPID(1650)
@PropGet
net.rgielen.com4j.office2010.excel.XlTimeUnit minorUnitScale();
/**
*
* Setter method for the COM property "MinorUnitScale"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTimeUnit parameter.
*/
@DISPID(1650)
@PropPut
void minorUnitScale(
net.rgielen.com4j.office2010.excel.XlTimeUnit rhs);
/**
*
* Getter method for the COM property "CategoryType"
*
*/
@DISPID(1651)
@PropGet
net.rgielen.com4j.office2010.excel.XlCategoryType categoryType();
/**
*
* Setter method for the COM property "CategoryType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCategoryType parameter.
*/
@DISPID(1651)
@PropPut
void categoryType(
net.rgielen.com4j.office2010.excel.XlCategoryType rhs);
/**
*
* Getter method for the COM property "Left"
*
*/
@DISPID(127)
@PropGet
double left();
/**
*
* Getter method for the COM property "Top"
*
*/
@DISPID(126)
@PropGet
double top();
/**
*
* Getter method for the COM property "Width"
*
*/
@DISPID(122)
@PropGet
double width();
/**
*
* Getter method for the COM property "Height"
*
*/
@DISPID(123)
@PropGet
double height();
/**
*
* Getter method for the COM property "DisplayUnit"
*
*/
@DISPID(1886)
@PropGet
net.rgielen.com4j.office2010.excel.XlDisplayUnit displayUnit();
/**
*
* Setter method for the COM property "DisplayUnit"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlDisplayUnit parameter.
*/
@DISPID(1886)
@PropPut
void displayUnit(
net.rgielen.com4j.office2010.excel.XlDisplayUnit rhs);
/**
*
* Getter method for the COM property "DisplayUnitCustom"
*
*/
@DISPID(1887)
@PropGet
double displayUnitCustom();
/**
*
* Setter method for the COM property "DisplayUnitCustom"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(1887)
@PropPut
void displayUnitCustom(
double rhs);
/**
*
* Getter method for the COM property "HasDisplayUnitLabel"
*
*/
@DISPID(1888)
@PropGet
boolean hasDisplayUnitLabel();
/**
*
* Setter method for the COM property "HasDisplayUnitLabel"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1888)
@PropPut
void hasDisplayUnitLabel(
boolean rhs);
/**
*
* Getter method for the COM property "DisplayUnitLabel"
*
*/
@DISPID(1889)
@PropGet
net.rgielen.com4j.office2010.excel.DisplayUnitLabel displayUnitLabel();
/**
*
* Getter method for the COM property "LogBase"
*
*/
@DISPID(2646)
@PropGet
double logBase();
/**
*
* Setter method for the COM property "LogBase"
*
* @param rhs Mandatory double parameter.
*/
@DISPID(2646)
@PropPut
void logBase(
double rhs);
/**
*
* Getter method for the COM property "TickLabelSpacingIsAuto"
*
*/
@DISPID(2647)
@PropGet
boolean tickLabelSpacingIsAuto();
/**
*
* Setter method for the COM property "TickLabelSpacingIsAuto"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2647)
@PropPut
void tickLabelSpacingIsAuto(
boolean rhs);
/**
*
* Getter method for the COM property "Format"
*
*/
@DISPID(116)
@PropGet
net.rgielen.com4j.office2010.excel.ChartFormat format();
// Properties:
}