public static enum SvgSaveOptions.SvgExternalImageType extends Enum<SvgSaveOptions.SvgExternalImageType>
enumerates possible types of image files that can be saved as external resources during during Pdf to SVG conversion
Enum Constant and Description |
---|
Bmp
Bmp format
|
Gif
Gif format
|
Jpeg
Jpeg format
|
Png
Png format
|
Tiff
Tiff format
|
Unknown
Unknown - means that converter cannot detect type of content itself
|
Modifier and Type | Method and Description |
---|---|
static SvgSaveOptions.SvgExternalImageType |
getByValue(int value) |
int |
getValue() |
static SvgSaveOptions.SvgExternalImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvgSaveOptions.SvgExternalImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvgSaveOptions.SvgExternalImageType Jpeg
Jpeg format
public static final SvgSaveOptions.SvgExternalImageType Png
Png format
public static final SvgSaveOptions.SvgExternalImageType Bmp
Bmp format
public static final SvgSaveOptions.SvgExternalImageType Gif
Gif format
public static final SvgSaveOptions.SvgExternalImageType Tiff
Tiff format
public static final SvgSaveOptions.SvgExternalImageType Unknown
Unknown - means that converter cannot detect type of content itself
public static SvgSaveOptions.SvgExternalImageType[] values()
for (SvgSaveOptions.SvgExternalImageType c : SvgSaveOptions.SvgExternalImageType.values()) System.out.println(c);
public static SvgSaveOptions.SvgExternalImageType 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 SvgSaveOptions.SvgExternalImageType getByValue(int value)
Copyright © 2025 Aspose. All Rights Reserved.