Uses of Class
org.apache.poi.xddf.usermodel.text.StrikeType
-
Packages that use StrikeType Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of StrikeType in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return StrikeType Modifier and Type Method Description StrikeType
XDDFTextRun. getStrikeThrough()
static StrikeType
StrikeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrikeType[]
StrikeType. 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 StrikeType Modifier and Type Method Description void
XDDFRunProperties. setStrikeThrough(StrikeType strike)
void
XDDFTextRun. setStrikeThrough(StrikeType strike)
-