net.rgielen.com4j.office2010.excel.Sparkline Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface Sparkline 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 "Location"
*
*/
@DISPID(1397)
@PropGet
net.rgielen.com4j.office2010.excel.Range location();
/**
*
* Setter method for the COM property "Location"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.Range parameter.
*/
@DISPID(1397)
@PropPut
void location(
net.rgielen.com4j.office2010.excel.Range rhs);
/**
*
* Getter method for the COM property "SourceData"
*
*/
@DISPID(686)
@PropGet
java.lang.String sourceData();
/**
*
* Setter method for the COM property "SourceData"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(686)
@PropPut
void sourceData(
java.lang.String rhs);
/**
* @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter.
*/
@DISPID(2949)
void modifyLocation(
net.rgielen.com4j.office2010.excel.Range range);
/**
* @param formula Mandatory java.lang.String parameter.
*/
@DISPID(2950)
void modifySourceData(
java.lang.String formula);
// Properties:
}