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 UnderlineTypeReturns 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 TypeMethodDescriptionvoidXDDFRunProperties.setUnderline(UnderlineType underline) voidXDDFTextRun.setUnderline(UnderlineType underline)