zaz/doc/build/_sources/main/examples_writer.rst.txt

15 lines
241 B
Plaintext
Raw Normal View History

2021-06-25 22:55:52 -05:00
For Writer
-------------------
Set autostyle in table
^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: python
def writer_table_set_style():
doc = app.active
table = doc.tables[0]
table.style = 'Academic'
return