本示例清除所选内容中首段的段前间距。

Selection.Paragraphs(1).CloseUp


本示例修改活动文档中“标题 1”的样式,清除“标题 1”样式段落的段前间距。

ActiveDocument.Styles("标题 1").ParagraphFormat.CloseUp