Uses of Class
org.apache.poi.hwpf.usermodel.DropCapSpecifier

Packages that use DropCapSpecifier
org.apache.poi.hwpf.model.types   
org.apache.poi.hwpf.usermodel   
 

Uses of DropCapSpecifier in org.apache.poi.hwpf.model.types
 

Fields in org.apache.poi.hwpf.model.types declared as DropCapSpecifier
protected  DropCapSpecifier PAPAbstractType.field_57_dcs
           
 

Methods in org.apache.poi.hwpf.model.types that return DropCapSpecifier
 DropCapSpecifier PAPAbstractType.getDcs()
          Get the dcs field for the PAP record.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type DropCapSpecifier
 void PAPAbstractType.setDcs(DropCapSpecifier field_57_dcs)
          Set the dcs field for the PAP record.
 

Uses of DropCapSpecifier in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return DropCapSpecifier
 DropCapSpecifier ParagraphProperties.getDropCap()
           
 DropCapSpecifier Paragraph.getDropCap()
           
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type DropCapSpecifier
 void ParagraphProperties.setDropCap(DropCapSpecifier dcs)
           
 void Paragraph.setDropCap(DropCapSpecifier dcs)
           
 



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