ActiveDocument.Paragraphs(1).LeftIndent = InchesToPoints(1)
本示例为活动文档中第一个表格的各行设置左缩进。
ActiveDocument.Tables(1).Rows.LeftIndent = InchesToPoints(1)