TextType
Leave feedback
On this page
Represents one supportable textual resource type
public struct TextType : IEquatable<TextType>, IResourceType
| Name | Description |
|---|---|
| static Css { get; } | CSS type of the textual resource |
| static Undefined { get; } | Special value, which marks undefined, unknown or unsupported textual resource |
| static Xml { get; } | XML type of the textual resource |
| FileExtension { get; } | File extension (without leading dot character) of a particular textual resource |
| FormalName { get; } | Returns a formal name of this textual resource type |
| MimeCode { get; } | MIME code of a particular textual resource type |
| Name | Description |
|---|---|
| static ParseFromFilenameWithExtension(string) | Returns TextType value, which is equivalent of filename extension, which is extracted from specified filename with extension or pure extension |
| override Equals(object) | Determines whether this instance is equal with specified uncasted object, which presumably is another “TextType” instance |
| Equals(TextType) | Determines whether this instance is equal with specified “TextType” instance |
| override GetHashCode() | Returns a hash-code, which is a constant number for this specific value type |
| operator == | Defines whether two specific “TextType” instances are equal |
| operator != | Defines whether two specific “TextType” instances are not equal |
- interface IResourceType
- namespace GroupDocs.Editor.HtmlCss.Resources.Textual
- 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.