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() |
static TextType |
TextType.getCss()
CSS type of the textual resource
|
TextType |
CssText.getType()
Returns TextType.Css
|
abstract TextType |
TextResourceBase.getType()
In implementing type should return information about type of the text
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 with extension or pure extension
|
Modifier and Type | Method and Description |
---|---|
void |
TextType.CloneTo(TextType that) |
boolean |
TextType.equals(TextType other)
Determines whether this instance is equal with specified "TextType"
instance
|
static boolean |
TextType.equals(TextType obj1,
TextType obj2) |
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
|