com.aspose.slides
Class SmartArt

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.GraphicalObject
          extended by com.aspose.slides.SmartArt
All Implemented Interfaces:
IGraphicalObject, IHyperlinkContainer, IPresentationComponent, IShape, ISlideComponent, ISmartArt

public class SmartArt
extends GraphicalObject
implements ISmartArt

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 com.aspose.slides.Shape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, getLineFormat, getName, getParent_Immediate, getParentGroup, getPlaceholder, getPresentation, getRawFrame, getRotation, getShapeLock, getSlide, getTags, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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.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

public ISmartArtNodeCollection getAllNodes()

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

Specified by:
getAllNodes in interface ISmartArt

getNodes

public ISmartArtNodeCollection getNodes()

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

Specified by:
getNodes in interface ISmartArt

getLayout

public int getLayout()

Returns or sets layout of the SmartArt object. Read/write SmartArtLayoutType.

Specified by:
getLayout in interface ISmartArt

setLayout

public void setLayout(int value)

Returns or sets layout of the SmartArt object. Read/write SmartArtLayoutType.

Specified by:
setLayout in interface ISmartArt

getQuickStyle

public int getQuickStyle()

Returns or sets quick style of SmartArt object. Read/write SmartArtQuickStyleType.

Specified by:
getQuickStyle in interface ISmartArt

setQuickStyle

public void setQuickStyle(int value)

Returns or sets quick style of SmartArt object. Read/write SmartArtQuickStyleType.

Specified by:
setQuickStyle in interface ISmartArt

getColorStyle

public int getColorStyle()

Returns or sets color style of SmartArt object. Read/write SmartArtColorType.

Specified by:
getColorStyle in interface ISmartArt

setColorStyle

public void setColorStyle(int value)

Returns or sets color style of SmartArt object. Read/write SmartArtColorType.

Specified by:
setColorStyle in interface ISmartArt

isReversed

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.

Specified by:
isReversed in interface ISmartArt

setReversed

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.

Specified by:
setReversed in interface ISmartArt


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.