Package | Description |
---|---|
com.groupdocs.editor.formats | |
com.groupdocs.editor.metadata |
Modifier and Type | Field and Description |
---|---|
static TextualFormats |
TextualFormats.Html
HyperText Markup Language document (HTML)
|
static TextualFormats |
TextualFormats.Txt
Plain Text Document (TXT)
|
static TextualFormats |
TextualFormats.Xml
eXtensible Markup Language document (XML)
|
Modifier and Type | Method and Description |
---|---|
TextualFormats |
TextualFormats.Clone() |
static TextualFormats |
TextualFormats.fromExtension(String extension)
Returns instance of
TextualFormats structure, associated to
specified filename extension, or throws an exception, if extension cannot
be properly parsed |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<TextualFormats> |
TextualFormats.AllEnumerable.iterator()
Returns an enumerator for all supportable Textual formats
|
Modifier and Type | Method and Description |
---|---|
void |
TextualFormats.CloneTo(TextualFormats that) |
boolean |
TextualFormats.equals(TextualFormats other)
Determines whether this instance is equal to the other specified
TextualFormats instance
|
static boolean |
TextualFormats.equals(TextualFormats obj1,
TextualFormats obj2) |
static boolean |
TextualFormats.op_Equality(TextualFormats first,
TextualFormats second)
Checks two given TextualFormats instances on equality
|
static boolean |
TextualFormats.op_Inequality(TextualFormats first,
TextualFormats second)
Checks two given TextualFormats instances on inequality
|
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) |
Copyright © 2020. All rights reserved.