次の方法で共有


PresentationFormat コンストラクター

定義

オーバーロード

PresentationFormat()

PresentationFormat クラスの新しいインスタンスを初期化します。

PresentationFormat(String)

指定したテキスト コンテンツを使用して PresentationFormat クラスの新しいインスタンスを初期化します。

PresentationFormat()

PresentationFormat クラスの新しいインスタンスを初期化します。

public PresentationFormat ();
Public Sub New ()

適用対象

PresentationFormat(String)

指定したテキスト コンテンツを使用して PresentationFormat クラスの新しいインスタンスを初期化します。

public PresentationFormat (string text);
new DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat : string -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat
Public Sub New (text As String)

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象