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 DropCapSpecifier
PAPAbstractType. field_28_dcs
Methods in org.apache.poi.hwpf.model.types that return DropCapSpecifier Modifier and Type Method Description DropCapSpecifier
PAPAbstractType. 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 void
PAPAbstractType. 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 DropCapSpecifier
DropCapSpecifier. clone()
DropCapSpecifier
Paragraph. getDropCap()
DropCapSpecifier
ParagraphProperties. getDropCap()
Methods in org.apache.poi.hwpf.usermodel with parameters of type DropCapSpecifier Modifier and Type Method Description void
Paragraph. setDropCap(DropCapSpecifier dcs)
void
ParagraphProperties. setDropCap(DropCapSpecifier dcs)
-