com.spire.presentation.diagrams
Interface ISmartArt


public interface ISmartArt


Method Summary
 SmartArtColorType getColorStyle()
          Return color style of smart art object
 SmartArtLayoutType getLayoutType()
          Return layout of smartart object
 ISmartArtNodeCollection getNodes()
          Gets collections of nodes in SmartArt object
 SmartArtStyleType getStyle()
          Return style of smartart object
 void reset()
          Reset diagram to original template.
 void setColorStyle(SmartArtColorType value)
          Set color style of smart art object
 void setStyle(SmartArtStyleType value)
          Set style of smartart object
 

Method Detail

getNodes

ISmartArtNodeCollection getNodes()
Gets collections of nodes in SmartArt object

Returns:

getColorStyle

SmartArtColorType getColorStyle()
Return color style of smart art object

Returns:

setColorStyle

void setColorStyle(SmartArtColorType value)
Set color style of smart art object


getLayoutType

SmartArtLayoutType getLayoutType()
Return layout of smartart object

Returns:

getStyle

SmartArtStyleType getStyle()
Return style of smartart object

Returns:

setStyle

void setStyle(SmartArtStyleType value)
Set style of smartart object


reset

void reset()
Reset diagram to original template.

Throws:
java.lang.Exception