IUriProvider Interface
In This Article
Defines the provider of the locations for external objects in a document export.
Namespace: DevExpress.Office.Services
Assembly: DevExpress.Office.v14.2.Core.dll
#Declaration
#Remarks
When the document is exported to a format that implies that a part of the document's content is located externally, such as HTML format, the IUriProvider interface provides Uniform Resource Identifiers (URI) for the external objects. The IUriProvider.CreateCssUri method processes the style information , and the IUriProvider.CreateImageUri processes images.
An object implementing the IUriProvider interface is specified as the parameter for the SubDocument.GetHtmlText method.
See Also