public final class PdfFontEmbeddingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EMBED_ALL
Aspose.Words embeds all fonts.
|
static int |
EMBED_NONE
Aspose.Words do not embed any fonts.
|
static int |
EMBED_NONSTANDARD
Aspose.Words embeds all fonts excepting standard Windows fonts Arial and Times New Roman.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pdfFontEmbeddingModeName) |
static java.lang.String |
getName(int pdfFontEmbeddingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int pdfFontEmbeddingMode) |
public static final int EMBED_ALL
public static final int EMBED_NONSTANDARD
public static final int EMBED_NONE
public static final int length