image_data property

ListLevel.image_data property

Returns image data of the picture bullet shape for the current list level.

@property
def image_data(self) -> aspose.words.drawing.ImageData:
    ...

Remarks

If this level doesn’t define picture bullet returns None. Before setting new image for non picture bullet shape, please use ListLevel.create_picture_bullet() method first.

See Also