Package | Description |
---|---|
com.groupdocs.editor |
The com.groupdocs.editor namespace is a root namespace, which provides classes for editing multiple document formats in your Java applications.
|
com.groupdocs.editor.htmlcss.resources.images.raster |
The com.groupdocs.editor.htmlcss.resources.images.raster namespace provides classes that represent only raster image resources.
|
com.groupdocs.editor.htmlcss.resources.images.vector |
The com.groupdocs.editor.htmlcss.resources.images.vector namespace provides classes that represent only vector image resources.
|
Modifier and Type | Method and Description |
---|---|
List<IImageResource> |
InputHtmlDocument.getImageResources()
Allows to obtain or specify external image resources (raster images), which are used by this HTML document
|
Constructor and Description |
---|
InputHtmlDocument(String docId,
com.aspose.ms.System.Collections.Generic.List<IImageResource> imageResources,
com.aspose.ms.System.Collections.Generic.List<FontResourceBase> fontResources,
com.aspose.ms.System.Collections.Generic.List<CssText> cssResources,
String htmlMarkup,
int bodyStartIndexInclusive,
int bodyEndIndexInclusive,
String allEmbeddedVersion)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BmpImage
Represents one image in BMP (BitMap Picture) format with its metadata and additional methods
|
class |
GifImage
Represents one image in GIF (Graphics Interchange Format) format with its metadata and additional methods
|
class |
IconImage
Represents one image in ICON format with its metadata and additional methods
|
class |
JpegImage
Represents one image in JPEG (Joint Photographic Experts Group) format with its metadata and additional methods
|
class |
PngImage
Represents one image in PNG (Portable Network Graphics) format with its metadata and additional methods
|
class |
RasterImageResourceBase
Base class for any supported raster image with fixed name, dimensions, aspect ratio, type, size, and content.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgImage
Represents one vector image in SVG (Scalable Vector Graphics) format with its metadata and additional methods
|
Copyright © 2018. All rights reserved.