FromExtension
WordProcessingFormats.FromExtension method
Retrieves an instance of the specified type WordProcessingFormats that has the specified file extension.
public static WordProcessingFormats FromExtension(string extension)
| Parameter | Type | Description |
|---|---|---|
| extension | String | The file extension of the document format. |
Return Value
An instance of the specified type WordProcessingFormats with the specified file extension.
Exceptions
| exception | condition |
|---|---|
| InvalidOperationException | Thrown when no matching document format is found. |
See Also
- class WordProcessingFormats
- namespace GroupDocs.Editor.Formats
- assembly GroupDocs.Editor