|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISmartArt
Method Summary | |
---|---|
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. |
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 |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |