Value
Propiedad IMathematicalText.Value
Valor de texto
public string Value { get; set; }
Ejemplos
Ejemplo:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
Véase también
- interfaz IMathematicalText
- espacio de nombres Aspose.Slides.MathText
- ensamblado Aspose.Slides