Uses of Class
org.apache.poi.xddf.usermodel.text.UnderlineType
-
Packages that use UnderlineType Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of UnderlineType in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return UnderlineType Modifier and Type Method Description UnderlineTypeXDDFTextRun. getUnderline()static UnderlineTypeUnderlineType. valueOf(String name)Returns the enum constant of this type with the specified name.static UnderlineType[]UnderlineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type UnderlineType Modifier and Type Method Description voidXDDFRunProperties. setUnderline(UnderlineType underline)voidXDDFTextRun. setUnderline(UnderlineType underline)
-