Package com.aspose.tasks
Class ResourceExportType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.ResourceExportType
-
public final class ResourceExportType extends com.aspose.ms.System.Enum
Specifies the resource export type for HTML format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AsEmbedded
Exported as an embedded resource.static int
AsFile
Export as a file.static int
NoExport
No export.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
NoExport
public static final int NoExport
No export.
- See Also:
- Constant Field Values
-
AsFile
public static final int AsFile
Export as a file.
- See Also:
- Constant Field Values
-
AsEmbedded
public static final int AsEmbedded
Exported as an embedded resource.
- See Also:
- Constant Field Values
-
-