SetIndleft

SetIndLeft(nValue)

继承发件人 :ApiParaPr#SetIndLeft

设置左侧缩进

参数:

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

左侧缩进值以点数20s测量

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0oclipse.adText)odtext ("这些句子用来添加线程表示目的)odtext ("这些句子用来添加线程表示目的)oParagraph.SetIndLeft(2880)!odeptes = Api.Createlementsocept.adText)odtext ("这些句子用来添加线程表示目的)odtext(“这些句子用于添加线程表示目的”)oDocument.Push(oParagraph)!builder.SaveFile("docx", "SetIndLeft.docx")!builder.CloseFile();

结果文档