次の方法で共有


TextFrame.PathFormat プロパティ

定義

指定したテキスト フレームのパスの種類を取得または設定します。

public:
 property Microsoft::Office::Core::MsoPathFormat PathFormat { Microsoft::Office::Core::MsoPathFormat get(); void set(Microsoft::Office::Core::MsoPathFormat value); };
public Microsoft.Office.Core.MsoPathFormat PathFormat { get; set; }
member this.PathFormat : Microsoft.Office.Core.MsoPathFormat with get, set
Public Property PathFormat As MsoPathFormat

プロパティ値

指定したテキスト フレームのパスの種類。

注釈

このプロパティの値には、次 Microsoft.Offic.Core.MsoPathType のいずれかの定数を指定できます。

適用対象