StoryFragment.Add(BlockElement) Method

Definition

Add a block to the story fragment.

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)

Parameters

element
BlockElement

The block to add.

Exceptions

The block passed is null.

Applies to