SectionStructure.Add(BlockElement) Methode

Definition

Fügt dem Abschnitt einen Block hinzu.

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

Parameter

element
BlockElement

Das hinzuzufügende Blockelement.

Ausnahmen

Das Element ist null.

Gilt für