次の方法で共有


FontCollectionType コンストラクター

定義

オーバーロード

FontCollectionType()

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

FontCollectionType(OpenXmlElement[])

指定した子要素を使用して FontCollectionType クラスの新しいインスタンスを初期化します。

FontCollectionType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して FontCollectionType クラスの新しいインスタンスを初期化します。

FontCollectionType(String)

外部 XML から FontCollectionType クラスの新しいインスタンスを初期化します。

FontCollectionType()

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

protected FontCollectionType ();
Protected Sub New ()

適用対象

FontCollectionType(OpenXmlElement[])

指定した子要素を使用して FontCollectionType クラスの新しいインスタンスを初期化します。

protected FontCollectionType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.FontCollectionType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.FontCollectionType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

FontCollectionType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して FontCollectionType クラスの新しいインスタンスを初期化します。

protected FontCollectionType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.FontCollectionType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.FontCollectionType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

FontCollectionType(String)

外部 XML から FontCollectionType クラスの新しいインスタンスを初期化します。

protected FontCollectionType (string outerXml);
new DocumentFormat.OpenXml.Drawing.FontCollectionType : string -> DocumentFormat.OpenXml.Drawing.FontCollectionType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象