|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.Collections.CollectionBase
com.aspose.slides.ChartCategoryExCollection
public class ChartCategoryExCollection
Represents collection of ChartCategoryEx
Method Summary | |
---|---|
int |
add(ChartDataCell chartDataCell)
Creates new chart category from ChartDataCell and adds it to the collection. |
int |
addItem(java.lang.Object value)
Creates new ChartCategoryEx from value and adds it to the collection. |
ChartCategoryEx |
get_Item(int index)
Gets the element at the specified index. |
int |
indexOf(ChartCategoryEx value)
Searches for the specified ChartCategoryEx and returns the zero-based index of the first occurrence within the entire Collection
|
void |
remove(ChartCategoryEx value)
Removes the specified value. |
Methods inherited from class com.aspose.ms.System.Collections.CollectionBase |
---|
clear, contains, copyTo, getCapacity, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, setCapacity, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ChartCategoryEx get_Item(int index)
Gets the element at the specified index.
get_Item
in interface com.aspose.ms.System.Collections.IList
get_Item
in class com.aspose.ms.System.Collections.CollectionBase
T:System.ArgumentOutOfRangeException
- index
is not a valid index in the T:System.Collections.IList
.public int add(ChartDataCell chartDataCell)
Creates new chart category from ChartDataCell
and adds it to the collection.
chartDataCell
- Cell used to create chart category.
public int addItem(java.lang.Object value)
Creates new ChartCategoryEx
from value and adds it to the collection.
addItem
in interface com.aspose.ms.System.Collections.IList
addItem
in class com.aspose.ms.System.Collections.CollectionBase
value
- The value.
ChartDataCellFactory
to add or edit cell values, be sure that you do not use this worksheet
Maximum number of values added using this method must not exceed 16711680
ChartDataCell
.
InvalidOperationException
- if limit exceededpublic int indexOf(ChartCategoryEx value)
Searches for the specified ChartCategoryEx
and returns the zero-based index of the first occurrence within the entire Collection
value
- Chart category.
public void remove(ChartCategoryEx value)
Removes the specified value.
value
- The value.
System.ArgumentException
- The value parameter was not found in the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |