Uses of Enum Class
org.apache.poi.xddf.usermodel.text.StrikeType
Packages that use StrikeType
-
Uses of StrikeType in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return StrikeTypeModifier and TypeMethodDescriptionXDDFTextRun.getStrikeThrough()static StrikeTypeReturns the enum constant of this class with the specified name.static StrikeType[]StrikeType.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 StrikeTypeModifier and TypeMethodDescriptionvoidXDDFRunProperties.setStrikeThrough(StrikeType strike) voidXDDFTextRun.setStrikeThrough(StrikeType strike)