HorizontalLineFormat 接口

定义

代表横线的格式设置。

public interface class HorizontalLineFormat
[System.Runtime.InteropServices.Guid("000209DE-0000-0000-C000-000000000046")]
public interface HorizontalLineFormat
type HorizontalLineFormat = interface
Public Interface HorizontalLineFormat
属性

注解

HorizontalLineFormat使用 属性可返回 HorizontalLineFormat 对象。

属性

Alignment

返回或设置一个 WdHorizontalLineAlignment 常量,该常量代表指定水平线的对齐方式。

Application

返回一个Application对象,该对象表示 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

NoShade

如此 如果 Microsoft Word 绘制指定条无三维阴影的横线。

Parent

返回一个对象,代表指定对象的父对象。

PercentWidth

返回或设置表示为窗口宽度的百分比指定横线的长度。

WidthType

返回或设置指定 HorizontalLineFormat 对象的宽度类型。

适用于