获取WrapperShape

GetWrapperShape()阿比沙比}

继承发件人 :ApiFormBase#GetWrapperShape

返回形状以控制固定大小窗体框的位置和大小空值返回内联表

参数:

这种方法没有任何参数

返回时间 :

类型
阿比沙比

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentVar OpictroForm = Api.CreatePictureFormvarolements=ODocument.GetEplement0oParagraph.AddElement(oPictureForm)!oPictureForm.SetImage("https://api.onlyoffice.com/content/img/docbuilder/examples/user-profile.png")!OPICTER Form.Fixed(10*240,10*240)Var Oshape =OPICTERFORM.GetWrapperShapevarostroke = Api.Createstroke(3600,Api.CreateSolidFill(Api.CreateRGBColor(255,111,61)))oShape.SetOutLine(oStroke)!builder.SaveFile("docx", "GetWrapperShape.docx")!builder.CloseFile();

结果文档