Uses of Class
org.docx4j.dml.STOnOffStyleType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STOnOffStyleType in org.docx4j.dml
Fields in org.docx4j.dml declared as STOnOffStyleType Modifier and Type Field Description protected STOnOffStyleTypeCTTableStyleTextStyle. bprotected STOnOffStyleTypeCTTableStyleTextStyle. iMethods in org.docx4j.dml that return STOnOffStyleType Modifier and Type Method Description static STOnOffStyleTypeSTOnOffStyleType. fromValue(java.lang.String v)STOnOffStyleTypeCTTableStyleTextStyle. getB()Gets the value of the b property.STOnOffStyleTypeCTTableStyleTextStyle. getI()Gets the value of the i property.static STOnOffStyleTypeSTOnOffStyleType. valueOf(java.lang.String name)Returns 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 STOnOffStyleType Modifier and Type Method Description voidCTTableStyleTextStyle. setB(STOnOffStyleType value)Sets the value of the b property.voidCTTableStyleTextStyle. setI(STOnOffStyleType value)Sets the value of the i property.