---
title: "Lucrul cu OfficeMath în Python"
---


Acum este și mai convenabil să lucrați cu obiecte de tip OfficeMath. În Aspose.Words, Clientul poate justifica cu ușurință și poate gestiona, de asemenea, dacă o ecuație este afișată în linie sau într-o linie separată. Mai mult, cu disponibilitatea [MathObjectType](https://reference.aspose.com/words/python-net/aspose.words.math/mathobjecttype/); controale utile pot fi implementate prin utilizarea acestui obiect matricial.

Următoarele exemple de cod arată modul de utilizare a acestor proprietăți:

{{< gist "aspose-words-gists" "e9d8f984dac599756ccb4a64b8c79768" "Examples-DocsExamples-DocsExamples-Programming with Documents-Working with Graphic Elements-working_with_office_math-MathEquations.py" >}}
