Uses of Enum
org.docx4j.dml.STOnOffStyleType
Packages that use STOnOffStyleType
-
Uses of STOnOffStyleType in org.docx4j.dml
Fields in org.docx4j.dml declared as STOnOffStyleTypeModifier and TypeFieldDescriptionprotected STOnOffStyleTypeCTTableStyleTextStyle.bprotected STOnOffStyleTypeCTTableStyleTextStyle.iMethods in org.docx4j.dml that return STOnOffStyleTypeModifier and TypeMethodDescriptionstatic STOnOffStyleTypeCTTableStyleTextStyle.getB()Gets the value of the b property.CTTableStyleTextStyle.getI()Gets the value of the i property.static STOnOffStyleTypeReturns the enum constant of this type with the specified name.static STOnOffStyleType[]STOnOffStyleType.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 STOnOffStyleTypeModifier and TypeMethodDescriptionvoidCTTableStyleTextStyle.setB(STOnOffStyleType value) Sets the value of the b property.voidCTTableStyleTextStyle.setI(STOnOffStyleType value) Sets the value of the i property.