ShapeXmlLoader
Overview
ShapeXmlLoader is a class in Aspose.Cells FOSS for Python.
Loads xdr:sp shape elements from a drawing XML part.
Methods
| Signature | Description |
|---|---|
load_shapes(worksheet, drawing_root, drawing_path, drawing_rels, zipf, get_anchor_int_fn, drawing_rel_types) | Parses all xdr:sp elements in drawing_root and appends Shape objects |
to worksheet.shapes. |