public final class ResourceRenderingMode
extends com.aspose.ms.System.Enum
Provides set various modes of rendering resources in html.
Modifier and Type | Field and Description |
---|---|
static int |
EmbedIntoHtml
Embeding resources in html as base64 string.
|
static int |
None
Not rendering resources in html.
|
static int |
SaveToFile
Saving resources to file and inserting in html src tag with path to this file.
|
static int |
SubstituteFromFile
Using custom file as icon and inserting in html src tag with path to this file.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Not rendering resources in html.
public static final int EmbedIntoHtml
Embeding resources in html as base64 string.
public static final int SaveToFile
Saving resources to file and inserting in html src tag with path to this file.
public static final int SubstituteFromFile
Using custom file as icon and inserting in html src tag with path to this file.