ActiveDocument.Paragraphs(1).TabIndent(2) 以下示例将活动文档中第一段的缩进量减少一个制表位。VB 复制 ActiveDocument.Paragraphs(1).TabIndent(-1) 另请参阅段落对象支持和反馈有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。反馈...
ActiveDocument.Paragraphs.TabHangingIndent(2) 這個範例會將使用中文件內所有段落的首行凸排都往回移動一個定位停駐點。VB 複製 ActiveDocument.Paragraphs.TabHangingIndent(-1) 另請參閱Paragraphs 集合物件支援和意見反應有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,...
expression。 TabIndent( _Count_ )expression 是必需的。 一个代表“ParagraphFormat”对象的变量。参数展开表 名称必需/可选数据类型说明 Count 必需 Integer 如果为正,则表示要缩进的制表位数;如果为负,则表示要删除的缩进制表位数。备注如果Count 的值为负数,您还可以使用此方法删除缩进。
Microsoft.Office.Interop.Word.dll Sets a hanging indent to a specified number of tab stops. C# publicvoidTabHangingIndent(shortCount); Parameters Count Int16 RequiredInteger. The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if ...
Count Integer 类型,必需。正数表示缩进的制表位数量,负数表示清除的缩进制表位数量。 示例 本示例使活动文档首段缩进到第二个制表位。 ActiveDocument.Paragraphs(1).TabIndent(2) 本示例使活动文档的首段缩进减少一个制表位。 ActiveDocument.Paragraphs(1).TabIndent(-1) ...
Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll Sets a hanging indent to a specified number of tab stops. C# publicvoidTabHangingIndent(shortCount); Parameters Count Int16 RequiredShort. The number of tab stops to indent (if positive) or the number of tab...
Microsoft.Office.Interop.Word.dll Sets the left indent for the specified paragraphs to a specified number of tab stops. C# publicvoidTabIndent(shortCount); Parameters Count Int16 RequiredInteger. The number of tab stops to indent (if positive) or the number of tab stops to remove from the ...
expression.TabHangingIndent(Count) expression 必需。此表达式返回一个 Paragraph、Paragraphs 或 ParagraphFormat 对象。 Count Integer 类型,必需。正数表示缩进的制表位数量,负数表示清除的缩进制表位数量。 示例 本示例使活动文档的首段悬挂缩进至第二个制表位。 ActiveDocument.Paragraphs(1).TabHangingIndent(2) ...
indent-string@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== inflight@^1.0...
Paragraphs.TabHangingIndent 方法 (Word) 项目 2023/04/07 5 个参与者 反馈 本文内容 语法 参数 备注 示例 另请参阅 将悬挂缩进量设置为指定的制表位数。语法expression。 TabHangingIndent( _Count_ )expression 是必需的。 一个代表“Paragraphs”集合的变量。