TextualFormats Structure |
Namespace: GroupDocs.Editor.Formats
The TextualFormats type exposes the following members.
Name | Description | |
---|---|---|
![]() | Extension |
Returns an extension (without leading dot character) of this textual format in lower case
|
![]() | Name |
Returns a formal full name of this textual format
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether this instance is equal to the other specified object, that is presumably of boxed TextualFormats
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(IDocumentFormat) |
Determines whether this instance is equal to the other specified IDocumentFormat instance
|
![]() | Equals(TextualFormats) |
Determines whether this instance is equal to the other specified TextualFormats instance
|
![]() ![]() | FromExtension |
Returns instance of TextualFormats structure, associated to specified filename extension, or throws an exception, if extension cannot be properly parsed
|
![]() | GetHashCode |
Returns a hash-code, that is immutable for this instance
(Overrides ValueTypeGetHashCode.) |
![]() | ToString |
Returns the name of this particular format, same as 'Name' property
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks two given TextualFormats instances on equality
|
![]() ![]() | Inequality |
Checks two given TextualFormats instances on inequality
|
Name | Description | |
---|---|---|
![]() ![]() | All |
Returns an internal class, that provides enumerable possibilities over all existing Textual formats.
|
![]() ![]() | Html |
HyperText Markup Language document (HTML) is the extension for web pages created for display in browsers.
Learn more about this file format here.
|
![]() ![]() | Md |
Markdown is a lightweight markup language for creating formatted text using a plain-text editor.
Learn more about this file format here.
|
![]() ![]() | Txt |
Plain Text Document (TXT) represents a text document that contains plain text in the form of lines.
Learn more about this file format here.
|
![]() ![]() | Xml |
eXtensible Markup Language document (XML) that is similar to HTML but different in using tags for defining objects.
Learn more about this file format here.
|