CreateMathematicalText
Contenido
[
Ocultar
]CreateMathematicalText()
Crear elemento de texto matemático vacío
public IMathematicalText CreateMathematicalText()
Valor de Retorno
nuevo Texto Matemático
Véase También
- interface IMathematicalText
- interface IMathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathematicalText(char)
Crear elemento de texto matemático con el valor especificado
public IMathematicalText CreateMathematicalText(char mathSymbol)
| Parámetro | Tipo | Descripción |
|---|---|---|
| mathSymbol | Char | símbolo único a utilizar como valor de texto |
Valor de Retorno
nuevo Texto Matemático
Véase También
- interface IMathematicalText
- interface IMathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathematicalText(string)
Crear elemento de texto matemático vacío con el valor especificado
public IMathematicalText CreateMathematicalText(string mathText)
| Parámetro | Tipo | Descripción |
|---|---|---|
| mathText | String | valor de texto |
Valor de Retorno
nuevo Texto Matemático
Véase También
- interface IMathematicalText
- interface IMathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathematicalText(string, IPortionFormat)
Crear elemento de texto matemático vacío con el valor especificado y propiedades de formato
public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
| Parámetro | Tipo | Descripción |
|---|---|---|
| mathText | String | valor de texto |
| portionFormat | IPortionFormat | configuraciones de formato de texto |
Valor de Retorno
nuevo Texto Matemático
Véase También
- interface IMathematicalText
- interface IPortionFormat
- interface IMathematicalTextFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides