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 StrikeTypeXDDFTextRun. getStrikeThrough()static StrikeTypeStrikeType. valueOf(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 voidXDDFRunProperties. setStrikeThrough(StrikeType strike)voidXDDFTextRun. setStrikeThrough(StrikeType strike)
-