MathParagraphFactory
MathParagraphFactory class
Allows to create a math paragraph
For COM comparibility
MathParagraphFactory
| Name | Description |
|---|---|
| MathParagraphFactory() |
Returns: MathParagraphFactory
createMathParagraph
| Name | Description |
|---|---|
| createMathParagraph() | Create empty math paragraph |
Returns: MathParagraph
createMathParagraph
| Name | Description |
|---|---|
| createMathParagraph(MathBlock) | Creates a math paragraph and places the specified math block in it |
Parameters:
| Name | Type | Description |
|---|---|---|
| mathBlock | MathBlock | math block to place in the paragraph |
Returns: MathParagraph