Uses of Enum
org.docx4j.dml.STTextStrikeType
Packages that use STTextStrikeType
-
Uses of STTextStrikeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextStrikeTypeMethods in org.docx4j.dml that return STTextStrikeTypeModifier and TypeMethodDescriptionstatic STTextStrikeTypeCTTextCharacterProperties.getStrike()Gets the value of the strike property.static STTextStrikeTypeReturns 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 STTextStrikeTypeModifier and TypeMethodDescriptionvoidCTTextCharacterProperties.setStrike(STTextStrikeType value) Sets the value of the strike property.