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 UnderlineType
XDDFTextRun. getUnderline()
static UnderlineType
UnderlineType. valueOf(java.lang.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 void
XDDFRunProperties. setUnderline(UnderlineType underline)
void
XDDFTextRun. setUnderline(UnderlineType underline)
-