sepIndRight系统

SetIndRight(nValue)

继承发件人 :ApiParaPr#SetIndRight

设置右侧缩进

参数:

名称 类型 描述性
svalue语言 树枝

段右侧缩进值以点数20s测量

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0odText ("此段右偏偏2英寸设置)ocept.adText)odtext ("此句用为表示目的添加线程.")oParagraph.SetJc("right")!oParagraph.SetIndRight(2880)!odeptes = Api.CreatelementsodText ("此段不设置偏移)odtext ("这些句子用来添加线程表示目的)odtext(“这些句子用于添加线程表示目的”)oDocument.Push(oParagraph)!builder.SaveFile("docx", "SetIndRight.docx")!builder.CloseFile();

结果文档