[]
Provides access to the content of a ContentControl.
public class ControlContent : ContentObject
Public Class ControlContent
Inherits ContentObject
| Name | Description |
|---|---|
| Control | Gets the parent content control. |
| Name | Description |
|---|---|
| AddBidirectionalOverride() | Adds a BidirectionalOverride to the end of the current control content. |
| AddBidirectionalOverride(BiDirection) | Adds a BidirectionalOverride to the end of the current control content. |
| AddComplexField(IFieldOptions) | Adds a ComplexField to the end of the current control content. |
| AddComplexField(string) | Adds a ComplexField to the end of the current control content. |
| AddComplexField(string, string) | Adds a ComplexField to the end of the current control content. |
| AddContentControl(ContentControlType, bool) | Adds a ContentControl to the end of the current control content. |
| AddEndnote(string) | Adds an Endnote to the end of the current control content. |
| AddEndnote(string, char, string) | Adds an Endnote to the end of the current control content. |
| AddEndnote(string, string) | Adds an Endnote to the end of the current control content. |
| AddFootnote(string) | Adds a Footnote to the end of the current control content. |
| AddFootnote(string, char, string) | Adds a Footnote to the end of the current control content. |
| AddFootnote(string, string) | Adds a Footnote to the end of the current control content. |
| AddHyperlink() | Adds a Hyperlink to the end of the current control content. |
| AddHyperlink(string, string, string, string) | Adds a Hyperlink to the end of the current control content. |
| AddHyperlink(Uri, string, string, string, string) | Adds a Hyperlink to the end of the current control content. |
| AddOMath() | Adds a OMath to the end of the current control content. |
| AddOMath(OMathBuiltInEquation) | Adds a OMath to the end of the current control content. |
| AddOMathParagraph() | Adds a OMathParagraph to the end of the current control content. |
| AddOMathParagraph(OMathBuiltInEquation) | Adds a OMathParagraph to the end of the current control content. |
| AddParagraph() | Adds a Paragraph to the end of the current control content. |
| AddParagraph(Style) | Adds a Paragraph to the end of the current control content. |
| AddParagraph(string) | Adds a Paragraph to the end of the current control content. |
| AddParagraph(string, Style) | Adds a Paragraph to the end of the current control content. |
| AddRun() | Adds a Run to the end of the current control content. |
| AddRun(Style) | Adds a Run to the end of the current control content. |
| AddRun(string) | Adds a Run to the end of the current control content. |
| AddRun(string, Style) | Adds a Run to the end of the current control content. |
| AddSimpleField(string) | Adds a SimpleField to the end of the current control content. |
| AddSimpleField(string, string) | Adds a SimpleField to the end of the current control content. |
| AddTable() | Adds a Table to the end of the current control content. |
| AddTable(Style) | Adds a Table to the end of the current control content. |
| AddTable(int, int) | Adds a Table to the end of the current control content. |
| AddTable(int, int, Style) | Adds a Table to the end of the current control content. |
| AddTable(string[][]) | Adds a Table to the end of the current control content. |
| AddTable(string[][], Style) | Adds a Table to the end of the current control content. |