com.aspose.slides
Class LegacyDiagram

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

public class LegacyDiagram
extends GraphicalObject
implements ILegacyDiagram

Represents a legacy diagram object.


Method Summary
 IGroupShape convertToGroupShape()
           Converts legacy digram to editable group shape.
 ISmartArt convertToSmartArt()
           Converts legacy digram to editable SmartArt object.
 
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

convertToSmartArt

public final ISmartArt convertToSmartArt()

Converts legacy digram to editable SmartArt object. Created SmartArt object adds to parent group shape at the same position.

Specified by:
convertToSmartArt in interface ILegacyDiagram
Returns:
Created SmartArt object.

convertToGroupShape

public final IGroupShape convertToGroupShape()

Converts legacy digram to editable group shape. Created GroupShape object adds to parent group shape at the same position.

Specified by:
convertToGroupShape in interface ILegacyDiagram
Returns:
Created GroupShape object.


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