ParagraphStructure.Add(NamedElement) メソッド

定義

段落に指定された要素を追加します。

public:
 void Add(System::Windows::Documents::DocumentStructures::NamedElement ^ element);
public void Add (System.Windows.Documents.DocumentStructures.NamedElement element);
member this.Add : System.Windows.Documents.DocumentStructures.NamedElement -> unit
Public Sub Add (element As NamedElement)

パラメーター

element
NamedElement

追加する要素。

例外

elementnull です。

適用対象