public final class EmbeddedFontFormat
extends java.lang.Object
Specifies format of particular embedded font inside FontInfo object.
When saving a document to a file, only embedded fonts of corresponding format are written down.
| Modifier and Type | Field and Description |
|---|---|
static int |
EMBEDDED_OPEN_TYPE
Specifies Embedded OpenType (EOT) File Format.
|
static int |
length |
static int |
OPEN_TYPE
Specifies font, embedded as plain copy of OpenType (TrueType) font file.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String embeddedFontFormatName) |
static java.lang.String |
getName(int embeddedFontFormat) |
static int[] |
getValues() |
static java.lang.String |
toString(int embeddedFontFormat) |
public static final int EMBEDDED_OPEN_TYPE
Specifies Embedded OpenType (EOT) File Format.
This format of embedded fonts used in DOC files.
See http://www.w3.org/Submission/EOT for description of the format.
public static final int OPEN_TYPE
Specifies font, embedded as plain copy of OpenType (TrueType) font file.
This format of embedded fonts used in Open Office XML format, including DOCX files.
public static final int length