MathParagraphFactory

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

ConstructorDescription
MathParagraphFactory()

Methods

MethodDescription
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:

ParameterTypeDescription
mathBlockIMathBlockmath block to place in the paragraph

Returns: IMathParagraph - new math paragraph