[]
Adds an OMathParagraph to the end of the current simple field.
public OMathParagraph AddOMathParagraph()
Public Function AddOMathParagraph() As OMathParagraph
Type | Description |
---|---|
OMathParagraph | The added OMathParagraph. |
Adds an OMathParagraph to the end of the current simple field.
public OMathParagraph AddOMathParagraph(OMathBuiltInEquation equation)
Public Function AddOMathParagraph(equation As OMathBuiltInEquation) As OMathParagraph
Type | Name | Description |
---|---|---|
OMathBuiltInEquation | equation | The built-in equation to fill the OMathParagraph. |
Type | Description |
---|---|
OMathParagraph | The added OMathParagraph. |