public class MathParagraphFactory extends java.lang.Object implements IMathParagraphFactory
Allows to create a math paragraph
| Constructor and Description |
|---|
MathParagraphFactory() |
| 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
|
public final IMathParagraph createMathParagraph()
Create empty math paragraph
createMathParagraph in interface IMathParagraphFactorypublic final IMathParagraph createMathParagraph(IMathBlock mathBlock)
Creates a math paragraph and places the specified math block in it
createMathParagraph in interface IMathParagraphFactorymathBlock - math block to place in the paragraphCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.