CreateMathematicalText
Contenido
[
Ocultar
]CreateMathematicalText()
Crear elemento de texto matemático vacío
public IMathematicalText CreateMathematicalText()
Valor_devuelto
nuevo texto matemático
Ver también
- interface IMathematicalText
- interface IMathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides
CreateMathematicalText(char)
Crear elemento de texto matemático con el valor especificado
public IMathematicalText CreateMathematicalText(char mathSymbol)
Parámetro | Escribe | Descripción |
---|---|---|
mathSymbol | Char | símbolo único para usar como valor de texto |
Valor_devuelto
nuevo texto matemático
Ver también
- interface IMathematicalText
- interface IMathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides
CreateMathematicalText(string)
Crear un elemento de texto matemático vacío con el valor especificado
public IMathematicalText CreateMathematicalText(string mathText)
Parámetro | Escribe | Descripción |
---|---|---|
mathText | String | valor de texto |
Valor_devuelto
nuevo texto matemático
Ver también
- interface IMathematicalText
- interface IMathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides
CreateMathematicalText(string, IPortionFormat)
Crear un elemento de texto matemático vacío con el valor especificado y las propiedades de formato
public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
Parámetro | Escribe | Descripción |
---|---|---|
mathText | String | valor de texto |
portionFormat | IPortionFormat | configuración de formato de texto |
Valor_devuelto
nuevo texto matemático
Ver también
- interface IMathematicalText
- interface IPortionFormat
- interface IMathematicalTextFactory
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides