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 Paragraph.getDropCap()
           
 DropCapSpecifier ParagraphProperties.getDropCap()
           
 

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



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