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.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 |
---|---|
IHtmlResource |
OutputHtmlDocument.LinkToResourceMapperDelegate.endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract IHtmlResource |
OutputHtmlDocument.LinkToResourceMapperDelegate.invoke(String linkToResource,
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources) |
Modifier and Type | Method and Description |
---|---|
List<IHtmlResource> |
OutputHtmlDocument.getResources()
Allows to obtain or specify external resources, which are used by this HTML document: CSS, images and fonts.
|
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> |
OutputHtmlDocument.getResourcesInternal() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
OutputHtmlDocument.LinkToResourceMapperDelegate.beginInvoke(String linkToResource,
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
abstract IHtmlResource |
OutputHtmlDocument.LinkToResourceMapperDelegate.invoke(String linkToResource,
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources) |
Constructor and Description |
---|
OutputHtmlDocument(String htmlMarkup,
List<IHtmlResource> resources)
Creates a new instance of the OutputHtmlDocument with specified HTML markup and list of resources
|
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 |
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.
|
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 |
SvgImage
Represents one vector image in SVG (Scalable Vector Graphics) format with its metadata and additional methods
|
Modifier and Type | Method and Description |
---|---|
boolean |
SvgImage.equals(IHtmlResource other)
Checks this instance with specified on reference equality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITextResource
Represents any supported textual resource like CSS and XML
|
Modifier and Type | Class and Description |
---|---|
class |
CssText
Represents one textual resource, which is a CSS.
|
class |
XmlText
Represents one textual resource, which is a XML.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CssText.equals(IHtmlResource other)
Checks this instance with specified on equality.
|
boolean |
XmlText.equals(IHtmlResource other)
Checks this instance with specified on equality.
|
Copyright © 2018. All rights reserved.