|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISmartArtNodeCollection
Represents a collection of a SmartArt nodes.
Method Summary | |
---|---|
ISmartArtNode |
addNode()
Add new node or sub node. |
ISmartArtNode |
addNodeByPosition(int position)
Add new node in the selected position of nodes collection. |
ISmartArtNode |
get_Item(int index)
Returns node by index. |
ISmartArtNode |
getNodeByPosition(int position)
Deprecated. |
void |
removeNode(int index)
Remove node or sub node by index. |
void |
removeNode(ISmartArtNode nodeObj)
Remove node or sub node. |
boolean |
removeNodeByPosition(int position)
Deprecated. |
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
ISmartArtNode get_Item(int index)
Returns node by index.
Read-only ISmartArtNode
index
- The zero-based index of the element.@Deprecated ISmartArtNode getNodeByPosition(int position)
Get node by position between siblings.
position
- Zero-based position.
ISmartArtNode addNode()
Add new node or sub node.
void removeNode(int index)
Remove node or sub node by index.
index
- Zero-based index of node
com.aspose.ms.System.ArgumentOutOfRangeException
- index is less than 0. -or- index is equal to or greater than siblings count.void removeNode(ISmartArtNode nodeObj)
Remove node or sub node.
nodeObj
- Node to remove.@Deprecated boolean removeNodeByPosition(int position)
Remove node from selected position.
position
- Zero-based position.
ISmartArtNode addNodeByPosition(int position)
Add new node in the selected position of nodes collection.
position
- Zero-base node position.
com.aspose.ms.System.ArgumentOutOfRangeException
- position is less than 0.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |