public interface IMathParagraphFactory
Allows to create a math paragraph
Modifier and Type | Method and Description |
---|---|
IMathParagraph |
createMathParagraph()
Create empty math paragraph
|
IMathParagraph |
createMathParagraph(IMathBlock mathBlock)
Creates a math paragraph and places the specified math block in it
|
IMathParagraph createMathParagraph()
Create empty math paragraph
IMathParagraph createMathParagraph(IMathBlock mathBlock)
Creates a math paragraph and places the specified math block in it
mathBlock
- math block to place in the paragraph