public static enum SaveOptions.NodeLevelResourceType extends Enum<SaveOptions.NodeLevelResourceType>
enumerates possible types of saved external resources
Enum Constant and Description |
---|
Font
Means that supplied resource is font
|
Image
Means that supplied resource is image
|
Modifier and Type | Method and Description |
---|---|
static SaveOptions.NodeLevelResourceType |
getByValue(int value) |
int |
getValue() |
static SaveOptions.NodeLevelResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveOptions.NodeLevelResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaveOptions.NodeLevelResourceType Image
Means that supplied resource is image
public static final SaveOptions.NodeLevelResourceType Font
Means that supplied resource is font
public static SaveOptions.NodeLevelResourceType[] values()
for (SaveOptions.NodeLevelResourceType c : SaveOptions.NodeLevelResourceType.values()) System.out.println(c);
public static SaveOptions.NodeLevelResourceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static SaveOptions.NodeLevelResourceType getByValue(int value)
Copyright © 2025 Aspose. All Rights Reserved.