Word 程序集: Microsoft.Office.Interop.Word.dll 返回或设置指定段落的行距 (以磅为单位)。 C# 复制 public float LineSpacing { get; set; } 属性值 Single 注解 在将 属性设置为以下内容后,LineSpacingRule可以设置 LineSpacing 属性: wdLineSpaceAtLeast - 行距可以大于或等于指定的 LineSpacing ...
Paragraph.LineSpacing 属性 (Word) Microsoft Ignite 2024 年 11 月 19 日至 22 日 立即注册 消除警报 Learn 发现 产品文档 开发语言 主题 登录 Visual Basic for Applications 按产品浏览 VBA 语言参考 Office 库参考 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何?
Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 确定Microsoft Word是否在指定段落或文本框架中的单词中间换行拉丁文文本。 C# publicintWordWrap {get;set; } 属性值 Int32 注解 如果Word在指定段落或文本框架中的单词中间换行拉丁文文本,则此属性返回True;否则返回False。 将属性值设置为...
表达式是必需的。 一个代表“Paragraph”对象的变量。备注精确间距为各段内最大字符的字号加上 12 磅。您还可以使用 LineSpacingRule 属性设置段落的行距。 下列两个语句是等效的:VB 复制 ActiveDocument.Paragraphs(1).Space2 ActiveDocument.Paragraphs(1).LineSpacingRule = wdLineSpaceDouble ...
程序集: Microsoft.Office.Interop.Word.dll 确定当每页指定一组行数时,Microsoft Word是否将指定段落中的字符与线条网格对齐。 C# 复制 public int DisableLineHeightGrid { get; set; } 属性值 Int32 注解 如果指定了每页的指定行数,如果Word将指定段落中的字符与行网格对齐,则此属性返回 True;如果未指定,...
Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 确定Microsoft Word是否在指定段落或文本框架中的单词中间换行拉丁文文本。 C# publicintWordWrap {get;set; } 属性值 Int32 注解 如果Word在指定段落或文本框架中的单词中间换行拉丁文文本,则此属性返回True;否则返回False。 将属性值设置为...
Put the cursor anywhere in the paragraph. On theHometab, right-click theNormalstyle, and chooseModify. SelectFormat, and then chooseParagraph. On theIndents and Spacingtab, underIndentation, selectFirst line. SelectOK. SelectOKagain. Note:If youalwayswant first-line indentation whenever y...
Put the cursor anywhere in the paragraph. On theHometab, right-click theNormalstyle, and chooseModify. SelectFormat, and then chooseParagraph. On theIndents and Spacingtab, underIndentation, selectFirst line. SelectOK. SelectOKagain. Note:If youalwayswant first-line indentation whenever y...
Microsoft.Office.Tools.Word.dll, Microsoft.Office.Tools.Word.v4.0.Utilities.dll获取或设置一个值,用于指示 Microsoft Office Word 是否在“样式和格式”任务窗格中显示段落格式。 C# 复制 public bool FormattingShowParagraph { get; set; } 属性值 Boolean true如果Microsoft Office Word在“样式和格式设置...
(Why? Because now we’re working on paragraph 2.) By default Word carries paragraph formatting from one paragraph to the next. We don’t want a border around paragraph 2, so we select the paragraph and use this line of code to the set the line style to None; that means this ...