java.lang.Object
com.aspose.cells.Slicer
public class Slicer
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getCaption() | |
void | setCaption(java.lang.String value) | |
| Returns or sets the caption of the specified slicer. | ||
boolean | getCaptionVisible() | |
void | setCaptionVisible(boolean value) | |
| Returns or sets whether the header that displays the slicer Caption is visible the default value is true | ||
double | getColumnWidth() | |
void | setColumnWidth(double value) | |
| Returns or sets the width, in points, of each column in the slicer. Read/write | ||
double | getHeight() | |
void | setHeight(double value) | |
| Returns or sets the height of the specified slicer, in points. Read/write. | ||
boolean | getLockedPosition() | |
void | setLockedPosition(boolean value) | |
| 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.String value) | |
| Returns or sets the name of the specified slicer | ||
int | getNumberOfColumns() | |
void | setNumberOfColumns(int value) | |
| 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(double value) | |
| 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(int value) | |
| 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(double value) | |
| 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. | ||
| Property Getters/Setters Detail |
|---|
getSlicerCache | |
public SlicerCache getSlicerCache() | |
getParent | |
public Worksheet getParent() | |
getStyleType/setStyleType | |
public int getStyleType() / public void setStyleType(int value) | |
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getCaption/setCaption | |
public java.lang.String getCaption() / public void setCaption(java.lang.String value) | |
getCaptionVisible/setCaptionVisible | |
public boolean getCaptionVisible() / public void setCaptionVisible(boolean value) | |
getLockedPosition/setLockedPosition | |
public boolean getLockedPosition() / public void setLockedPosition(boolean value) | |
getNumberOfColumns/setNumberOfColumns | |
public int getNumberOfColumns() / public void setNumberOfColumns(int value) | |
getWidth/setWidth | |
public double getWidth() / public void setWidth(double value) | |
getHeight/setHeight | |
public double getHeight() / public void setHeight(double value) | |
getColumnWidth/setColumnWidth | |
public double getColumnWidth() / public void setColumnWidth(double value) | |
getRowHeight/setRowHeight | |
public double getRowHeight() / public void setRowHeight(double value) | |
| Method Detail |
|---|
refresh | |
public void refresh()
throws java.lang.Exception | |