| Package | Description |
|---|---|
| com.aspose.html | |
| com.aspose.html.dom | |
| com.aspose.html.net.headers |
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
MimeType.fromFileExtension(String fileName)
Creates a new MIME type based on file extension.
|
MimeType |
HTMLImageElement.ImageRequest.getMimeType() |
static MimeType |
MimeType.to_MimeType(String string)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MimeType.equals(MimeType other)
Indicates whether the current object is equal to another object of the same type.
|
static String |
MimeType.extractFileExtension(MimeType mimeType)
Extracts file extension from MIME type.
|
static boolean |
MimeType.op_Equality(MimeType a,
MimeType b)
Compares two Mime type and returns a boolean indicating if the two do match.
|
static boolean |
MimeType.op_Inequality(MimeType a,
MimeType b)
Compares two Mime type and returns a boolean indicating if the two do match.
|
void |
HTMLImageElement.ImageRequest.setMimeType(MimeType value) |
static String |
MimeType.to_String(MimeType type)
|
| Modifier and Type | Method and Description |
|---|---|
MimeType |
Document.getMimeType() |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
ContentTypeHeaderValue.getMediaType()
Gets or sets the media-type for content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentTypeHeaderValue.setMediaType(MimeType value)
Gets or sets the media-type for content.
|