Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 769 Bytes

File metadata and controls

12 lines (8 loc) · 769 Bytes

DocxBody

Properties

Name Type Description Notes
path str The Path of the location of this object; leave blank for new tables [optional]
all_paragraphs list[DocxParagraph] All paragraphs anywhere in the document; these objects are not sequentially placed but are scatted across document [optional]
all_tables list[DocxTable] All tables anywhere in the document; these objects are not sequentially placed but are scatted across the document [optional]

[Back to Model list] [Back to API list] [Back to README]