mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-07 07:42:34 +00:00
6 lines
142 B
Python
6 lines
142 B
Python
![]() |
from docx.shared import ElementProxy
|
||
|
|
||
|
class Settings(ElementProxy):
|
||
|
@property
|
||
|
def odd_and_even_pages_header_footer(self) -> bool: ...
|