Shape
InsertSmartArt Method
|
Insert a smartArt into placeholder shape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertSmartArt(
SmartArtLayoutType smartArtLayoutType
)
Public Sub InsertSmartArt (
smartArtLayoutType As SmartArtLayoutType
)
public:
virtual void InsertSmartArt(
SmartArtLayoutType smartArtLayoutType
) sealed
abstract InsertSmartArt :
smartArtLayoutType : SmartArtLayoutType -> unit
override InsertSmartArt :
smartArtLayoutType : SmartArtLayoutType -> unit
Parameters
-
smartArtLayoutType
-
Type:
Spire.Presentation.Diagrams
SmartArtLayoutType
Implements
IShape
InsertSmartArt(SmartArtLayoutType)
See Also