substitute_picture_title property

substitute_picture_title property

Returns or sets the title for OleObject icon. Read/write str.

Remarks

When IsObjectIcon == false this value is ignored. The string can be truncated according to the size of the OLE icon.

Definition:

@property
def substitute_picture_title(self):
    ...

@substitute_picture_title.setter
def substitute_picture_title(self, value):
    ...

See Also