public class Slicer
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getCaption() | |
void | setCaption(java.lang.Stringvalue) | |
Returns or sets the caption of the specified slicer. | ||
boolean | getCaptionVisible() | |
void | setCaptionVisible(booleanvalue) | |
Returns or sets whether the header that displays the slicer Caption is visible the default value is true | ||
double | getColumnWidth() | |
void | setColumnWidth(doublevalue) | |
Returns or sets the width, in points, of each column in the slicer. Read/write | ||
double | getHeight() | |
void | setHeight(doublevalue) | |
Returns or sets the height of the specified slicer, in points. Read/write. | ||
boolean | getLockedPosition() | |
void | setLockedPosition(booleanvalue) | |
Returns or sets whether the specified slicer can be moved or resized by using the user interface. Read/write. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Returns or sets the name of the specified slicer | ||
int | getNumberOfColumns() | |
void | setNumberOfColumns(intvalue) | |
Returns or sets the number of columns in the specified slicer. Read/write. | ||
Worksheet | getParent() | |
Returns the Worksheet object that represents the sheet that contains the slicer. Read-only.
|
||
double | getRowHeight() | |
void | setRowHeight(doublevalue) | |
Returns or sets the height, in points, of each row in the specified slicer. Read/write. | ||
SlicerCache | getSlicerCache() | |
Returns the SlicerCache object associated with the slicer. Read-only.
|
||
int | getStyleType() | |
void | setStyleType(intvalue) | |
Specify the type of Built-in slicer style the default type is SlicerStyleLight1 The value of the property is SlicerStyleType integer constant. | ||
double | getWidth() | |
void | setWidth(doublevalue) | |
Returns or sets the width of the specified slicer, in points. Read/write. |
Method Summary | ||
---|---|---|
void | refresh() | |
Refreshing the slicer.Meanwhile, Refreshing and Calculating relative PivotTables.
|
public SlicerCache getSlicerCache()
public Worksheet getParent()
public int getStyleType() / public void setStyleType(int value)
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getCaption() / public void setCaption(java.lang.String value)
public boolean getCaptionVisible() / public void setCaptionVisible(boolean value)
public boolean getLockedPosition() / public void setLockedPosition(boolean value)
public int getNumberOfColumns() / public void setNumberOfColumns(int value)
public double getWidth() / public void setWidth(double value)
public double getHeight() / public void setHeight(double value)
public double getColumnWidth() / public void setColumnWidth(double value)
public double getRowHeight() / public void setRowHeight(double value)