net.rgielen.com4j.office2010.excel.TableStyle Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface TableStyle 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 "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
java.lang.String _Default();
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Getter method for the COM property "NameLocal"
*
*/
@DISPID(937)
@PropGet
java.lang.String nameLocal();
/**
*
* Getter method for the COM property "BuiltIn"
*
*/
@DISPID(553)
@PropGet
boolean builtIn();
/**
*
* Getter method for the COM property "TableStyleElements"
*
*/
@DISPID(2737)
@PropGet
net.rgielen.com4j.office2010.excel.TableStyleElements tableStyleElements();
/**
*
* Getter method for the COM property "ShowAsAvailableTableStyle"
*
*/
@DISPID(2738)
@PropGet
boolean showAsAvailableTableStyle();
/**
*
* Setter method for the COM property "ShowAsAvailableTableStyle"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2738)
@PropPut
void showAsAvailableTableStyle(
boolean rhs);
/**
*
* Getter method for the COM property "ShowAsAvailablePivotTableStyle"
*
*/
@DISPID(2739)
@PropGet
boolean showAsAvailablePivotTableStyle();
/**
*
* Setter method for the COM property "ShowAsAvailablePivotTableStyle"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2739)
@PropPut
void showAsAvailablePivotTableStyle(
boolean rhs);
/**
*/
@DISPID(117)
void delete();
/**
* @param newTableStyleName Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(1039)
net.rgielen.com4j.office2010.excel.TableStyle duplicate(
@Optional java.lang.Object newTableStyleName);
/**
*
* Getter method for the COM property "ShowAsAvailableSlicerStyle"
*
*/
@DISPID(2946)
@PropGet
boolean showAsAvailableSlicerStyle();
/**
*
* Setter method for the COM property "ShowAsAvailableSlicerStyle"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2946)
@PropPut
void showAsAvailableSlicerStyle(
boolean rhs);
// Properties:
}