Uses of Class
org.docx4j.wml.STLineNumberRestart
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STLineNumberRestart in org.docx4j.wml
Fields in org.docx4j.wml declared as STLineNumberRestart Modifier and Type Field Description protected STLineNumberRestartCTLineNumber. restartMethods in org.docx4j.wml that return STLineNumberRestart Modifier and Type Method Description static STLineNumberRestartSTLineNumberRestart. fromValue(java.lang.String v)STLineNumberRestartCTLineNumber. getRestart()Gets the value of the restart property.static STLineNumberRestartSTLineNumberRestart. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STLineNumberRestart[]STLineNumberRestart. 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 STLineNumberRestart Modifier and Type Method Description voidCTLineNumber. setRestart(STLineNumberRestart value)Sets the value of the restart property.