Package | Description |
---|---|
com.aspose.html | |
com.aspose.html.dom | |
com.aspose.html.dom.svg | |
com.aspose.html.rendering | |
com.aspose.html.rendering.image | |
com.aspose.html.rendering.pdf | |
com.aspose.html.rendering.xps |
Modifier and Type | Method and Description |
---|---|
void |
HTMLDocument.renderTo(IDevice device)
This method is used to print the contents of the current document to the specified device.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.renderTo(IDevice device)
This method is used to render the contents of the current document to a specified graphical device.
|
Modifier and Type | Method and Description |
---|---|
void |
SVGDocument.renderTo(IDevice device)
This method is used to print the contents of the current document to the specified device.
|
Modifier and Type | Class and Description |
---|---|
class |
Device<TGraphicContext extends GraphicContext,TRenderingOptions extends RenderingOptions>
Represents base class for implementation particular rendering devices.
|
Modifier and Type | Method and Description |
---|---|
void |
SvgRenderer.render(IDevice device,
boolean needFlush,
SVGSVGElement... elements)
Renders multiple
SVGSVGElement s into specified IDevice . |
void |
Renderer.render(IDevice device,
int timeout,
TDocument[] documents)
Defines method for rendering multiple
TDocument s into specific IDevice . |
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 . |
void |
SvgRenderer.render(IDevice device,
SVGSVGElement... elements)
Renders multiple
SVGSVGElement s into specified IDevice . |
void |
Renderer.render(IDevice device,
TDocument document)
Defines method for rendering
TDocument into specified IDevice . |
void |
Renderer.render(IDevice device,
TDocument[] documents)
Defines method for rendering multiple
TDocument s into specific IDevice . |
void |
Renderer.render(IDevice device,
TDocument document,
int timeout)
Defines method for rendering
TDocument into specified IDevice . |
void |
Renderer.render(IDevice device,
TDocument document,
com.aspose.html.internal.ms.System.TimeSpan timeout)
Defines method for rendering
TDocument into specified IDevice . |
void |
HtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
Document document)
|
void |
HtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
Document[] documents)
|
void |
EpubRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
com.aspose.html.internal.ms.System.IO.Stream document)
Defines method for rendering EPub
Stream into specific IDevice . |
void |
MhtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
com.aspose.html.internal.ms.System.IO.Stream document)
Defines method for rendering MHTML
Stream into specific IDevice . |
void |
EpubRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
com.aspose.html.internal.ms.System.IO.Stream[] documents)
Defines method for rendering multiple EPub
Stream s into specific IDevice . |
void |
MhtmlRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
com.aspose.html.internal.ms.System.IO.Stream[] documents)
Renders multiple MHTML documents into specified
IDevice . |
void |
SvgRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
SVGDocument document)
Defines method for rendering
SVGDocument into specific IDevice . |
void |
SvgRenderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
SVGDocument[] documents)
Defines method for rendering multiple
SVGDocument s into specific IDevice . |
abstract void |
Renderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
TDocument document)
Defines method for rendering
TDocument into specific IDevice . |
abstract void |
Renderer.render(IDevice device,
com.aspose.html.internal.ms.System.TimeSpan timeout,
TDocument[] documents)
Defines method for rendering multiple
TDocument s into specific IDevice . |
Modifier and Type | Class and Description |
---|---|
class |
ImageDevice
Represents rendering to raster formats: jpeg, png, bmp, gif, tiff.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfDevice
Represents rendering to a pdf document.
|
Modifier and Type | Class and Description |
---|---|
class |
XpsDevice
Represents rendering to a xps document.
|