Uses of Class
org.apache.poi.hslf.model.PPFont

Packages that use PPFont
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of PPFont in org.apache.poi.hslf.model
 

Fields in org.apache.poi.hslf.model declared as PPFont
static PPFont PPFont.ARIAL
           
static PPFont PPFont.COURIER_NEW
           
static PPFont PPFont.TIMES_NEW_ROMAN
           
static PPFont PPFont.WINGDINGS
           
 

Uses of PPFont in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return PPFont
 PPFont SlideShow.getFont(int idx)
          Get a font by index
 

Methods in org.apache.poi.hslf.usermodel with parameters of type PPFont
 int SlideShow.addFont(PPFont font)
          Add a font in this presentation
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.