Package | Description |
---|---|
com.groupdocs.editor.htmlcss.resources.textual |
The com.groupdocs.editor.htmlcss.resources.textual namespace provides classes that represent text resources.
|
Modifier and Type | Method and Description |
---|---|
TextType |
TextType.Clone()
Deprecated.
|
static TextType |
TextType.getCss()
CSS type of the textual resource
|
TextType |
CssText.getType()
Returns TextType.Css
|
TextType |
ITextResource.getType()
In implementing type should return an object, which describes a type of that specific resource
|
TextType |
XmlText.getType()
Returns TextType.Xml
|
static TextType |
TextType.getUndefined()
Special value, which marks undefined, unknown or unsupported textual resource
|
static TextType |
TextType.getXml()
XML type of the textual resource
|
static TextType |
TextType.parseFromFilenameWithExtension(String filename)
Returns TextType value, which is equivalent of filename extension, which is extracted from specified filename
|
Modifier and Type | Method and Description |
---|---|
void |
TextType.CloneTo(TextType that)
Deprecated.
|
boolean |
TextType.equals(TextType other)
Determines whether this instance is equal with specified "TextType" instance
|
static boolean |
TextType.equals(TextType obj1,
TextType obj2)
Deprecated.
|
static boolean |
TextType.op_Equality(TextType first,
TextType second)
Defines whether two specific "TextType" instances are equal
|
static boolean |
TextType.op_Inequality(TextType first,
TextType second)
Defines whether two specific "TextType" instances are not equal
|
Copyright © 2018. All rights reserved.