expression.SpaceAfter 表达式是必需的。 一个代表“Paragraph”对象的变量。 示例 本示例将活动文档第一段的段后间距设置为 12 磅。 VB ActiveDocument.Paragraphs(1).SpaceAfter =12 另请参阅 段落对象 支持和反馈 有关于 Office VBA 或本文档的疑问或反馈? 请参阅Office VBA 支持和反馈,获取有关如何接收支持和...
expression. SpaceAfter表达式是必需的。 一个代表“Paragraph”对象的变量。示例本示例将活动文档第一段的段后间距设置为 12 磅。VB 复制 ActiveDocument.Paragraphs(1).SpaceAfter = 12 另请参阅段落对象支持和反馈有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持...
Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 返回或设置指定段落或文本栏后面的间距 (以磅为单位) 的数量。 C# publicfloatSpaceAfter {get;set; } 属性值 Single 适用于 产品版本 Word primary interop assemblyLatest 反馈 此页面是否有帮助? 是否...
Select eitherRemove Space Before ParagraphorRemove Space After Paragraphdepending on your needs. Remove paragraph spacing using Kutools for Word With the above method, if you want to remove both space before and after paragraphs, you need to select the two options one by one. InKutools for Word...
expression. Space2表达式是必需的。 一个代表“Paragraph”对象的变量。备注精确间距为各段内最大字符的字号加上 12 磅。您还可以使用 LineSpacingRule 属性设置段落的行距。 下列两个语句是等效的:VB 复制 ActiveDocument.Paragraphs(1).Space2 ActiveDocument.Paragraphs(1).LineSpacingRule = wdLineSpaceDouble ...
expression. SpaceBefore表达式是必需的。 一个代表“Paragraph”对象的变量。示例本示例将活动文档中第二段的段前间距设置为 12 磅。VB 复制 ActiveDocument.Paragraphs(2).SpaceBefore = 12 另请参阅段落对象支持和反馈有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收...
spaceAfter: number; 属性值 number 注解 [ API 集:WordApi 1.1 ] 示例 TypeScript 复制 // Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/word/25-paragraph/paragraph-properties.yaml await Word.run(async (context) => { // Set the space (...
document. If your document needs a more open look, modify the Body Text style to give a little more space after each body text paragraph. If you want your main headings to stand out more, modify the Heading 1 style to use a bigger font, with a bit more space before the paragraph. ...
Paragraph wp = wordDoc.Content.Paragraphs.Add(ref range); wp.Format.SpaceBefore = 6; wp.Range.Text = text; wp.Format.SpaceAfter = 24; wp.Range.InsertParagraphAfter(); wordDoc.Paragraphs.Last.Range.Text = \n; } // 杀掉winword.exe进程 ...
SpaceBeforeAuto 如此如果 Microsoft Word 自动设置指定段落的段前间距。读/写长。 样式 返回或设置指定对象的样式。读/写variant 类型的值。 TabStops Returns or sets aTabStopscollection that represents all the custom tab stops for the specified paragraph. Read/write. ...