Package | Description |
---|---|
com.groupdocs.editor.htmlcss.resources |
The com.groupdocs.editor.htmlcss.resources namespace provides classes that represent all kinds of the HTML resources.
|
com.groupdocs.editor.htmlcss.resources.fonts |
The com.groupdocs.editor.htmlcss.resources.fonts namespace provides classes that represent font resources.
|
com.groupdocs.editor.htmlcss.resources.images |
The com.groupdocs.editor.htmlcss.resources.images namespace provides classes that represent image resources of all types in general.
|
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 |
---|---|
static IResourceType |
ResourceTypeDetector.detectTypeFromFilename(String filename)
Detects a type from specified filename and returns an instance of
respective IResourceType
|
IResourceType |
IHtmlResource.getType()
Type of the HTML resource
|
Modifier and Type | Class and Description |
---|---|
class |
FontType
Represents one supportable font type
|
Modifier and Type | Class and Description |
---|---|
class |
ImageType
Represents one supportable image type, supports both raster and vector types
|
Modifier and Type | Class and Description |
---|---|
class |
TextType
Represents one supportable textual resource type
|
Copyright © 2020. All rights reserved.