Open
Description
Proxy classes such as Document, Paragraph, and Table each hold a private reference to the lxml element they correspond to, <w:document>
, <w:p>
, and <w:tbl>
respectively. With these elements, advanced users can call the underlying lxml API directly to develop customized solutions the existing API does not yet support.
Add documentation so advanced users can readily access these elements without consulting the source code.