[]
Adds a OMathParagraph to the collection at the End location.
public OMathParagraph Add()
Public Function Add() As OMathParagraph
Type | Description |
---|---|
OMathParagraph | The added OMathParagraph instance with child OMath. |
Adds a OMathParagraph to the collection at the End location.
public OMathParagraph Add(OMathBuiltInEquation equation)
Public Function Add(equation As OMathBuiltInEquation) As OMathParagraph
Type | Name | Description |
---|---|---|
OMathBuiltInEquation | equation | The built-in equation to fill the OMathParagraph. |
Type | Description |
---|---|
OMathParagraph | The added OMathParagraph. |