is_link property
is_link property
Returns true if the picture is linked to a file.
Definition:
@property
def is_link(self):
...
@is_link.setter
def is_link(self, value):
...
See Also
- module
aspose.cells.drawing
- class
Picture
Returns true if the picture is linked to a file.
@property
def is_link(self):
...
@is_link.setter
def is_link(self, value):
...
aspose.cells.drawing
Picture