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
- interfaz IMathematicalText
- clase MathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- ensamblado 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
- interfaz IMathematicalText
- clase MathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- ensamblado 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
- interfaz IMathematicalText
- clase MathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- ensamblado 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
- interfaz IMathematicalText
- interfaz IPortionFormat
- clase MathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- ensamblado Aspose.Slides