MathematicalTextFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathematicalTextFactory

public class MathematicalTextFactory implements IMathematicalTextFactory

Allows to create a MathematicalText element


For COM comparibility

Constructors

ConstructorDescription
MathematicalTextFactory()

Methods

MethodDescription
createMathematicalText()Create empty mathematical text element
createMathematicalText(char mathSymbol)Create mathematical text element with the specified value
createMathematicalText(String mathText)Create empty mathematical text element with the specified value
createMathematicalText(String mathText, IPortionFormat portionFormat)Create empty mathematical text element with the specified value and formatting properties

MathematicalTextFactory()

public MathematicalTextFactory()

createMathematicalText()

public final IMathematicalText createMathematicalText()

Create empty mathematical text element

Returns: IMathematicalText - new Mathematical Text

createMathematicalText(char mathSymbol)

public final IMathematicalText createMathematicalText(char mathSymbol)

Create mathematical text element with the specified value

Parameters:

ParameterTypeDescription
mathSymbolcharsingle symbol to use as text value

Returns: IMathematicalText - new Mathematical Text

createMathematicalText(String mathText)

public final IMathematicalText createMathematicalText(String mathText)

Create empty mathematical text element with the specified value

Parameters:

ParameterTypeDescription
mathTextjava.lang.Stringtext value

Returns: IMathematicalText - new Mathematical Text

createMathematicalText(String mathText, IPortionFormat portionFormat)

public final IMathematicalText createMathematicalText(String mathText, IPortionFormat portionFormat)

Create empty mathematical text element with the specified value and formatting properties

Parameters:

ParameterTypeDescription
mathTextjava.lang.Stringtext value
portionFormatIPortionFormattext format settings

Returns: IMathematicalText - new Mathematical Text