ResourceExportType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ResourceExportType extends System.Enum

Specifies the resource export type for HTML format.

Fields

FieldDescription
AsEmbeddedExported as an embedded resource.
AsFileExport as a file.
NoExportNo export.

AsEmbedded

public static final int AsEmbedded

Exported as an embedded resource.

AsFile

public static final int AsFile

Export as a file.

NoExport

public static final int NoExport

No export.