设置间距

区间间隔(nSpaceing)spi段}

设置以点20s测量的文本间距

参数:

名称 类型 描述性
NSpace 树枝

文本间距值以点的20s测量

返回时间 :

类型
spi段

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0odText ("这只是样本段.")oParagraph.SetSpacing(2)!builder.SaveFile("docx", "SetSpacing.docx")!builder.CloseFile();

结果文档