ParagraphStructure.Add(NamedElement) Metodo

Definizione

Aggiunge un elemento denominato al paragrafo.

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)

Parametri

element
NamedElement

Elemento da aggiungere.

Eccezioni

L'elemento element è null.

Si applica a