Class PivotSource
java.lang.Object
com.independentsoft.office.charts.PivotSource
The Class PivotSource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension list (c:extLst).intGets the format.getName()Gets the name.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidsetFormat(int formatID)Sets the format.voidSets the name.toString()
-
Constructor Details
-
PivotSource
public PivotSource()Instantiates a new pivot source.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the extension list (c:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (c:extLst).- Parameters:
extensionList- the new extension list
-
getFormat
public int getFormat()Gets the format.- Returns:
- the format
-
setFormat
public void setFormat(int formatID)Sets the format.- Parameters:
formatID- the new format
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-