MathParagraphFactory
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IMathParagraphFactory
public class MathParagraphFactory implements IMathParagraphFactory
Allows to create a math paragraph
For COM comparibility
Constructors
Constructor | Description |
---|---|
MathParagraphFactory() |
Methods
Method | Description |
---|---|
createMathParagraph() | Create empty math paragraph |
createMathParagraph(IMathBlock mathBlock) | Creates a math paragraph and places the specified math block in it |
MathParagraphFactory()
public MathParagraphFactory()
createMathParagraph()
public final IMathParagraph createMathParagraph()
Create empty math paragraph
Returns: IMathParagraph - new math paragraph
createMathParagraph(IMathBlock mathBlock)
public final IMathParagraph createMathParagraph(IMathBlock mathBlock)
Creates a math paragraph and places the specified math block in it
Parameters:
Parameter | Type | Description |
---|---|---|
mathBlock | IMathBlock | math block to place in the paragraph |
Returns: IMathParagraph - new math paragraph