public interface IMathematicalTextFactory
Allows to create a MathematicalText element
Modifier and Type | Method and Description |
---|---|
IMathematicalText |
createMathematicalText()
Create empty mathematical text element
|
IMathematicalText |
createMathematicalText(char mathSymbol)
Create mathematical text element with the specified value
|
IMathematicalText |
createMathematicalText(java.lang.String mathText)
Create empty mathematical text element with the specified value
|
IMathematicalText |
createMathematicalText(java.lang.String mathText,
IPortionFormat portionFormat)
Create empty mathematical text element with the specified value and formatting properties
|
IMathematicalText createMathematicalText()
Create empty mathematical text element
IMathematicalText createMathematicalText(char mathSymbol)
Create mathematical text element with the specified value
mathSymbol
- single symbol to use as text valueIMathematicalText createMathematicalText(java.lang.String mathText)
Create empty mathematical text element with the specified value
mathText
- text valueIMathematicalText createMathematicalText(java.lang.String mathText, IPortionFormat portionFormat)
Create empty mathematical text element with the specified value and formatting properties
mathText
- text valueportionFormat
- text format settingsCopyright © 2004-2020 Aspose Pty Ltd. All Rights Reserved.