com.aspose.slides
Interface ISmartArt

All Superinterfaces:
IGraphicalObject, IHyperlinkContainer, IPresentationComponent, IShape, ISlideComponent
All Known Implementing Classes:
SmartArt

public interface ISmartArt
extends IGraphicalObject


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.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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

getAllNodes

ISmartArtNodeCollection getAllNodes()

Returns collections of all nodes in SmartArt object. Read-only ISmartArtNodeCollection.


getNodes

ISmartArtNodeCollection getNodes()

Returns collections of root nodes in SmartArt object. Read-only ISmartArtNodeCollection.


getLayout

int getLayout()

Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.


setLayout

void setLayout(int value)

Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.


getQuickStyle

int getQuickStyle()

Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.


setQuickStyle

void setQuickStyle(int value)

Return or set quick style of the SmartArt object. Read/write SmartArtQuickStyleType.


getColorStyle

int getColorStyle()

Return or set color style of the SmartArt object. Read/write SmartArtColorType.


setColorStyle

void setColorStyle(int value)

Return or set color style of the SmartArt object. Read/write SmartArtColorType.


isReversed

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.


setReversed

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 © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.