SmartArt
SmartArt class
Represents a SmartArt diagram
getAllNodes
Name | Description |
---|
getAllNodes () | Returns collections of all nodes in the SmartArt object. Read-only ISmartArtNodeCollection. |
Returns:
SmartArtNodeCollection
getColorStyle
Name | Description |
---|
getColorStyle () | Returns or sets color style of SmartArt object. Read/write SmartArtColorType. |
Returns:
int
getLayout
Name | Description |
---|
getLayout () | Returns or sets layout of the SmartArt object. Read/write SmartArtLayoutType. |
Returns:
int
getNodes
Name | Description |
---|
getNodes () | Returns collections of root nodes in SmartArt object. Read-only ISmartArtNodeCollection. |
Returns:
SmartArtNodeCollection
getQuickStyle
Name | Description |
---|
getQuickStyle () | Returns or sets quick style of SmartArt object. Read/write SmartArtQuickStyleType. |
Returns:
int
isReversed
Name | Description |
---|
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
Name | Description |
---|
setColorStyle (int) | Returns or sets color style of SmartArt object. Read/write SmartArtColorType. |
setLayout
Name | Description |
---|
setLayout (int) | Returns or sets layout of the SmartArt object. Read/write SmartArtLayoutType. |
setQuickStyle
Name | Description |
---|
setQuickStyle (int) | Returns or sets quick style of SmartArt object. Read/write SmartArtQuickStyleType. |
setReversed
Name | Description |
---|
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. |