public static enum SvgExportOptions.ExternalFontsHandlingEnum extends Enum<SvgExportOptions.ExternalFontsHandlingEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SvgExportOptions.ExternalFontsHandlingEnum.Adapter |
| Enum Constant and Description |
|---|
ADDLINKSTOFONTFILES |
EMBED |
VECTORIZE |
| Modifier and Type | Method and Description |
|---|---|
static SvgExportOptions.ExternalFontsHandlingEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static SvgExportOptions.ExternalFontsHandlingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvgExportOptions.ExternalFontsHandlingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvgExportOptions.ExternalFontsHandlingEnum ADDLINKSTOFONTFILES
public static final SvgExportOptions.ExternalFontsHandlingEnum EMBED
public static final SvgExportOptions.ExternalFontsHandlingEnum VECTORIZE
public static SvgExportOptions.ExternalFontsHandlingEnum[] values()
for (SvgExportOptions.ExternalFontsHandlingEnum c : SvgExportOptions.ExternalFontsHandlingEnum.values()) System.out.println(c);
public static SvgExportOptions.ExternalFontsHandlingEnum 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 String getValue()
public String toString()
toString in class Enum<SvgExportOptions.ExternalFontsHandlingEnum>public static SvgExportOptions.ExternalFontsHandlingEnum fromValue(String text)
Copyright © 2025. All rights reserved.