设置间隔后

SetSpacingAfter(nAfter, [isAfterAuto])

设置当前段后间距ifAfterAuto参数正确性,则nafe值忽略ifAuto后参数不指定,则解释为假

参数:

名称 类型 默认 描述性
过后 树枝

取当前段后以20s测量点的值(1/1440英吋)。

后自动 布林安 虚伪

真实值禁止当前段后间距

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvaromyStyle=ODocument.CreateStylevar OParaPr=omyStyle.GetParaProParaPr.SetSpacingAfter(1440)!varolements=ODocument.GetEplement0odText (“这是在段后设置空间的例子”。)ocept.adText)oclipse.AddTextoParagraph.SetStyle(oMyStyle)!odeptes = Api.Createlementsoclipse.AddTextoDocument.Push(oParagraph)!builder.SaveFile("docx", "SetSpacingAfter.docx")!builder.CloseFile();

结果文档