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

True の 場合は、指定した水平線が影なしで描画します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

PercentWidth

ウィンドウ幅に対する割合として表される指定した水平線の長さを設定または返します。

WidthType

指定した HorizontalLineFormat オブジェクトの幅の型を設定または返します。

適用対象