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.
|
getGraphicalObjectLock
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
getSlide
getPresentation
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
ISmartArtNodeCollection 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
.