| C# | Visual Basic | Visual Basic Usage |
namespace Telerik.Web.Apoc
Namespace Telerik.Web.Apoc
Imports Telerik.Web.Apoc
| All Types | Classes | Interfaces | Delegates |
| Icon | Type | Description |
|---|---|---|
| ApocDriver |
ApocDriver provides the client with a single interface to invoking Apoc XSL-FO.
| |
| ApocEventArgs |
A class containing event data for the Error, Warning and Info
events defined in ApocDriver.
| |
| ApocDriver..::..ApocEventHandler |
The delegate subscribers must implement to receive Apoc events.
| |
| ApocException |
This exception is thrown by Apoc when an error occurs.
| |
| ApocDriver..::..ApocImageHandler |
The delegat subscribers must implement to handle the loading
of image data in response to external-graphic formatting objects.
| |
| IDriver |
This interface is implemented by the ApocDriver class to permit usage
from COM applications. This is the recommended method of supporting
invocation from COM application as it permits interface versioning.
| |
| XslTransformer |
Provides a static method that applies an
XSL stylesheet to an XML document
|