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