public static enum PdfFontFactory.EmbeddingStrategy extends Enum<PdfFontFactory.EmbeddingStrategy>
Enum Constant and Description |
---|
FORCE_EMBEDDED
Force embedding fonts.
|
FORCE_NOT_EMBEDDED
Force not embedding fonts.
|
PREFER_EMBEDDED
Embedding fonts if possible.
|
PREFER_NOT_EMBEDDED
Not embedding fonts if possible.
|
Modifier and Type | Method and Description |
---|---|
static PdfFontFactory.EmbeddingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfFontFactory.EmbeddingStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfFontFactory.EmbeddingStrategy FORCE_EMBEDDED
public static final PdfFontFactory.EmbeddingStrategy FORCE_NOT_EMBEDDED
public static final PdfFontFactory.EmbeddingStrategy PREFER_EMBEDDED
public static final PdfFontFactory.EmbeddingStrategy PREFER_NOT_EMBEDDED
public static PdfFontFactory.EmbeddingStrategy[] values()
for (PdfFontFactory.EmbeddingStrategy c : PdfFontFactory.EmbeddingStrategy.values()) System.out.println(c);
public static PdfFontFactory.EmbeddingStrategy valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2023 iText Group NV. All rights reserved.