net.rgielen.com4j.office2010.excel.TableStyleElement Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface TableStyleElement 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 "HasFormat"
*
*/
@DISPID(2735)
@PropGet
boolean hasFormat();
/**
*
* Getter method for the COM property "Interior"
*
*/
@DISPID(129)
@PropGet
net.rgielen.com4j.office2010.excel.Interior interior();
/**
*
* Getter method for the COM property "Borders"
*
*/
@DISPID(435)
@PropGet
net.rgielen.com4j.office2010.excel.Borders borders();
/**
*
* Getter method for the COM property "Font"
*
*/
@DISPID(146)
@PropGet
net.rgielen.com4j.office2010.excel.Font font();
/**
*
* Getter method for the COM property "StripeSize"
*
*/
@DISPID(2736)
@PropGet
int stripeSize();
/**
*
* Setter method for the COM property "StripeSize"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(2736)
@PropPut
void stripeSize(
int rhs);
/**
*/
@DISPID(111)
void clear();
// Properties:
}