BaseJustification
IMathMatrix.BaseJustification свойство
Указывает вертикальное выравнивание относительно окружающего текста. Возможные значения: top, bottom и center. По умолчанию: Center
public MathVerticalAlignment BaseJustification { get; set; }
Примеры
Пример:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.BaseJustification = MathVerticalAlignment.Center;
См. также
- enum MathVerticalAlignment
- interface IMathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides