com.grapecity.documents.excel Package / IWorkbook Interface / getUsedFonts Method
In This Topic
getUsedFonts Method
In This Topic
Gets all fonts information that used on workbook.
Syntax
java.util.List<FontInfo> getUsedFonts()
See Also