| Package | Description |
|---|---|
| com.aspose.html | |
| com.aspose.html.dom.svg | |
| com.aspose.html.rendering |
| Constructor and Description |
|---|
HTMLDocument(Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(InputStream content,
String baseUri,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(RequestMessage request,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(com.aspose.html.internal.ms.System.IO.Stream content,
String baseUri,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(String address,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(String content,
String baseUri,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
HTMLDocument(Url url,
Configuration configuration)
Initializes a new instance of the
HTMLDocument class. |
| Constructor and Description |
|---|
SVGDocument(Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(RequestMessage request,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(com.aspose.html.internal.ms.System.IO.Stream content,
String baseUri,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(String address,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(String content,
String baseUri,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
SVGDocument(Url url,
Configuration configuration)
Initializes a new instance of the
SVGDocument class. |
| Modifier and Type | Method and Description |
|---|---|
void |
EpubRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream[] documents,
Configuration configuration)
Renders multiple EPub documents into specified
IDevice. |
void |
MhtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream[] documents,
Configuration configuration)
Renders multiple MHTML documents into specified
IDevice. |
void |
EpubRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream[] documents,
Configuration configuration,
com.aspose.html.internal.ms.System.TimeSpan timeout)
Renders multiple EPub documents into specified
IDevice. |
void |
MhtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream[] documents,
Configuration configuration,
com.aspose.html.internal.ms.System.TimeSpan timeout)
Renders multiple MHTML documents into specified
IDevice. |
void |
EpubRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream document,
Configuration configuration)
Renders EPub document into specified
IDevice. |
void |
MhtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream document,
Configuration configuration)
Renders MHTML document into specified
IDevice. |
void |
EpubRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream document,
Configuration configuration,
com.aspose.html.internal.ms.System.TimeSpan timeout)
Renders EPub document into specified
IDevice. |
void |
MhtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.IO.Stream document,
Configuration configuration,
com.aspose.html.internal.ms.System.TimeSpan timeout)
Renders MHTML document into specified
IDevice. |