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

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

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

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

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

Methods in org.apache.poi.hdf.model.hdftypes that return ParagraphProperties
 ParagraphProperties StyleDescription.getPAP()
           
 

Methods in org.apache.poi.hdf.model.hdftypes with parameters of type ParagraphProperties
 void StyleDescription.setPAP(ParagraphProperties pap)
           
 



Copyright © 2003 Apache Software Foundation.