Uses of Class
org.apache.poi.xslf.usermodel.XSLFFontInfo
-
Packages that use XSLFFontInfo Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFFontInfo in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFFontInfo Modifier and Type Method Description XSLFFontInfoXMLSlideShow. addFont(InputStream fontStream)static XSLFFontInfoXSLFFontInfo. addFontToSlideShow(XMLSlideShow ppt, InputStream fontStream)Adds or updates a (MTX-) fontMethods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFFontInfo Modifier and Type Method Description List<XSLFFontInfo>XMLSlideShow. getFonts()static List<XSLFFontInfo>XSLFFontInfo. getFonts(XMLSlideShow ppt)Return all registered fonts
-