dave-howard / vsdx

vsdx - A python library for processing .vsdx files
BSD 3-Clause "New" or "Revised" License
67 stars 25 forks source link

Access to Section and Row Elements #45

Closed theovesy closed 2 years ago

theovesy commented 2 years ago

I am maybe missing something but it looks like the library does not parse the Section and Row elements in pages and maybe other types of elements. As far as I can tell, only Shapes and Cells are currently supported.

EDIT: I was in fact missing a lot of things, looking at the code, it looks like this issue does not exist as everything is read in the shape object