net.rgielen.com4j.office2010.excel.SparkVerticalAxis Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface SparkVerticalAxis 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 "MinScaleType"
*
*/
@DISPID(2965)
@PropGet
net.rgielen.com4j.office2010.excel.XlSparkScale minScaleType();
/**
*
* Setter method for the COM property "MinScaleType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSparkScale parameter.
*/
@DISPID(2965)
@PropPut
void minScaleType(
net.rgielen.com4j.office2010.excel.XlSparkScale rhs);
/**
*
* Getter method for the COM property "CustomMinScaleValue"
*
*/
@DISPID(2966)
@PropGet
java.lang.Object customMinScaleValue();
/**
*
* Setter method for the COM property "CustomMinScaleValue"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(2966)
@PropPut
void customMinScaleValue(
java.lang.Object rhs);
/**
*
* Getter method for the COM property "MaxScaleType"
*
*/
@DISPID(2967)
@PropGet
net.rgielen.com4j.office2010.excel.XlSparkScale maxScaleType();
/**
*
* Setter method for the COM property "MaxScaleType"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlSparkScale parameter.
*/
@DISPID(2967)
@PropPut
void maxScaleType(
net.rgielen.com4j.office2010.excel.XlSparkScale rhs);
/**
*
* Getter method for the COM property "CustomMaxScaleValue"
*
*/
@DISPID(2968)
@PropGet
java.lang.Object customMaxScaleValue();
/**
*
* Setter method for the COM property "CustomMaxScaleValue"
*
* @param rhs Mandatory java.lang.Object parameter.
*/
@DISPID(2968)
@PropPut
void customMaxScaleValue(
java.lang.Object rhs);
// Properties:
}