SaveOptions.NodeLevelResourceType
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < SaveOptions.NodeLevelResourceType > com.aspose.pdf.SaveOptions.NodeLevelResourceType, java.lang.Enum < SaveOptions.NodeLevelResourceType >, com.aspose.pdf.SaveOptions.NodeLevelResourceType
All Implemented Interfaces: Serializable, Comparable < SaveOptions.NodeLevelResourceType >
public static enum SaveOptions.NodeLevelResourceType extends Enum < SaveOptions.NodeLevelResourceType >
enumerates possible types of saved external resources
Fields
| Field | Description |
|---|---|
| Font | Means that supplied resource is font |
| Image | Means that supplied resource is image |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Font
public static final SaveOptions.NodeLevelResourceType Font
Means that supplied resource is font
Image
public static final SaveOptions.NodeLevelResourceType Image
Means that supplied resource is image
getByValue
public static SaveOptions.NodeLevelResourceType getByValue(int value)
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static SaveOptions.NodeLevelResourceType [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared