net.rgielen.com4j.office2010.excel.ISlicerItem Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{000244C9-0001-0000-C000-000000000046}")
public interface ISlicerItem 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 net.rgielen.com4j.office2010.excel.SlicerCache
*/
@VTID(9)
net.rgielen.com4j.office2010.excel.SlicerCache parent();
/**
*
* Getter method for the COM property "Caption"
*
* @return Returns a value of type java.lang.String
*/
@VTID(10)
java.lang.String caption();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(11)
java.lang.String name();
/**
*
* Getter method for the COM property "SourceName"
*
* @return Returns a value of type java.lang.Object
*/
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object sourceName();
/**
*
* Getter method for the COM property "SourceNameStandard"
*
* @return Returns a value of type java.lang.String
*/
@VTID(13)
java.lang.String sourceNameStandard();
/**
*
* Getter method for the COM property "Value"
*
* @return Returns a value of type java.lang.String
*/
@VTID(14)
java.lang.String value();
/**
*
* Getter method for the COM property "Selected"
*
* @return Returns a value of type boolean
*/
@VTID(15)
boolean selected();
/**
*
* Setter method for the COM property "Selected"
*
* @param rhs Mandatory boolean parameter.
*/
@VTID(16)
void selected(
boolean rhs);
/**
*
* Getter method for the COM property "HasData"
*
* @return Returns a value of type boolean
*/
@VTID(17)
boolean hasData();
// Properties:
}