SmartArt

SmartArt class

Represents a SmartArt diagram

getAllNodes

NameDescription
getAllNodes ()Returns collections of all nodes in the SmartArt object. Read-only ISmartArtNodeCollection.

Returns: SmartArtNodeCollection


getColorStyle

NameDescription
getColorStyle ()Returns or sets color style of SmartArt object. Read/write SmartArtColorType.

Returns: int


getLayout

NameDescription
getLayout ()Returns or sets layout of the SmartArt object. Read/write SmartArtLayoutType.

Returns: int


getNodes

NameDescription
getNodes ()Returns collections of root nodes in SmartArt object. Read-only ISmartArtNodeCollection.

Returns: SmartArtNodeCollection


getQuickStyle

NameDescription
getQuickStyle ()Returns or sets quick style of SmartArt object. Read/write SmartArtQuickStyleType.

Returns: int


isReversed

NameDescription
isReversed ()Return or set the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. Read/write boolean.

Returns: boolean


setColorStyle

NameDescription
setColorStyle (int)Returns or sets color style of SmartArt object. Read/write SmartArtColorType.

setLayout

NameDescription
setLayout (int)Returns or sets layout of the SmartArt object. Read/write SmartArtLayoutType.

setQuickStyle

NameDescription
setQuickStyle (int)Returns or sets quick style of SmartArt object. Read/write SmartArtQuickStyleType.

setReversed

NameDescription
setReversed (boolean)Return or set the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. Read/write boolean.