SectionStructure.Add(BlockElement) Metodo

Definizione

Aggiunge un blocco alla sezione.

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)

Parametri

element
BlockElement

Elemento di blocco da aggiungere.

Eccezioni

L'elemento è null.

Si applica a