_ParagraphFormat.IndentCharWidth(Int16) 方法

定义

将一个或多个段落缩进指定的字符数。

public:
 void IndentCharWidth(short Count);
public void IndentCharWidth (short Count);
abstract member IndentCharWidth : int16 -> unit
Public Sub IndentCharWidth (Count As Short)

参数

Count
Int16

必需 。 指定段落要缩进的字符数。

注解

此方法等效于单击 "格式" 工具栏上的 "增加缩进量" 按钮。

适用于