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 |
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.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.
|
com.groupdocs.editor.htmlcss.resources.textual |
The com.groupdocs.editor.htmlcss.resources.textual namespace provides classes that represent text resources.
|
Modifier and Type | Class and Description |
---|---|
class |
EditableDocument
Intermediate document, that contains content before and after editing
|
class |
Editor
Main class, which encapsulates conversion methods
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHtmlResource
Represents one instance of the unknown HTML resource (raster or vector image,
stylesheet, font, text resource (CSS, XML) etc.)
|
Modifier and Type | Class and Description |
---|---|
class |
EotFont
Represents one font in the EOT (Embedded OpenType) format
|
class |
FontResourceBase
Base class for any supported font type as a resource for the HTML document
with all its properties
|
class |
OtfFont
Represents one font in the OTF (Open Type Format) format
|
class |
TtfFont
Represents one font in the TTF (TrueType Font) format
|
class |
Woff2Font
Represents one font in the WOFF2 (Web Open Font Format) format
|
class |
WoffFont
Represents one font in the WOFF (Web Open Font Format) format
|
Modifier and Type | Interface and Description |
---|---|
interface |
IImageResource
Represents image resource of any type, raster or vector
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CssText
Represents one CSS textual resource
|
class |
TextResourceBase
Base class for any supported text resource with text content and encoding
|
class |
XmlText
Represents one textual resource, which is a XML.
|