class_identifier property

class_identifier property

Gets and sets the class identifier of the embedded object. It means which application opens the embedded file.

Definition:

@property
def class_identifier(self):
    ...
@class_identifier.setter
def class_identifier(self, value):
    ...

See Also