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 | Method and Description |
---|---|
List<IHtmlResource> |
EditableDocument.getAllResources()
Returns a list of all existing resources: all stylesheets, images from
HTML and all stylesheets, fonts
|
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> |
EditableDocument.getAllResourcesInternal()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EditableDocument |
EditableDocument.fromMarkup(String newHtmlContent,
List<IHtmlResource> resources)
Static factory, that creates an instance of EditableDocument from
specified HTML markup and a set of corresponding linked resources
|
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
|
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 | Method and Description |
---|---|
boolean |
FontResourceBase.equals(IHtmlResource other)
Checks this instance with specified HTML resource on reference equality
|
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 | Method and Description |
---|---|
boolean |
RasterImageResourceBase.equals(IHtmlResource other)
Checks this instance with specified on reference equality.
|
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 | Method and Description |
---|---|
boolean |
VectorImageResourceBase.equals(IHtmlResource other)
Checks this instance with specified on reference equality.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TextResourceBase.equals(IHtmlResource other)
Checks this instance with specified on equality.
|