ole_format property
Shape.ole_format property
Provides access to the OLE data of a shape. For a shape that is not an OLE object or ActiveX control, returns None
.
@property
def ole_format(self) -> aspose.words.drawing.OleFormat:
...
See Also
- module aspose.words.drawing
- class Shape