Uses of Enum Class
org.apache.poi.xddf.usermodel.text.UnderlineType
Packages that use UnderlineType
-
Uses of UnderlineType in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return UnderlineTypeModifier and TypeMethodDescriptionXDDFTextRun.getUnderline()
static UnderlineType
Returns the enum constant of this class with the specified name.static UnderlineType[]
UnderlineType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type UnderlineTypeModifier and TypeMethodDescriptionvoid
XDDFRunProperties.setUnderline
(UnderlineType underline) void
XDDFTextRun.setUnderline
(UnderlineType underline)