Uses of Class
org.docx4j.wml.STBrClear
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STBrClear in org.docx4j.wml
Fields in org.docx4j.wml declared as STBrClear Modifier and Type Field Description protected STBrClearBr. clearMethods in org.docx4j.wml that return STBrClear Modifier and Type Method Description static STBrClearSTBrClear. fromValue(java.lang.String v)STBrClearBr. getClear()Gets the value of the clear property.static STBrClearSTBrClear. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBrClear[]STBrClear. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STBrClear Modifier and Type Method Description voidBr. setClear(STBrClear value)Sets the value of the clear property.