public class ResourceHtmlRenderingEventArgs
extends EventArgs
Represents additional parameters for ResourceHtmlRendering event.
| Constructor and Description |
|---|
ResourceHtmlRenderingEventArgs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Caprion for resource.
|
Exception |
getException()
Rendering exception.
|
String |
getPathToResourceFile()
Path to resource file.
|
InputStream |
getResourceStream()
Stream with resource.
|
void |
setCaption(String value)
Caprion for resource.
|
void |
setException(Exception value)
Rendering exception.
|
void |
setPathToResourceFile(String value)
Path to resource file.
|
void |
setResourceStream(InputStream value)
Stream with resource.
|
public final String getPathToResourceFile()
Path to resource file.
public final void setPathToResourceFile(String value)
Path to resource file.
public final String getCaption()
Caprion for resource.
public final void setCaption(String value)
Caprion for resource.
public final InputStream getResourceStream()
Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect.
public final void setResourceStream(InputStream value)
Stream with resource. If ResourceRenderingMode is EmbedIntoHtml then this stream will be embedded into the output html, for other types of ResourceRenderingMode this property has no effect.
public final Exception getException()
Rendering exception.
public final void setException(Exception value)
Rendering exception.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.