com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IFontData

  • All Known Implementing Classes:
    FontData


    public interface IFontData

    • Method Detail

      • getFontName

        java.lang.String getFontName()

        Returns the font name. Read-only String.

      • getFontName

        java.lang.String getFontName(IThemeEffectiveData theme)

        Returns the font name, replacing theme referrence with an actual font used.

        Parameters:
        theme - Theme from which themed font name should be taken. Its up to caller to provide a correct value.
        Returns:
        Font name.