BaseJustification
IMathArray.BaseJustification property
Especifica la alineación de la matriz en relación con el texto circundante El texto fuera de la matriz se puede alinear con la parte inferior, superior o central de un objeto de matriz. Valor predeterminado: Center
public MathVerticalAlignment BaseJustification { get; set; }
Ejemplos
Ejemplo:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.BaseJustification = MathVerticalAlignment.Top;
Ver también
- enum MathVerticalAlignment
- interface IMathArray
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides