AddSmartArt
IShapeCollection.AddSmartArt method
Agregar diagrama SmartArt.
public ISmartArt AddSmartArt(float x, float y, float width, float height,
SmartArtLayoutType layoutType)
Parámetro | Escribe | Descripción |
---|---|---|
x | Single | La coordenada X del lado izquierdo del marco del diagrama. |
y | Single | La coordenada Y para el lado izquierdo del marco del diagrama. |
width | Single | El ancho del marco del diagrama. |
height | Single | La altura del marco del diagrama. |
layoutType | SmartArtLayoutType | El tipo de diagrama SmartArt |
Valor_devuelto
Crear diagrama SmartArt
Ejemplos
Ejemplo:
[C#]
Presentation pres = new Presentation();
Slide slide = pres.Slides[0];
SmartArt smart = slide.Shapes.AddSmartArt(0, 0, 400, 400, SmartArtLayoutType.BasicBlockList);
[Visual Basic]
Private pres As New Presentation()
Private slide As Slide = pres.Slides(0)
Private smart As SmartArt = slide.Shapes.AddSmartArt(0, 0, 400, 400, SmartArtLayoutType.BasicBlockList)
Ver también
- interface ISmartArt
- enum SmartArtLayoutType
- interface IShapeCollection
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides