public class ResourceHtmlRenderingEventArgs
extends com.aspose.ms.System.EventArgs
Represents additional parameters for ResourceHtmlRendering event.
Constructor and Description |
---|
ResourceHtmlRenderingEventArgs() |
Modifier and Type | Method and Description |
---|---|
String |
getCaption()
Caprion for resource.
|
String |
getPathToResourceFile()
Path to resource file.
|
void |
setCaption(String value)
Caprion for resource.
|
void |
setPathToResourceFile(String value)
Path to resource file.
|
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.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.