mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
5 lines
122 B
Python
5 lines
122 B
Python
from docx.oxml.xmlchemy import BaseOxmlElement
|
|
|
|
class CT_PPr(BaseOxmlElement): ...
|
|
class CT_TabStop(BaseOxmlElement): ...
|