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 StrikeType
Returns 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 TypeMethodDescriptionvoid
XDDFRunProperties.setStrikeThrough
(StrikeType strike) void
XDDFTextRun.setStrikeThrough
(StrikeType strike)