public interface ISmartArt extends IGraphicalObject
Represents a SmartArt diagram.
| Modifier and Type | Method and Description |
|---|---|
ISmartArtNodeCollection |
getAllNodes()
Returns collections of all nodes in SmartArt object.
|
int |
getColorStyle()
Return or set color style of the SmartArt object.
|
int |
getLayout()
Return or set layout of the SmartArt object.
|
ISmartArtNodeCollection |
getNodes()
Returns collections of root nodes in SmartArt object.
|
int |
getQuickStyle()
Return or set quick style of the SmartArt object.
|
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.
|
void |
setColorStyle(int value)
Return or set color style of the SmartArt object.
|
void |
setLayout(int value)
Return or set layout of the SmartArt object.
|
void |
setQuickStyle(int value)
Return or set quick style of the SmartArt object.
|
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.
|
getGraphicalObjectLockaddPlaceholder, getAlternativeText, getAlternativeTextTitle, getBasePlaceholder, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getImage, getImage, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isDecorative, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setDecorative, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvggetSlidegetPresentationgetHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOverISmartArtNodeCollection getAllNodes()
Returns collections of all nodes in SmartArt object.
Read-only ISmartArtNodeCollection.
ISmartArtNodeCollection getNodes()
Returns collections of root nodes in SmartArt object.
Read-only ISmartArtNodeCollection.
int getLayout()
Return or set layout of the SmartArt object.
Read/write SmartArtLayoutType.
void setLayout(int value)
Return or set layout of the SmartArt object.
Read/write SmartArtLayoutType.
int getQuickStyle()
Return or set quick style of the SmartArt object.
Read/write SmartArtQuickStyleType.
void setQuickStyle(int value)
Return or set quick style of the SmartArt object.
Read/write SmartArtQuickStyleType.
int getColorStyle()
Return or set color style of the SmartArt object.
Read/write SmartArtColorType.
void setColorStyle(int value)
Return or set color style of the SmartArt object.
Read/write SmartArtColorType.
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.
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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.