mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-26 10:30:50 +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: ...
|