Skip to content

Commit acdac0c

Browse files
committed
docs: add description of tree property in Presentation for slide structure analysis
1 parent 15729c5 commit acdac0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/usage/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ By using the builder, you can create slides while utilizing slide masters and sl
1010
```python
1111
--8<-- "codes/quick_start.py"
1212
```
13+
14+
Also, `tppt.Presentation` has a property called `tree`,
15+
which is a dictionary representing the tree structure of the presentation.
16+
17+
It is used for automatic generation of slide master type definitions and can also be used to analyze how pptx files are structured.

0 commit comments

Comments
 (0)