Uses of Class
org.docx4j.w14.STNumSpacing
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of STNumSpacing in org.docx4j.w14
Fields in org.docx4j.w14 declared as STNumSpacing Modifier and Type Field Description protected STNumSpacingCTNumSpacing. valMethods in org.docx4j.w14 that return STNumSpacing Modifier and Type Method Description static STNumSpacingSTNumSpacing. fromValue(java.lang.String v)STNumSpacingCTNumSpacing. getVal()Gets the value of the val property.static STNumSpacingSTNumSpacing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STNumSpacing[]STNumSpacing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.w14 with parameters of type STNumSpacing Modifier and Type Method Description voidCTNumSpacing. setVal(STNumSpacing value)Sets the value of the val property.