Uses of Class
org.apache.poi.hdf.model.hdftypes.CharacterProperties

Packages that use CharacterProperties
org.apache.poi.hdf.event   
org.apache.poi.hdf.model.hdftypes   
 

Uses of CharacterProperties in org.apache.poi.hdf.event
 

Methods in org.apache.poi.hdf.event with parameters of type CharacterProperties
 void HDFParsingListener.listEntry(java.lang.String bulletText, CharacterProperties bulletProperties, ParagraphProperties pap, int start, int end)
           
 void HDFParsingListener.characterRun(CharacterProperties chp, java.lang.String text, int start, int end)
           
 

Uses of CharacterProperties in org.apache.poi.hdf.model.hdftypes
 

Methods in org.apache.poi.hdf.model.hdftypes that return CharacterProperties
 CharacterProperties StyleDescription.getCHP()
           
 

Methods in org.apache.poi.hdf.model.hdftypes with parameters of type CharacterProperties
 void StyleDescription.setCHP(CharacterProperties chp)
           
 



Copyright © 2003 Apache Software Foundation.