com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Fonts

  • java.lang.Object
    • com.aspose.slides.Fonts
  • All Implemented Interfaces:
    IFonts


    public class Fonts
    extends java.lang.Object
    implements IFonts

    Fonts collection.

    • Method Detail

      • getLatinFont

        public final IFontData getLatinFont()

        Returns or sets the Latin font. Read/write IFontData.

        Specified by:
        getLatinFont in interface IFonts
      • setLatinFont

        public final void setLatinFont(IFontData value)

        Returns or sets the Latin font. Read/write IFontData.

        Specified by:
        setLatinFont in interface IFonts
      • getEastAsianFont

        public final IFontData getEastAsianFont()

        Returns or sets the East Asian font. Read/write IFontData.

        Specified by:
        getEastAsianFont in interface IFonts
      • setEastAsianFont

        public final void setEastAsianFont(IFontData value)

        Returns or sets the East Asian font. Read/write IFontData.

        Specified by:
        setEastAsianFont in interface IFonts
      • getComplexScriptFont

        public final IFontData getComplexScriptFont()

        Returns or sets the complex script font. Read/write IFontData.

        Specified by:
        getComplexScriptFont in interface IFonts
      • setComplexScriptFont

        public final void setComplexScriptFont(IFontData value)

        Returns or sets the complex script font. Read/write IFontData.

        Specified by:
        setComplexScriptFont in interface IFonts