ISmartArt
All Implemented Interfaces: com.aspose.slides.IGraphicalObject
public interface ISmartArt extends IGraphicalObject
Represents a SmartArt diagram.
Methods
Method | Description |
---|---|
getAllNodes() | Returns collections of all nodes in SmartArt object. |
getNodes() | Returns collections of root nodes in SmartArt object. |
getLayout() | Return or set layout of the SmartArt object. |
setLayout(int value) | Return or set layout of the SmartArt object. |
getQuickStyle() | Return or set quick style of the SmartArt object. |
setQuickStyle(int value) | Return or set quick style of the SmartArt object. |
getColorStyle() | Return or set color style of the SmartArt object. |
setColorStyle(int value) | Return or set color style of the SmartArt object. |
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. |
setReversed(boolean value) | 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. |
getAllNodes()
public abstract ISmartArtNodeCollection getAllNodes()
Returns collections of all nodes in SmartArt object. Read-only ISmartArtNodeCollection.
Returns: ISmartArtNodeCollection
getNodes()
public abstract ISmartArtNodeCollection getNodes()
Returns collections of root nodes in SmartArt object. Read-only ISmartArtNodeCollection.
Returns: ISmartArtNodeCollection
getLayout()
public abstract int getLayout()
Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.
Returns: int
setLayout(int value)
public abstract void setLayout(int value)
Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getQuickStyle()
public abstract int getQuickStyle()
Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.
Returns: int
setQuickStyle(int value)
public abstract void setQuickStyle(int value)
Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getColorStyle()
public abstract int getColorStyle()
Return or set color style of the SmartArt object. Read/write SmartArtColorType.
Returns: int
setColorStyle(int value)
public abstract void setColorStyle(int value)
Return or set color style of the SmartArt object. Read/write SmartArtColorType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
isReversed()
public abstract boolean 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
setReversed(boolean value)
public abstract void setReversed(boolean value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |