[]
Adds a ContentControl to the end of the Office Math zone.
public ContentControl AddContentControl(ContentControlType type, bool fillContent = true)
Public Function AddContentControl(type As ContentControlType, Optional fillContent As Boolean = True) As ContentControl
Type | Name | Description |
---|---|---|
ContentControlType | type | The new content control type. |
bool | fillContent | Whether to fill the new control content with default data. |
Type | Description |
---|---|
ContentControl | The added ContentControl. |