version property

version property

Gets the version number of the application that created the document.

Remarks

When a document was created by Microsoft Word, then high 16 bit represent the major version and low 16 bit represent the build number.

Definition:

@property
def version(self):
    ...

See Also