[js宏]wps演示中多顶点矩形
function CreateDialog_CommandButton1_Click()
{
let nodesAdd=CreateDialog.SpinButton1.Value-4;
let linesAdd=nodesAdd==0?0:nodesAdd/2;
let myDocument = Application.ActivePresentation.Slides.Item(1)
let theShape=myDocument.Shapes.Ad...
leiex.com1 min read