ParagraphStructure.Add(NamedElement) Metoda

Definice

Přidá pojmenovaný prvek do odstavce.

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)

Parametry

element
NamedElement

Prvek, který chcete přidat.

Výjimky

To element je null.

Platí pro