file_type property

file_type property

Represents file type. Provides methods to obtain list of all file types supported by GroupDocs.Comparison, detect file type by extension etc.

Definition:

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

See Also