|
||||||||
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.LegacyDiagram
public class LegacyDiagram
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 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 final ISmartArt convertToSmartArt()
Converts legacy digram to editable SmartArt object. Created SmartArt object adds to parent group shape at the same position.
convertToSmartArt
in interface ILegacyDiagram
public final IGroupShape convertToGroupShape()
Converts legacy digram to editable group shape. Created GroupShape object adds to parent group shape at the same position.
convertToGroupShape
in interface ILegacyDiagram
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |