SaveOptions.NodeLevelResourceType

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

FieldDescription
FontMeans that supplied resource is font
ImageMeans that supplied resource is image

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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