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> |
EditableDocument.getImages()
Allows to obtain external image resources (raster images), which are used
by this HTML document
|
com.aspose.ms.System.Collections.Generic.List<IImageResource> |
EditableDocument.getImagesInternal()
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.
|
class |
TiffImage
Represents one image in TIFF (Tagged Image File Format) format with its
metadata and additional methods
|
Modifier and Type | Class and Description |
---|---|
class |
EmfImage
Represents one vector image in Enhanced metafile format (EMF) format with its
metadata and additional methods
|
class |
MetaImageBase
Base abstract class for WMF and EMF image formats
|
class |
SvgImage
Represents one vector image in SVG (Scalable Vector Graphics) format with its
metadata and additional methods
|
class |
VectorImageResourceBase
Base class for any supported vector image
|
class |
WmfImage
Represents one vector image in WMF (Windows MetaFile) format with its
metadata and additional methods
|