次の方法で共有


ParagraphPropertiesDefault コンストラクター

定義

オーバーロード

ParagraphPropertiesDefault()

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

ParagraphPropertiesDefault(OpenXmlElement[])

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

ParagraphPropertiesDefault(IEnumerable<OpenXmlElement>)

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

ParagraphPropertiesDefault(String)

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

ParagraphPropertiesDefault()

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

public ParagraphPropertiesDefault ();
Public Sub New ()

適用対象

ParagraphPropertiesDefault(OpenXmlElement[])

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

public ParagraphPropertiesDefault (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ParagraphPropertiesDefault(IEnumerable<OpenXmlElement>)

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

public ParagraphPropertiesDefault (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ParagraphPropertiesDefault(String)

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

public ParagraphPropertiesDefault (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault : string -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象