Words.FileFormatUtil.DetectFileFormat query

Hello
DetectFileFormat tool is different in Words, ie in Aspose Email is detects all supported types.
In Words, it is limited to LoadFormat:
Words.FileFormatUtil.DetectFileFormat(stream).LoadFormat

I mean Words.SaveFormat has more enums.
Let’s imagine we just need to detect a file format, not to be used for loading into Aspose Words at the first place.
Words.SaveFormat has .Xps and .OpenXps while Words.LoadFormat does not have.
Any workaround to use Words.FileFormatUtil.DetectFileFormat with all supported formats including Words.SaveFormat ones?
Thanks.

@australian.dev.nerds Aspose.Words.FileFormatUtil.DetectFileFormat method is designed for detecting file formats supported for loading by Aspose.Words. I Am afraid, there is no wat to detect all file formats available in SaveForamat enumeration using this method and currently we o not have plans to extend FileFormatUtil.DetectFileFormat method to detect additional formats.