SetColumnAlignment()
MathMatrix::SetColumnAlignment(int32_t, MathHorizontalAlignment) method
Set the horizontal alignment of the specified column
void Aspose::Slides::MathText::MathMatrix::SetColumnAlignment(int32_t columnIndex, MathHorizontalAlignment val) override
Arguments
Parameter | Type | Description |
---|---|---|
columnIndex | int32_t | Zero-based column index |
val | MathHorizontalAlignment | New value of horizontal alignment of specified column |
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->SetColumnAlignment(0, MathHorizontalAlignment::Left);
See Also
- Enum MathHorizontalAlignment
- Class MathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides