FileFormatUtil Methods |
The FileFormatUtil type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | ContentTypeToLoadFormat |
Converts IANA content type into a load format enumerated value.
|
![]() ![]() ![]() | ContentTypeToSaveFormat |
Converts IANA content type into a save format enumerated value.
|
![]() ![]() ![]() | DetectFileFormat(Stream) |
Detects and returns the information about a format of a document stored in a stream.
|
![]() ![]() ![]() | DetectFileFormat(String) |
Detects and returns the information about a format of a document stored in a disk file.
|
![]() ![]() ![]() | ExtensionToSaveFormat |
Converts a file name extension into a SaveFormat value.
|
![]() ![]() ![]() | ImageTypeToExtension |
Converts an Aspose.Words image type enumerated value into a file extension. The returned extension is a lower-case string with a leading dot.
|
![]() ![]() ![]() | LoadFormatToExtension |
Converts a load format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot.
|
![]() ![]() ![]() | LoadFormatToSaveFormat |
Converts a LoadFormat value to a SaveFormat value if possible.
|
![]() ![]() ![]() | SaveFormatToExtension |
Converts a save format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot.
|
![]() ![]() ![]() | SaveFormatToLoadFormat |
Converts a SaveFormat value to a LoadFormat value if possible.
|