| 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.audio |
The com.groupdocs.editor.htmlcss.resources.audio namespace provides classes that represent audio 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
|
static IHtmlResource |
ResourceTypeDetector.tryDetectResourceInternal(com.aspose.ms.System.IO.Stream inputResourceStream,
String name,
IResourceType assumptiveFormat)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioType
Represents one supportable audio type (format)
|
| Modifier and Type | Method and Description |
|---|---|
IResourceType |
Mp3Audio.getType_Rename_Namesake()
Deprecated.
|
| 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
|
Copyright © 2024. All rights reserved.