Uses of Class
org.apache.poi.hwpf.usermodel.DropCapSpecifier
-
Packages that use DropCapSpecifier Package Description 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 Modifier and Type Field Description protected DropCapSpecifierPAPAbstractType. field_28_dcsMethods in org.apache.poi.hwpf.model.types that return DropCapSpecifier Modifier and Type Method Description DropCapSpecifierPAPAbstractType. getDcs()Get the dcs field for the PAP record.Methods in org.apache.poi.hwpf.model.types with parameters of type DropCapSpecifier Modifier and Type Method Description voidPAPAbstractType. setDcs(DropCapSpecifier field_28_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 Modifier and Type Method Description DropCapSpecifierDropCapSpecifier. copy()DropCapSpecifierParagraph. getDropCap()DropCapSpecifierParagraphProperties. getDropCap()Methods in org.apache.poi.hwpf.usermodel with parameters of type DropCapSpecifier Modifier and Type Method Description voidParagraph. setDropCap(DropCapSpecifier dcs)voidParagraphProperties. setDropCap(DropCapSpecifier dcs)Constructors in org.apache.poi.hwpf.usermodel with parameters of type DropCapSpecifier Constructor Description DropCapSpecifier(DropCapSpecifier other)
-