Interface ITableStyle
public interface ITableStyle
Represents a single style that can be applied to a table.
-
Method Summary
void
Duplicates the
ITableStyle
object and returns a reference to the newcopy.
Duplicates the
ITableStyle
object and returns a reference to the newcopy.
Returns the name of the object.
boolean
Gets a pivot style shown as available in the pivot styles gallery .
boolean
Gets whether the specified table style is shown as available in the slicer styles gallery.
boolean
Gets a table style shown as available in the table styles gallery .
boolean
Gets whether the style is a built-in style.
void
Sets a pivot style shown as available in the pivot styles gallery .
void
Sets whether the specified table style is shown as available in the slicer styles gallery.
void
Sets a table style shown as available in the table styles gallery .
-
Method Details
-
isBuiltIn
boolean isBuiltIn()
Gets whether the style is a built-in style.
-
getName
Returns the name of the object.
-
-
-
duplicate
Duplicates the
ITableStyle
object and returns a reference to the newcopy.
-
duplicate
Duplicates the
ITableStyle
object and returns a reference to the newcopy.
- Parameters:
newName
- The name of the new table style.
-
getShowAsAvailableSlicerStyle
boolean getShowAsAvailableSlicerStyle()
Gets whether the specified table style is shown as available in the slicer styles gallery.
-
setShowAsAvailableSlicerStyle
void setShowAsAvailableSlicerStyle(boolean value)
Sets whether the specified table style is shown as available in the slicer styles gallery.
-
getShowAsAvailableTableStyle
boolean getShowAsAvailableTableStyle()
Gets a table style shown as available in the table styles gallery .
-
setShowAsAvailableTableStyle
void setShowAsAvailableTableStyle(boolean value)
Sets a table style shown as available in the table styles gallery .
-
getShowAsAvailablePivotStyle
boolean getShowAsAvailablePivotStyle()
Gets a pivot style shown as available in the pivot styles gallery .
-
setShowAsAvailablePivotStyle
void setShowAsAvailablePivotStyle(boolean value)
Sets a pivot style shown as available in the pivot styles gallery .