Shapes.AddShape (Word)
Fügt einem Dokument eine AutoForm hinzu.
Um den Typ einer AutoForm zu ändern, die Sie hinzugefügt haben, legen Sie die AutoShapeType -Eigenschaft fest.
AddShape (Type, Left, Top, Width, Height, Anchor)
Dim lngType As Long: lngType =
Dim shpAddShape As Shape
Set shpAddShape = Selection.HeaderFooter.Shapes.AddShape(Type:=lngType, Left:=, Top:=, Width:=, Height:=)
Arguments
Hier sind die benannte Argumente :
Type - Long
Left (Single) - Die in Punkt gemessene Position des linken Rands der AutoForm.
Top (Single) - Die in Punkt gemessene Position des oberen Rands der AutoForm.
Width (Single) - Die in Punkt gemessene Breite der AutoForm.
Height (Single) - Die in Punkt gemessene Höhe der AutoForm.
Optional arguments
Das folgendes Argument ist optional
Anchor - Range