FromName
Leave feedback
On this page
Retrieves an instance of the specified type T that has the specified name.
public static T FromName<T>(string name)
where T : FormatFamilyBase
| Parameter | Description |
|---|---|
| T | The type of format family. |
| name | The name of the format family. |
An instance of the specified type T with the specified name.
| exception | condition |
|---|---|
| InvalidOperationException | Thrown when no matching format family is found. |
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.