public class TextualFormats
extends com.groupdocs.editor.formats.abstraction.DocumentFormatBase
| Modifier and Type | Field and Description |
|---|---|
static TextualFormats |
Chm
Microsoft Compiled HTML Help is a Microsoft proprietary online help binary format, consisting of a collection of HTML pages, an index and other navigation tools.
|
static TextualFormats |
Html
HyperText Markup Language document (HTML) is the extension for web pages created for display in browsers.
|
static TextualFormats |
Json
JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data.
|
static TextualFormats |
Md
Markdown is a lightweight markup language for creating formatted text using a plain-text editor.
|
static TextualFormats |
Mhtml
MIME encapsulation of aggregate HTML documents is a web page archive format used to combine, in a single computer file, the HTML code and its companion resources.
|
static TextualFormats |
Txt
Plain Text Document (TXT) represents a text document that contains plain text in the form of lines.
|
static TextualFormats |
Xml
eXtensible Markup Language document (XML) that is similar to HTML but different in using tags for defining objects.
|
| Modifier and Type | Method and Description |
|---|---|
static TextualFormats |
fromExtension(String extension)
Retrieves an instance of the specified type
TextualFormats that has the specified file extension. |
static TextualFormats |
fromString(String extension)
Converts a string representing a file extension to a
TextualFormats object. |
static List<TextualFormats> |
getAll()
Gets an enumerable collection of all
TextualFormats. |
equals, equals, fromExtension, fromMime, getExtension, getFormatFamily, getMime, hashCode, toStringareEqual, areNotEqual, equals, equalsName, fromId, fromName, fromName, fromValue, getAll, getId, getName, notEqualsName, toInt, toString, toStringpublic static final TextualFormats Chm
Microsoft Compiled HTML Help is a Microsoft proprietary online help binary format, consisting of a collection of HTML pages, an index and other navigation tools.
Learn more about this file format <a href="https://docs.fileformat.com/web/chm/">here</a>.
public static final TextualFormats Html
HyperText Markup Language document (HTML) is the extension for web pages created for display in browsers.
Learn more about this file format <a href="https://wiki.fileformat.com/web/html">here</a>.
public static final TextualFormats Json
JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data.
Learn more about this file format <a href="https://docs.fileformat.com/web/json/">here</a>.
public static final TextualFormats Md
Markdown is a lightweight markup language for creating formatted text using a plain-text editor.
Learn more about this file format <a href="https://docs.fileformat.com/word-processing/md/">here</a>.
public static final TextualFormats Mhtml
MIME encapsulation of aggregate HTML documents is a web page archive format used to combine, in a single computer file, the HTML code and its companion resources.
Learn more about this file format <a href="https://docs.fileformat.com/web/mhtml/">here</a>.
public static final TextualFormats Txt
Plain Text Document (TXT) represents a text document that contains plain text in the form of lines.
Learn more about this file format <a href="https://wiki.fileformat.com/word-processing/txt">here</a>.
public static final TextualFormats 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 <a href="https://wiki.fileformat.com/web/xml">here</a>.
public static TextualFormats fromExtension(String extension)
Retrieves an instance of the specified type TextualFormats that has the specified file extension.
extension - The file extension of the document format.TextualFormats with the specified file extension.IllegalArgumentException - Thrown when no matching document format is found.public static TextualFormats fromString(String extension)
Converts a string representing a file extension to a TextualFormats object.
extension - The file extension to convert. If the extension contains multiple periods, the part after the last period is used.TextualFormats object corresponding to the specified file extension.TextualFormats - Thrown when the specified file extension is null.public static List<TextualFormats> getAll()
Gets an enumerable collection of all TextualFormats.
IEnumerable{TextualFormats} containing all instances of TextualFormats.Copyright © 2024. All rights reserved.