| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| com.groupdocs.editor.metadata |
The com.groupdocs.editor.metadata namespace provides classes for describing basic document properties dependent on document type.
|
| Modifier and Type | Field and Description |
|---|---|
static TextualFormats |
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 |
TextualFormats.Html
HyperText Markup Language document (HTML) is the extension for web pages created for display in browsers.
|
static TextualFormats |
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 |
TextualFormats.Md
Markdown is a lightweight markup language for creating formatted text using a plain-text editor.
|
static TextualFormats |
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 |
TextualFormats.Txt
Plain Text Document (TXT) represents a text document that contains plain text in the form of lines.
|
static TextualFormats |
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 |
TextualFormats.fromExtension(String extension)
Retrieves an instance of the specified type
TextualFormats that has the specified file extension. |
static TextualFormats |
TextualFormats.fromString(String extension)
Converts a string representing a file extension to a
TextualFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<TextualFormats> |
TextualFormats.getAll()
Gets an enumerable collection of all
TextualFormats. |
| Modifier and Type | Method and Description |
|---|---|
TextualFormats |
TextualDocumentInfo.getFormat()
Returns a format of this textual document.
|
| Constructor and Description |
|---|
TextualDocumentInfo(TextualFormats format,
long size,
com.aspose.ms.System.Text.Encoding encoding)
Deprecated.
|
Copyright © 2024. All rights reserved.