com.aspose.html.rendering
The com.aspose.html.rendering package consists of numerous renderer objects as well as appropriate low level options classes which are responsible to render documents/files into IDevice implementation.
Classes
| Class | Description |
|---|
| CssOptions | Represents css rendering options. |
| Device | Represents a base class for implementing rendering devices that are used to draw graphics in various formats and environments. |
| Device<TGraphicContext,TRenderingOptions> | Represents base class for implementation particular rendering devices. |
| EpubRenderer | Represents a EPub document renderer. |
| GraphicContext | Holds current graphics control parameters. These parameters define the global framework within which the graphics operators execute. |
| HtmlRenderer | Represents an HTML document renderer. |
| MhtmlRenderer | Represents a MHTML document renderer. |
| PageSetup | Represents a page setup object is used for configuration output page-set. |
| Renderer | Represents a base class for all renderers and implemnts IDisposable interface. |
| Renderer<TSource> | Represents an abstract class for the all renderers. |
| RenderingOptions | Represents rendering options. |
| SvgRenderer | Represents SVG document renderer. |
| TextInfo | Contains information about rendered text. |
Structures
| Structure | Description |
|---|
| GlyphInfo | Contains glyph related information. |
Interfaces
| Interface | Description |
|---|
| IDevice | Defines methods and properties that support custom rendering of the graphic elements like paths, text and images. |
Enumeration
| Enumeration | Description |
|---|
| AtPagePriority | Specifies possible orders of applying page size declarations. |
| FillRule | Specifies the fill rule used in rendering SVG and HTML. |
| MediaType | Specifies possible media types used during rendering. |
| PageLayoutOptions | Specifies flags that together with other PageSetup options determine sizes and layouts of pages. These flags can be combined together according to their descriptions. |
| StrokeLineCap | Specifies the line cap used in rendering SVG and HTML. |
| StrokeLineJoin | Specifies the line join style used in rendering SVG and HTML. |