Paragraphs.IndentCharWidth(Int16) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将一个或多个段落缩进指定的字符数。
public:
void IndentCharWidth(short Count);
public void IndentCharWidth (short Count);
abstract member IndentCharWidth : int16 -> unit
Public Sub IndentCharWidth (Count As Short)
参数
- Count
- Int16
必需 短。 指定段落要缩进的字符数。
注解
此方法等效于单击 "格式" 工具栏上的 "增加缩进量" 按钮。