public interface ITableStyle
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the
ITableStyle object. |
ITableStyle |
duplicate()
Duplicates the
ITableStyle object and returns a reference to the new
copy. |
ITableStyle |
duplicate(java.lang.String newName)
Duplicates the
ITableStyle object and returns a reference to the new
copy. |
java.lang.String |
getName()
Returns the name of the object.
|
boolean |
getShowAsAvailablePivotStyle()
Gets a pivot style shown as available in the pivot styles gallery .
|
boolean |
getShowAsAvailableSlicerStyle()
Gets whether the specified table style is shown as available in the slicer
styles gallery.
|
boolean |
getShowAsAvailableTableStyle()
Gets a table style shown as available in the table styles gallery .
|
ITableStyleElements |
getTableStyleElements()
Returns the
ITableStyleElements object. |
boolean |
isBuiltIn()
Gets whether the style is a built-in style.
|
void |
setShowAsAvailablePivotStyle(boolean value)
Sets a pivot style shown as available in the pivot styles gallery .
|
void |
setShowAsAvailableSlicerStyle(boolean value)
Sets whether the specified table style is shown as available in the slicer
styles gallery.
|
void |
setShowAsAvailableTableStyle(boolean value)
Sets a table style shown as available in the table styles gallery .
|
boolean isBuiltIn()
java.lang.String getName()
ITableStyleElements getTableStyleElements()
ITableStyleElements object.void delete()
ITableStyle object.ITableStyle duplicate()
ITableStyle object and returns a reference to the new
copy.ITableStyle duplicate(java.lang.String newName)
ITableStyle object and returns a reference to the new
copy.newName - The name of the new table style.boolean getShowAsAvailableSlicerStyle()
void setShowAsAvailableSlicerStyle(boolean value)
boolean getShowAsAvailableTableStyle()
void setShowAsAvailableTableStyle(boolean value)
boolean getShowAsAvailablePivotStyle()
void setShowAsAvailablePivotStyle(boolean value)