---
title: "Python에서 OfficeMath로 작업하기"
---


이제 OfficeMath Type Objects로 작업하는 것이 더욱 편리해졌습니다. Aspose.Words에서는 고객이 쉽게 양쪽 정렬할 수 있으며 방정식을 인라인으로 표시할지 아니면 별도의 줄로 표시할지 여부도 관리할 수 있습니다. 더욱이 [MathObjectType](https://reference.aspose.com/words/python-net/aspose.words.math/mathobjecttype/)가 가능해졌습니다. 이 매트릭스 객체를 사용하면 유용한 컨트롤을 구현할 수 있습니다.

다음 코드 예제에서는 이러한 속성을 활용하는 방법을 보여줍니다

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