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 | Method and Description |
---|---|
static IHtmlResource |
ResourceTypeDetector.tryDetectResource(InputStream inputResourceStream,
String name,
IResourceType assumptiveFormat)
Tries to analyze an input stream and creates one of supportable HTML
resources from it, taking into account a specified assumptive type, if it
is not null
|
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 (format), supports both raster and vector formats
|
Modifier and Type | Class and Description |
---|---|
class |
TextType
Represents one supportable textual resource type
|