com.aspose.slides
Interface IFontData

All Known Implementing Classes:
FontData

public interface IFontData


Method Summary
 java.lang.String getFontName()
           Returns the font name.
 java.lang.String getFontName(IThemeEffectiveData theme)
           Returns the font name, replacing theme referrence with an actual font used.
 

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. See IBaseSlide.CreateThemeEffective()
Returns:
Font name.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.