com.aspose.cells

Class FontSourceType

  • java.lang.Object
    • com.aspose.cells.FontSourceType
public class FontSourceType 
extends java.lang.Object

Utility class containing constants. Specifies the type of a font source.

Field Summary
static final intFONT_FILE
represents single font file.
static final intFONTS_FOLDER
represents folder with font files.
static final intMEMORY_FONT
represents single font in memory.
 

    • Field Detail

      • FONT_FILE

        public static final int FONT_FILE
        represents single font file.
      • FONTS_FOLDER

        public static final int FONTS_FOLDER
        represents folder with font files.
      • MEMORY_FONT

        public static final int MEMORY_FONT
        represents single font in memory.