CreateMathematicalText
Contents
[
Hide
]CreateMathematicalText()
Create empty mathematical text element
public IMathematicalText CreateMathematicalText()
Return Value
new Mathematical Text
See Also
- interface IMathematicalText
- class MathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathematicalText(char)
Create mathematical text element with the specified value
public IMathematicalText CreateMathematicalText(char mathSymbol)
Parameter | Type | Description |
---|---|---|
mathSymbol | Char | single symbol to use as text value |
Return Value
new Mathematical Text
See Also
- interface IMathematicalText
- class MathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathematicalText(string)
Create empty mathematical text element with the specified value
public IMathematicalText CreateMathematicalText(string mathText)
Parameter | Type | Description |
---|---|---|
mathText | String | text value |
Return Value
new Mathematical Text
See Also
- interface IMathematicalText
- class MathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathematicalText(string, IPortionFormat)
Create empty mathematical text element with the specified value and formatting properties
public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
Parameter | Type | Description |
---|---|---|
mathText | String | text value |
portionFormat | IPortionFormat | text format settings |
Return Value
new Mathematical Text
See Also
- interface IMathematicalText
- interface IPortionFormat
- class MathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides