com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class FontSources

  • java.lang.Object
    • com.aspose.slides.FontSources
  • All Implemented Interfaces:
    IFontSources


    public class FontSources
    extends java.lang.Object
    implements IFontSources

    Provides file and memory sources for external fonts.

    • Constructor Summary

      Constructors 
      Constructor and Description
      FontSources()
      Creates new default font options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String[] getFontFolders()
      Folders containing font files.
      byte[][] getMemoryFonts()
      A collection of fonts represented as byte arrays.
      void setFontFolders(java.lang.String[] value)
      Folders containing font files.
      void setMemoryFonts(byte[][] value)
      A collection of fonts represented as byte arrays.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FontSources

        public FontSources()

        Creates new default font options.

    • Method Detail

      • getFontFolders

        public final java.lang.String[] getFontFolders()

        Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

        Specified by:
        getFontFolders in interface IFontSources
      • setFontFolders

        public final void setFontFolders(java.lang.String[] value)

        Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

        Specified by:
        setFontFolders in interface IFontSources
      • getMemoryFonts

        public final byte[][] getMemoryFonts()

        A collection of fonts represented as byte arrays.

        Specified by:
        getMemoryFonts in interface IFontSources
      • setMemoryFonts

        public final void setMemoryFonts(byte[][] value)

        A collection of fonts represented as byte arrays.

        Specified by:
        setMemoryFonts in interface IFontSources