com.aspose.words
Class PdfFontEmbeddingMode

java.lang.Object
    extended by com.aspose.words.PdfFontEmbeddingMode

public class PdfFontEmbeddingMode 
extends java.lang.Object

Utility class containing constants. Specifies how Aspose.Words should embed fonts.

Field Summary
static final intEMBED_ALL = 0
           Aspose.Words embeds all fonts.
static final intEMBED_NONSTANDARD = 1
           Aspose.Words embeds all fonts excepting standard Windows fonts Arial and Times New Roman. Only Arial and Times New Roman fonts are affected in this mode because MS Word doesn't embed only these fonts when saving document to PDF.
static final intEMBED_NONE = 2
           Aspose.Words do not embed any fonts.
 

Field Detail

EMBED_ALL = 0

public static final int EMBED_ALL
Aspose.Words embeds all fonts.

EMBED_NONSTANDARD = 1

public static final int EMBED_NONSTANDARD
Aspose.Words embeds all fonts excepting standard Windows fonts Arial and Times New Roman. Only Arial and Times New Roman fonts are affected in this mode because MS Word doesn't embed only these fonts when saving document to PDF.

EMBED_NONE = 2

public static final int EMBED_NONE
Aspose.Words do not embed any fonts.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.