java.lang.Objectcom.aspose.words.EmbeddedFontFormat
public class EmbeddedFontFormat
Specifies format of particular embedded font inside When saving a document to a file, only embedded fonts of corresponding format are written down.
Field Summary | ||
---|---|---|
static final int | EMBEDDED_OPEN_TYPE | |
Specifies Embedded OpenType (EOT) File Format. This format of embedded fonts used in DOC files. |
||
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. |
Field Detail |
---|
EMBEDDED_OPEN_TYPE = 0 | |
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.
OPEN_TYPE = 1 | |
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.