SectionStructure.Add(BlockElement) 方法

定义

向分区添加块。

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)

参数

element
BlockElement

要添加的块元素。

例外

元素为 null.

适用于