com.aspose.slides
Interface ISmartArtNodeCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
- All Known Implementing Classes:
- SmartArtNodeCollection
public interface ISmartArtNodeCollection
- extends com.aspose.ms.System.Collections.IEnumerable
Represents a collection of a SmartArt nodes.
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable |
iterator |
getCount
int getCount()
get_Item
ISmartArtNode get_Item(int index)
getNodeByPosition
ISmartArtNode getNodeByPosition(int position)
addNode
ISmartArtNode addNode()
removeNode
void removeNode(int index)
removeNode
void removeNode(ISmartArtNode nodeObj)
removeNodeByPosition
boolean removeNodeByPosition(int position)
addNodeByPosition
ISmartArtNode addNodeByPosition(int position)