public class SmartArt extends GraphicalObject implements ISmartArt
Represents a SmartArt diagram
Modifier and Type | Method and Description |
---|---|
ISmartArtNodeCollection |
getAllNodes()
Returns collections of all nodes in the SmartArt object.
|
int |
getColorStyle()
Returns or sets color style of SmartArt object.
|
int |
getLayout()
Returns or sets layout of the SmartArt object.
|
ISmartArtNodeCollection |
getNodes()
Returns collections of root nodes in SmartArt object.
|
int |
getQuickStyle()
Returns or sets quick style of 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)
Returns or sets color style of SmartArt object.
|
void |
setLayout(int value)
Returns or sets layout of the SmartArt object.
|
void |
setQuickStyle(int value)
Returns or sets quick style of 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, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getLineFormat, getName, getOfficeInteropShapeId, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public final ISmartArtNodeCollection getAllNodes()
Returns collections of all nodes in the SmartArt object.
Read-only ISmartArtNodeCollection
.
getAllNodes
in interface ISmartArt
public final ISmartArtNodeCollection getNodes()
Returns collections of root nodes in SmartArt object.
Read-only ISmartArtNodeCollection
.
public final int getLayout()
Returns or sets layout of the SmartArt object.
Read/write SmartArtLayoutType
.
public final void setLayout(int value)
Returns or sets layout of the SmartArt object.
Read/write SmartArtLayoutType
.
public final int getQuickStyle()
Returns or sets quick style of SmartArt object.
Read/write SmartArtQuickStyleType
.
getQuickStyle
in interface ISmartArt
public final void setQuickStyle(int value)
Returns or sets quick style of SmartArt object.
Read/write SmartArtQuickStyleType
.
setQuickStyle
in interface ISmartArt
public final int getColorStyle()
Returns or sets color style of SmartArt object.
Read/write SmartArtColorType
.
getColorStyle
in interface ISmartArt
public final void setColorStyle(int value)
Returns or sets color style of SmartArt object.
Read/write SmartArtColorType
.
setColorStyle
in interface ISmartArt
public final 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
.
isReversed
in interface ISmartArt
public final 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
.
setReversed
in interface ISmartArt