CreateMathematicalText

CreateMathematicalText()

Crear elemento de texto matemático vacío

public IMathematicalText CreateMathematicalText()

Valor_devuelto

nuevo texto matemático

Ver también


CreateMathematicalText(char)

Crear elemento de texto matemático con el valor especificado

public IMathematicalText CreateMathematicalText(char mathSymbol)
ParámetroEscribeDescripción
mathSymbolCharsímbolo único para usar como valor de texto

Valor_devuelto

nuevo texto matemático

Ver también


CreateMathematicalText(string)

Crear un elemento de texto matemático vacío con el valor especificado

public IMathematicalText CreateMathematicalText(string mathText)
ParámetroEscribeDescripción
mathTextStringvalor de texto

Valor_devuelto

nuevo texto matemático

Ver también


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ámetroEscribeDescripción
mathTextStringvalor de texto
portionFormatIPortionFormatconfiguración de formato de texto

Valor_devuelto

nuevo texto matemático

Ver también