Uses of Class
org.docx4j.dml.STTextStrikeType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextStrikeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextStrikeType Modifier and Type Field Description protected STTextStrikeTypeCTTextCharacterProperties. strikeMethods in org.docx4j.dml that return STTextStrikeType Modifier and Type Method Description static STTextStrikeTypeSTTextStrikeType. fromValue(java.lang.String v)STTextStrikeTypeCTTextCharacterProperties. getStrike()Gets the value of the strike property.static STTextStrikeTypeSTTextStrikeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextStrikeType[]STTextStrikeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STTextStrikeType Modifier and Type Method Description voidCTTextCharacterProperties. setStrike(STTextStrikeType value)Sets the value of the strike property.