|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GraphicalObject
com.aspose.slides.SmartArt
public class SmartArt
Represents a SmartArt diagram
Method Summary | |
---|---|
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. |
Methods inherited from class com.aspose.slides.GraphicalObject |
---|
getGraphicalObjectLock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IGraphicalObject |
---|
getGraphicalObjectLock |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
public ISmartArtNodeCollection getAllNodes()
Returns collections of all nodes in the SmartArt object.
Read-only ISmartArtNodeCollection
.
getAllNodes
in interface ISmartArt
public ISmartArtNodeCollection getNodes()
Returns collections of root nodes in SmartArt object.
Read-only ISmartArtNodeCollection
.
getNodes
in interface ISmartArt
public int getLayout()
Returns or sets layout of the SmartArt object.
Read/write SmartArtLayoutType
.
getLayout
in interface ISmartArt
public void setLayout(int value)
Returns or sets layout of the SmartArt object.
Read/write SmartArtLayoutType
.
setLayout
in interface ISmartArt
public int getQuickStyle()
Returns or sets quick style of SmartArt object.
Read/write SmartArtQuickStyleType
.
getQuickStyle
in interface ISmartArt
public void setQuickStyle(int value)
Returns or sets quick style of SmartArt object.
Read/write SmartArtQuickStyleType
.
setQuickStyle
in interface ISmartArt
public int getColorStyle()
Returns or sets color style of SmartArt object.
Read/write SmartArtColorType
.
getColorStyle
in interface ISmartArt
public void setColorStyle(int value)
Returns or sets color style of SmartArt object.
Read/write SmartArtColorType
.
setColorStyle
in interface ISmartArt
public 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 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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |