com.aspose.cells.TimelineCollection.html Maven / Gradle / Ivy
TimelineCollection
com.aspose.cells
Class TimelineCollection
java.lang.Object
CollectionBase
com.aspose.cells.TimelineCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class TimelineCollection
- extends CollectionBase
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
Timeline | get(int) | |
Gets the Timeline by index. | ||
Timeline | get(java.lang.String) | |
Gets the Timeline by Timeline's name. |
Method Summary | ||
---|---|---|
int | add(PivotTable pivot, int row, int column, PivotField baseField) | |
Add a new Timeline using PivotTable as data source | ||
int | add(PivotTable pivot, int row, int column, int baseFieldIndex) | |
Add a new Timeline using PivotTable as data source | ||
int | add(PivotTable pivot, int row, int column, java.lang.String baseFieldName) | |
Add a new Timeline using PivotTable as data source | ||
int | add(PivotTable pivot, java.lang.String destCellName, PivotField baseField) | |
Add a new Timeline using PivotTable as data source | ||
int | add(PivotTable pivot, java.lang.String destCellName, int baseFieldIndex) | |
Add a new Timeline using PivotTable as data source | ||
int | add(PivotTable pivot, java.lang.String destCellName, java.lang.String baseFieldName) | |
Add a new Timeline using PivotTable as data source | ||
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
Property Getters/Setters Detail |
---|
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() |
get | |
public Timeline get(int index) |
Gets the Timeline by index.
get | |
public Timeline get(java.lang.String name) |
Gets the Timeline by Timeline's name.
Method Detail |
---|
add | |
public int add(PivotTable pivot, int row, int column, java.lang.String baseFieldName) |
Add a new Timeline using PivotTable as data source - Parameters:
pivot
- PivotTable objectrow
- Row index of the cell in the upper-left corner of the Timeline range.column
- Column index of the cell in the upper-left corner of the Timeline range.baseFieldName
- The name of PivotField in PivotTable.BaseFields
- Returns:
- The new add Timeline index
add | |
public int add(PivotTable pivot, java.lang.String destCellName, java.lang.String baseFieldName) |
Add a new Timeline using PivotTable as data source - Parameters:
pivot
- PivotTable objectdestCellName
- The cell name in the upper-left corner of the Timeline range.baseFieldName
- The name of PivotField in PivotTable.BaseFields
- Returns:
- The new add Timeline index
add | |
public int add(PivotTable pivot, int row, int column, int baseFieldIndex) |
Add a new Timeline using PivotTable as data source - Parameters:
pivot
- PivotTable objectrow
- Row index of the cell in the upper-left corner of the Timeline range.column
- Column index of the cell in the upper-left corner of the Timeline range.baseFieldIndex
- The index of PivotField in PivotTable.BaseFields
- Returns:
- The new add Timeline index
add | |
public int add(PivotTable pivot, java.lang.String destCellName, int baseFieldIndex) |
Add a new Timeline using PivotTable as data source - Parameters:
pivot
- PivotTable objectdestCellName
- The cell name in the upper-left corner of the Timeline range.baseFieldIndex
- The index of PivotField in PivotTable.BaseFields
- Returns:
- The new add Timeline index
add | |
public int add(PivotTable pivot, int row, int column, PivotField baseField) |
Add a new Timeline using PivotTable as data source - Parameters:
pivot
- PivotTable objectrow
- Row index of the cell in the upper-left corner of the Timeline range.column
- Column index of the cell in the upper-left corner of the Timeline range.baseField
- The PivotField in PivotTable.BaseFields
- Returns:
- The new add Timeline index
add | |
public int add(PivotTable pivot, java.lang.String destCellName, PivotField baseField) |
Add a new Timeline using PivotTable as data source - Parameters:
pivot
- PivotTable objectdestCellName
- The cell name in the upper-left corner of the Timeline range.baseField
- The PivotField in PivotTable.BaseFields
- Returns:
- The new add Timeline index
clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() |
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) |
Reserved for internal use.
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) |
Reserved for internal use.
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) |
Reserved for internal use.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.